Uses of Interface
org.hibernate.event.spi.EntityCopyObserverFactory
Packages that use EntityCopyObserverFactory
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of EntityCopyObserverFactory in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EntityCopyObserverFactoryModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getEntityCopyObserver()
SessionFactoryImplementor.getEntityCopyObserver()
Obtain theEntityCopyObserverFactory
service. -
Uses of EntityCopyObserverFactory in org.hibernate.event.internal
Fields in org.hibernate.event.internal declared as EntityCopyObserverFactoryModifier and TypeFieldDescriptionstatic final EntityCopyObserverFactory
EntityCopyAllowedLoggedObserver.FACTORY_OF_SELF
static final EntityCopyObserverFactory
EntityCopyAllowedObserver.FACTORY_OF_SELF
static final EntityCopyObserverFactory
EntityCopyNotAllowedObserver.FACTORY_OF_SELF
Methods in org.hibernate.event.internal that return EntityCopyObserverFactoryModifier and TypeMethodDescriptionEntityCopyObserverFactoryInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.event.internal that return types with arguments of type EntityCopyObserverFactory -
Uses of EntityCopyObserverFactory in org.hibernate.internal
Methods in org.hibernate.internal that return EntityCopyObserverFactory