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.PERSIST
static final CascadingAction
<PersistContext> CascadingActions.PERSIST_ON_FLUSH
Execute 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 TypeMethodDescriptionvoid
PersistEventListener.onPersist
(PersistEvent event, PersistContext createdAlready) Handle the given create event.void
EventSource.persist
(String entityName, Object object, PersistContext createdAlready) Cascade persist an entity instancevoid
EventSource.persistOnFlush
(String entityName, Object object, PersistContext copiedAlready) Cascade persist an entity instance during the flush process