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. -
-
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.
-