接口的使用
org.hibernate.event.spi.PostDeleteEventListener
-
使用PostDeleteEventListener的程序包 程序包 说明 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中PostDeleteEventListener的使用
实现PostDeleteEventListener的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中PostDeleteEventListener的使用
实现PostDeleteEventListener的org.hibernate.event.internal中的类 修饰符和类型 类 说明 classPostDeleteEventListenerStandardImplThe standard PostDeleteEventListener implementation -
org.hibernate.event.spi中PostDeleteEventListener的使用
org.hibernate.event.spi中PostDeleteEventListener的子接口 修饰符和类型 接口 说明 interfacePostCommitDeleteEventListenerCalled after an entity delete is committed to the datastore.类型参数类型为PostDeleteEventListener的org.hibernate.event.spi中的字段 修饰符和类型 字段 说明 static EventType<PostDeleteEventListener>EventType. POST_COMMIT_DELETEstatic EventType<PostDeleteEventListener>EventType. POST_DELETE
-