Package com.ail.core.persistence

Interface Summary
CloseSessionArg Arguments required by close session service
CreateArg Arguments required by create service
DeleteArg Arguments required by delete service
LoadArg Arguments required by load service
OpenSessionArg Arguments required by open session service
Persistence Core persistence implementation interface.
PersistenceServer  
PersistenceServerHome  
PersistenceServerLocal  
PersistenceServerLocalHome  
QueryArg Arguments required by query service
UpdateArg Arguments required by create service
 

Class Summary
CloseSessionArgImp
CloseSessionCommand  
CreateArgImp
CreateCommand  
DeleteArgImp
DeleteCommand  
LoadArgImp
LoadCommand  
OpenSessionArgImp
OpenSessionCommand  
PersistenceServerBean EJB Wrapper for the persistence server.
QueryArgImp
QueryCommand  
UpdateArgImp
UpdateCommand  
 

Enum Summary
QueryOperator Type safe enumeration representing constant values for QueryOperator.
 

Exception Summary
CreateException Error indicating that persistance of an object could not be completed.
LoadException Error indicating that loading of an object could not be completed.
QueryException Error indicating that query objects could not be completed.
UpdateException Error indicating that persistance of an object could not be completed.
 

Error Summary
ConnectionError Error indicating that connection to the persistance store could not be completed.