Uses of Package
net.sf.colle.sql.persistence

Packages that use net.sf.colle.sql.persistence
net.sf.colle.sql.persistence   
net.sf.colle.sql.test   
 

Classes in net.sf.colle.sql.persistence used by net.sf.colle.sql.persistence
PersistenceException
          Base class for persistence exceptions.
 

Classes in net.sf.colle.sql.persistence used by net.sf.colle.sql.test
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.
RowNotFoundException
          Exception to be thrown in read, update and delete methods of the persistence classes.