Package net.sf.colle.sql.persistence

Class Summary
StatementManager Provides convenience methods for working with prepared statements.
 

Exception Summary
ConstraintViolatedException Exception to be thrown in create, update and delete methods of the persistence classes when a constraint (for example not null or unique columns) is violated.
DuplicateRowException Exception to be thrown in create methods of the persistence classes when a record with the same primary key is already in the database.
PersistenceException Base class for persistence exceptions.
RowNotFoundException Exception to be thrown in read, update and delete methods of the persistence classes.