类的使用
org.hibernate.event.spi.FlushEvent
-
使用FlushEvent的程序包 程序包 说明 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中FlushEvent的使用
参数类型为FlushEvent的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 protected voidAbstractFlushingEventListener. flushEverythingToExecutions(FlushEvent event)Coordinates the processing necessary to get things ready for executions as db calls by preping the session caches and moving the appropriate entities and collections to their respective execution queues.voidDefaultFlushEventListener. onFlush(FlushEvent event)Handle the given flush event. -
org.hibernate.event.spi中FlushEvent的使用
org.hibernate.event.spi中FlushEvent的子类 修饰符和类型 类 说明 classAutoFlushEventDefines an event class for the auto-flushing of a session.classDirtyCheckEventDefines an event class for the dirty-checking of a session.参数类型为FlushEvent的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 voidFlushEventListener. onFlush(FlushEvent event)Handle the given flush event.
-