接口的使用
org.hibernate.event.spi.PostInsertEventListener
-
使用PostInsertEventListener的程序包 程序包 说明 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中PostInsertEventListener的使用
实现PostInsertEventListener的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中PostInsertEventListener的使用
实现PostInsertEventListener的org.hibernate.event.internal中的类 修饰符和类型 类 说明 classPostInsertEventListenerStandardImpl -
org.hibernate.event.spi中PostInsertEventListener的使用
org.hibernate.event.spi中PostInsertEventListener的子接口 修饰符和类型 接口 说明 interfacePostCommitInsertEventListenerCalled after an entity insert is committed to the datastore.类型参数类型为PostInsertEventListener的org.hibernate.event.spi中的字段 修饰符和类型 字段 说明 static EventType<PostInsertEventListener>EventType. POST_COMMIT_INSERTstatic EventType<PostInsertEventListener>EventType. POST_INSERT
-