Closed tamhd closed 10 years ago
I am looking for a method to get all object from database (no constrain, just simply get all of them). For example findAllObject()
Do we have this function (I cannot find it in database)?
Every data access object has method List<E> findAll(), declaclared in IOperations and implemented in AbstractHibernateDAO.
List<E> findAll()
I am looking for a method to get all object from database (no constrain, just simply get all of them). For example findAllObject()
Do we have this function (I cannot find it in database)?