PreXident / TextAn

MFF automaticky policejni analytik
Other
4 stars 3 forks source link

Get all objects from database #44

Closed tamhd closed 10 years ago

tamhd commented 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)?

Blemicek commented 10 years ago

Every data access object has method List<E> findAll(), declaclared in IOperations and implemented in AbstractHibernateDAO.