Uses of Interface
org.hibernate.event.spi.PersistContext
Packages that use PersistContext
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.-
Uses of PersistContext in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi with type parameters of type PersistContextModifier and TypeFieldDescriptionstatic final CascadingAction<PersistContext> CascadingActions.PERSISTstatic final CascadingAction<PersistContext> CascadingActions.PERSIST_ON_FLUSHExecute persist during flush time -
Uses of PersistContext in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return PersistContextMethods in org.hibernate.event.spi with parameters of type PersistContextModifier and TypeMethodDescriptionvoidPersistEventListener.onPersist(PersistEvent event, PersistContext createdAlready) Handle the given create event.voidEventSource.persist(String entityName, Object object, PersistContext createdAlready) Cascade persist an entity instancevoidEventSource.persistOnFlush(String entityName, Object object, PersistContext copiedAlready) Cascade persist an entity instance during the flush process