类的使用
org.hibernate.event.spi.AutoFlushEvent
-
使用AutoFlushEvent的程序包 程序包 说明 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中AutoFlushEvent的使用
参数类型为AutoFlushEvent的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 voidDefaultAutoFlushEventListener. onAutoFlush(AutoFlushEvent event)Handle the given auto-flush event. -
org.hibernate.event.spi中AutoFlushEvent的使用
参数类型为AutoFlushEvent的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 voidAutoFlushEventListener. onAutoFlush(AutoFlushEvent event)Handle the given auto-flush event.
-