Anyframe Core

Package anyframe.core.basis.dao.query

This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use.

See:
          Description

Class Summary
GenericDaoQuery<T,PK extends Serializable> This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use.
QueryDaoUtils General QueryService Utilities class with rules for primary keys and query names.
 

Package anyframe.core.basis.dao.query Description

This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use. You should only need to extend this class when your require custom CRUD logic.

Since:
3.2.1

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.