Uses of Class
org.hibernate.event.spi.MergeContext
-
Packages that use MergeContext Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of MergeContext in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi with type parameters of type MergeContext Modifier and Type Field Description static CascadingAction<MergeContext>CascadingActions. MERGEMethods in org.hibernate.engine.spi with parameters of type MergeContext Modifier and Type Method Description voidSessionDelegatorBaseImpl. merge(String entityName, Object object, MergeContext copiedAlready)voidSessionImplementor. merge(String entityName, Object object, MergeContext copiedAlready)Deprecated.OperationalContext should cover this overload I believe -
Uses of MergeContext in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type MergeContext Modifier and Type Method Description voidEventSource. merge(String entityName, Object object, MergeContext copiedAlready)Cascade merge an entity instancevoidMergeEventListener. onMerge(MergeEvent event, MergeContext copiedAlready)Handle the given merge event. -
Uses of MergeContext in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type MergeContext Modifier and Type Method Description default ObjectEntityIdentifierMapping. getIdentifier(Object entity, MergeContext mergeContext)Extract the identifier from an instance of the entity It's supposed to be use during the merging process -
Uses of MergeContext in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MergeContext Modifier and Type Method Description ObjectAbstractEntityPersister. getIdentifier(Object entity, MergeContext mergeContext)default ObjectEntityPersister. getIdentifier(Object entity, MergeContext mergeContext)Get the identifier of an instance from the object's identifier property. -
Uses of MergeContext in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type MergeContext Modifier and Type Method Description ObjectAnonymousTupleBasicEntityIdentifierMapping. getIdentifier(Object entity, MergeContext mergeContext)ObjectAnonymousTupleEmbeddedEntityIdentifierMapping. getIdentifier(Object entity, MergeContext mergeContext)ObjectAnonymousTupleNonAggregatedEntityIdentifierMapping. getIdentifier(Object entity, MergeContext mergeContext)
-