Uses of Interface
org.hibernate.jpa.event.internal.CallbackRegistryImplementor
-
Packages that use CallbackRegistryImplementor Package Description org.hibernate.event.service.internal org.hibernate.event.spi org.hibernate.jpa.event.internal Internal details of implementing support for JPA callbacks -
-
Uses of CallbackRegistryImplementor in org.hibernate.event.service.internal
Constructors in org.hibernate.event.service.internal with parameters of type CallbackRegistryImplementor Constructor Description Builder(CallbackRegistryImplementor callbackRegistry, boolean jpaBootstrap)
-
Uses of CallbackRegistryImplementor in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return CallbackRegistryImplementor Modifier and Type Method Description CallbackRegistryImplementor
EventEngine. getCallbackRegistry()
-
Uses of CallbackRegistryImplementor in org.hibernate.jpa.event.internal
Methods in org.hibernate.jpa.event.internal that return CallbackRegistryImplementor Modifier and Type Method Description static CallbackRegistryImplementor
CallbacksFactory. buildCallbackRegistry(SessionFactoryOptions options, ServiceRegistry serviceRegistry, Collection<PersistentClass> entityBindings)
-