Uses of Class
org.hibernate.event.PreInsertEvent

Packages that use PreInsertEvent
org.hibernate.cfg.beanvalidation   
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.cfg.beanvalidation
 

Methods in org.hibernate.cfg.beanvalidation with parameters of type PreInsertEvent
 boolean BeanValidationEventListener.onPreInsert(PreInsertEvent event)
           
 

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)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.