Enhydra 5.1 API

Package com.lutris.appserver.server.sql

Interface Summary
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.
ObjectIdAllocator Defines the object id allocator.
Query Interface that must be implemented by objects accessed by DBQuery.
Transaction Interface that must be implemented by objects accessed by DBTransaction.
 

Class Summary
CloneableDO Base class from which the data objects are created.
CoreDO Base class from which the data objects are derived.
ObjectId Represents an object id used by LBS data objects.
StandardDatabaseManager The standard database manager implementation.
 

Exception Summary
DatabaseContentException Exception indicating that data in a database is not what is expected.
DatabaseManagerException Exception for database manager failures.
DBRowUpdateException DBRowUpdateException is thrown when a CoreDO update fails.
ObjectIdException Exception for object id failures.
 

Error Summary
ObjectIdAllocationError Error thrown when an object id cannot be allocated.
 


Enhydra 5.1 API