类的使用
org.hibernate.event.spi.FlushEntityEvent
-
使用FlushEntityEvent的程序包 程序包 说明 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中FlushEntityEvent的使用
参数类型为FlushEntityEvent的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 protected voidDefaultFlushEntityEventListener. dirtyCheck(FlushEntityEvent event)Perform a dirty check, and attach the results to the eventprotected booleanDefaultFlushEntityEventListener. handleInterception(FlushEntityEvent event)protected booleanDefaultFlushEntityEventListener. isUpdateNecessary(FlushEntityEvent event)Performs all necessary checking to determine if an entity needs an SQL update to synchronize its state to the database.voidDefaultFlushEntityEventListener. onFlushEntity(FlushEntityEvent event)Flushes a single entity's state to the database, by scheduling an update action, if necessary -
org.hibernate.event.spi中FlushEntityEvent的使用
参数类型为FlushEntityEvent的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 voidFlushEntityEventListener. onFlushEntity(FlushEntityEvent event)
-