Uses of Class
org.hibernate.event.AbstractPreDatabaseOperationEvent

Packages that use AbstractPreDatabaseOperationEvent
org.hibernate.event This package defines an event framework for Hibernate. 
 

Uses of AbstractPreDatabaseOperationEvent in org.hibernate.event
 

Subclasses of AbstractPreDatabaseOperationEvent in org.hibernate.event
 class PreDeleteEvent
          Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.
 class PreInsertEvent
          Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.
 class PreUpdateEvent
          Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.
 



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