接口的使用
org.hibernate.event.spi.AutoFlushEventListener
-
使用AutoFlushEventListener的程序包 程序包 说明 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中AutoFlushEventListener的使用
实现AutoFlushEventListener的org.hibernate.event.internal中的类 修饰符和类型 类 说明 classDefaultAutoFlushEventListenerDefines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events. -
org.hibernate.event.spi中AutoFlushEventListener的使用
类型参数类型为AutoFlushEventListener的org.hibernate.event.spi中的字段 修饰符和类型 字段 说明 static EventType<AutoFlushEventListener>EventType. AUTO_FLUSH
-