接口的使用
org.hibernate.event.spi.EntityCopyObserverFactory
-
使用EntityCopyObserverFactory的程序包 程序包 说明 org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate. -
-
org.hibernate.event.internal中EntityCopyObserverFactory的使用
声明为EntityCopyObserverFactory的org.hibernate.event.internal中的字段 修饰符和类型 字段 说明 static EntityCopyObserverFactoryEntityCopyAllowedLoggedObserver. FACTORY_OF_SELFstatic EntityCopyObserverFactoryEntityCopyAllowedObserver. FACTORY_OF_SELFstatic EntityCopyObserverFactoryEntityCopyNotAllowedObserver. FACTORY_OF_SELF返回EntityCopyObserverFactory的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 EntityCopyObserverFactoryEntityCopyObserverFactoryInitiator. initiateService(Map configurationValues, ServiceRegistryImplementor registry)返回变量类型为EntityCopyObserverFactory的类型的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 Class<EntityCopyObserverFactory>EntityCopyObserverFactoryInitiator. getServiceInitiated()
-