Package org.jtheque.core.managers.persistence

Contains the persistence manager.

See:
          Description

Interface Summary
IPersistenceManager A persistence manager.
QueryMapper A query mapper.
 

Class Summary
DataEvent An event used to indicate data changes.
Entity Represents a persisted object of JTheque.
GenericDao<T extends Entity> A generic data access object.
JThequeDataSource This class is a simple data source who place the database to the current folder specified in the application.
PersistenceManager A persistence manager implementation.
Query A query for Spring JDBC.
 

Package org.jtheque.core.managers.persistence Description

Contains the persistence manager. It seems the managers who's is responible for the interactions between the modules and the database.



Copyright © 2009 JTheque. All Rights Reserved.