Uses of Class
org.hibernate.event.spi.PreInsertEvent

Packages that use PreInsertEvent
org.hibernate.cfg.beanvalidation   
org.hibernate.event.spi   
org.hibernate.secure.internal   
 

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.spi
 

Methods in org.hibernate.event.spi 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.internal
 

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



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