Uses of Interface
org.hibernate.event.spi.EntityCopyObserverFactory
-
Packages that use EntityCopyObserverFactory Package Description org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of EntityCopyObserverFactory in org.hibernate.event.internal
Fields in org.hibernate.event.internal declared as EntityCopyObserverFactory Modifier and Type Field Description static EntityCopyObserverFactory
EntityCopyAllowedLoggedObserver. FACTORY_OF_SELF
static EntityCopyObserverFactory
EntityCopyAllowedObserver. FACTORY_OF_SELF
static EntityCopyObserverFactory
EntityCopyNotAllowedObserver. FACTORY_OF_SELF
Methods in org.hibernate.event.internal that return EntityCopyObserverFactory Modifier and Type Method Description EntityCopyObserverFactory
EntityCopyObserverFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.event.internal that return types with arguments of type EntityCopyObserverFactory Modifier and Type Method Description Class<EntityCopyObserverFactory>
EntityCopyObserverFactoryInitiator. getServiceInitiated()
-
Uses of EntityCopyObserverFactory in org.hibernate.internal
Fields in org.hibernate.internal declared as EntityCopyObserverFactory Modifier and Type Field Description EntityCopyObserverFactory
FastSessionServices. entityCopyObserverFactory
-