接口的使用
org.hibernate.event.spi.FlushEntityEventListener
-
使用FlushEntityEventListener的程序包 程序包 说明 org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate.org.hibernate.event.spi -
-
org.hibernate.event.internal中FlushEntityEventListener的使用
实现FlushEntityEventListener的org.hibernate.event.internal中的类 修饰符和类型 类 说明 classDefaultFlushEntityEventListenerAn event that occurs for each entity instance at flush time -
org.hibernate.event.spi中FlushEntityEventListener的使用
类型参数类型为FlushEntityEventListener的org.hibernate.event.spi中的字段 修饰符和类型 字段 说明 static EventType<FlushEntityEventListener>EventType. FLUSH_ENTITY
-