Class DefaultReactiveInitializeCollectionEventListener
java.lang.Object
org.hibernate.reactive.event.impl.DefaultReactiveInitializeCollectionEventListener
- All Implemented Interfaces:
org.hibernate.event.spi.InitializeCollectionEventListener
public class DefaultReactiveInitializeCollectionEventListener
extends Object
implements org.hibernate.event.spi.InitializeCollectionEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonInitializeCollection(org.hibernate.event.spi.InitializeCollectionEvent event) onReactiveInitializeCollection(org.hibernate.event.spi.InitializeCollectionEvent event) called by a collection that wants to initialize itself
-
Constructor Details
-
DefaultReactiveInitializeCollectionEventListener
public DefaultReactiveInitializeCollectionEventListener()
-
-
Method Details
-
onInitializeCollection
public void onInitializeCollection(org.hibernate.event.spi.InitializeCollectionEvent event) throws org.hibernate.HibernateException - Specified by:
onInitializeCollectionin interfaceorg.hibernate.event.spi.InitializeCollectionEventListener- Throws:
org.hibernate.HibernateException
-
onReactiveInitializeCollection
public CompletionStage<Void> onReactiveInitializeCollection(org.hibernate.event.spi.InitializeCollectionEvent event) throws org.hibernate.HibernateException called by a collection that wants to initialize itself- Throws:
org.hibernate.HibernateException
-