站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.event.PreInsertEvent (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.event.PreInsertEvent

Packages that use PreInsertEvent
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.secure Declarative security for CRUD operations on entities. 
 

Uses of PreInsertEvent in org.hibernate.event
 

Methods in org.hibernate.event with parameters of type PreInsertEvent
 boolean PreInsertEventListener.onPreInsert(PreInsertEvent event)
          Return true if the operation should be vetoed
 

Uses of PreInsertEvent in org.hibernate.secure
 

Methods in org.hibernate.secure with parameters of type PreInsertEvent
 boolean JACCPreInsertEventListener.onPreInsert(PreInsertEvent event)