类的使用
org.hibernate.event.spi.EvictEvent
-
使用EvictEvent的程序包 程序包 说明 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中EvictEvent的使用
参数类型为EvictEvent的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 voidDefaultEvictEventListener. onEvict(EvictEvent event)Handle the given evict event. -
org.hibernate.event.spi中EvictEvent的使用
参数类型为EvictEvent的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 voidEvictEventListener. onEvict(EvictEvent event)Handle the given evict event.
-