站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

org.hibernate.action (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Package org.hibernate.action

This package defines "actions" that are scheduled for asycnchronous execution by the event listeners.

See:
          Description

Interface Summary
Executable An operation which may be scheduled for later execution.
 

Class Summary
BulkOperationCleanupAction Implementation of BulkOperationCleanupAction.
CollectionAction Any action relating to insert/update/delete of a collection
CollectionRecreateAction  
CollectionRemoveAction  
CollectionUpdateAction  
DelayedPostInsertIdentifier Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist occurred (save currently still performs the insert).
EntityAction Any action relating to insert/update/delete of an entity instance
EntityDeleteAction  
EntityIdentityInsertAction  
EntityInsertAction  
EntityUpdateAction  
 

Package org.hibernate.action Description

This package defines "actions" that are scheduled for asycnchronous execution by the event listeners.