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 EntityCopyObserverFactoryEntityCopyAllowedLoggedObserver. FACTORY_OF_SELFstatic EntityCopyObserverFactoryEntityCopyAllowedObserver. FACTORY_OF_SELFstatic EntityCopyObserverFactoryEntityCopyNotAllowedObserver. FACTORY_OF_SELFMethods in org.hibernate.event.internal that return EntityCopyObserverFactory Modifier and Type Method Description EntityCopyObserverFactoryEntityCopyObserverFactoryInitiator. 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 EntityCopyObserverFactoryFastSessionServices. entityCopyObserverFactory
-