EAF 7.4 API

Package com.lutris.appserver.server.sql

Interface Summary
AbstractDBConnectionFactory  
AbstractDBTransactionFactory  
ConnectionAllocator Defines the connection allocator.
DatabaseManager The database management object interface.
DBConnection This interface defines a database connection.
DBQuery Utility for querying object from a database.
DBTransaction Used to perform database transactions.
LogicalDatabase Interface for a logical database.
Query Interface that must be implemented by objects accessed by DBQuery.
Transaction Interface that must be implemented by objects accessed by DBTransaction.
 

Class Summary
ObjectId Represents an object id used by LBS data objects.
 

Exception Summary
DatabaseManagerException Exception for database manager failures.
DBRowUpdateException DBRowUpdateException is thrown when a CoreDO update fails.
ObjectIdException Exception for object id failures.
 


EAF 7.4 API