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)