Package org.zeroexchange.dao

Interface Summary
DAO<K extends Serializable,T extends Persistent> Basic DAO interface.
IntegerPKDAO<T extends IntegerPKPersistent> Base DAO for all DAO operate with entities with integer PK
SessionAwared Interface for services should be awared for the hibernate session.
SQLScriptsExecutor Interface for service knows how to execute sql scripts.
StringPKDAO<T extends StringPKPersistent> Base DAO for all DAO operate with entities with string PK
 

Class Summary
BaseHibernateDAO<K extends Serializable,T extends Persistent>  
BaseIntegerPKDAO<T extends IntegerPKPersistent> Base DAO for all DAO operate with entities with integer PK
BaseStringPKDAO<T extends StringPKPersistent> Base DAO for all DAO operate with entities with string PK
DAOAspect The aspect instruments DAOs with the session.
HibernateSessionHolder Basic class for session-aware DAOs/processors.
HibernateSQLScriptsExecutor SQL scripts executor.
 



Copyright © 2013. All Rights Reserved.