Uses of Class
org.hibernate.event.spi.MergeContext
Packages that use MergeContext
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
-
Uses of MergeContext in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi with type parameters of type MergeContextModifier and TypeFieldDescriptionstatic final CascadingAction
<MergeContext> CascadingActions.MERGE
-
Uses of MergeContext in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type MergeContextModifier and TypeMethodDescriptionvoid
EventSource.merge
(String entityName, Object object, MergeContext copiedAlready) Cascade merge an entity instancevoid
MergeEventListener.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 MergeContextModifier and TypeMethodDescriptiondefault Object
EntityIdentifierMapping.getIdentifier
(Object entity, MergeContext mergeContext) Extract the identifier from an instance of the entity -
Uses of MergeContext in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MergeContextModifier and TypeMethodDescriptionAbstractEntityPersister.getIdentifier
(Object entity, MergeContext mergeContext) default Object
EntityPersister.getIdentifier
(Object entity, MergeContext mergeContext) Get the identifier of an instance from the object's identifier property.