Uses of Interface
org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext
Packages that use CustomEntityDirtinessStrategy.DirtyCheckContext
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.-
Uses of CustomEntityDirtinessStrategy.DirtyCheckContext in org.hibernate
Methods in org.hibernate with parameters of type CustomEntityDirtinessStrategy.DirtyCheckContextModifier and TypeMethodDescriptionvoid
CustomEntityDirtinessStrategy.findDirty
(Object entity, EntityPersister persister, Session session, CustomEntityDirtinessStrategy.DirtyCheckContext dirtyCheckContext) Callback used to hook into Hibernate algorithm for determination of which attributes have changed. -
Uses of CustomEntityDirtinessStrategy.DirtyCheckContext in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type CustomEntityDirtinessStrategy.DirtyCheckContextModifier and TypeMethodDescriptionvoid
DefaultCustomEntityDirtinessStrategy.findDirty
(Object entity, EntityPersister persister, Session session, CustomEntityDirtinessStrategy.DirtyCheckContext dirtyCheckContext)