接口的使用
org.hibernate.event.spi.PostUpdateEventListener
-
使用PostUpdateEventListener的程序包 程序包 说明 org.hibernate.cache.internal Internal implementations and support for second-level caching.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.cache.internal中PostUpdateEventListener的使用
实现PostUpdateEventListener的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classCollectionCacheInvalidatorAllows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany). -
org.hibernate.event.internal中PostUpdateEventListener的使用
实现PostUpdateEventListener的org.hibernate.event.internal中的类 修饰符和类型 类 说明 classPostUpdateEventListenerStandardImpl -
org.hibernate.event.spi中PostUpdateEventListener的使用
org.hibernate.event.spi中PostUpdateEventListener的子接口 修饰符和类型 接口 说明 interfacePostCommitUpdateEventListenerCalled after an entity update is committed to the datastore.类型参数类型为PostUpdateEventListener的org.hibernate.event.spi中的字段 修饰符和类型 字段 说明 static EventType<PostUpdateEventListener>EventType. POST_COMMIT_UPDATEstatic EventType<PostUpdateEventListener>EventType. POST_UPDATE
-