A D F G H N S T

A

addEq(String, Object, Criteria) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
adds
addLike(String, String, Criteria) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
adds

D

DataAccessException - Exception in net.sf.borg9.persistence.access
 
DataAccessException(String) - Constructor for exception net.sf.borg9.persistence.access.DataAccessException
 
DataAccessException(String, Throwable) - Constructor for exception net.sf.borg9.persistence.access.DataAccessException
 
DataAccessObject - Class in net.sf.borg9.persistence.access
this super-class has convenience methods that hibernate DAOs typically would need.
DataAccessObject() - Constructor for class net.sf.borg9.persistence.access.DataAccessObject
 
DataTransferObject - Class in net.sf.borg9.persistence.transfer
 
DataTransferObject() - Constructor for class net.sf.borg9.persistence.transfer.DataTransferObject
 
delete(DataTransferObject, Session) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
handles deletes, handles the transaction commital, etc...

F

find(DataTransferObject, Criteria, Session) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
generic find method

G

getId() - Method in class net.sf.borg9.persistence.transfer.DataTransferObject
 
getSession(Class) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
get a hibernate session for the given class type
getUpdateDate() - Method in class net.sf.borg9.persistence.transfer.DataTransferObject
 

H

handleFindAllResults(List) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
this ensures that we have a consistent policy regarding findAll methods.
handleFindAllResults(List, int) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
this ensures that we have a consistent policy regarding findAll methods.
handleFindOneResults(List) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
this ensures that we have a consistent policy regarding findOne methods.

N

net.sf.borg9.persistence.access - package net.sf.borg9.persistence.access
 
net.sf.borg9.persistence.transfer - package net.sf.borg9.persistence.transfer
 

S

StaleDataException - Exception in net.sf.borg9.persistence.access
 
StaleDataException(String) - Constructor for exception net.sf.borg9.persistence.access.StaleDataException
 
StaleDataException(String, Throwable) - Constructor for exception net.sf.borg9.persistence.access.StaleDataException
 
setId(Long) - Method in class net.sf.borg9.persistence.transfer.DataTransferObject
 
setUpdateDate(Date) - Method in class net.sf.borg9.persistence.transfer.DataTransferObject
 
store(DataTransferObject, Class) - Static method in class net.sf.borg9.persistence.access.DataAccessObject
a generic store method.

T

TooManyResultsException - Exception in net.sf.borg9.persistence.access
 
TooManyResultsException(int, int) - Constructor for exception net.sf.borg9.persistence.access.TooManyResultsException
first parameter is the max rows, second is the number of rows found.
toString() - Method in class net.sf.borg9.persistence.transfer.DataTransferObject
 

A D F G H N S T