Uses of Class
org.hibernate.event.PreInsertEvent

Packages that use PreInsertEvent
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of 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)
           
 

Uses of PreInsertEvent in org.hibernate.event.def
 

Methods in org.hibernate.event.def with parameters of type PreInsertEvent
 boolean DefaultPreInsertEventListener.onPreInsert(PreInsertEvent event)
           
 

Uses of PreInsertEvent in org.hibernate.secure
 

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