com.khubla.pragmatach.framework.dao
Class AbstractDAO<T,I>

java.lang.Object
  extended by com.khubla.pragmatach.framework.dao.AbstractDAO<T,I>
All Implemented Interfaces:
DAO<T,I>
Direct Known Subclasses:
EBeanDAO, HibernateDAO, MongoDBDAO, OpenJPADAO

public abstract class AbstractDAO<T,I>
extends Object
implements DAO<T,I>

Author:
tome

Constructor Summary
AbstractDAO()
           
 
Method Summary
 Pager<T> getPager(int batchsize)
          get a pager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.khubla.pragmatach.framework.dao.DAO
count, delete, deletebyId, findById, getAll, getAll, getIdentifierClazz, getTypeClazz, reloadConfig, save, update
 

Constructor Detail

AbstractDAO

public AbstractDAO()
Method Detail

getPager

public Pager<T> getPager(int batchsize)
                  throws PragmatachException
get a pager

Specified by:
getPager in interface DAO<T,I>
Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.