Uses of Interface
org.hibernate.event.spi.EntityCopyObserverFactory
-
Packages that use EntityCopyObserverFactory Package Description org.hibernate.event.internal org.hibernate.internal -
-
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
-