@Repository @Transactional public class GenericDaoBean extends Object implements GenericDao
public <T> T find(Class<T> type, long id)
find in interface GenericDaopublic <T> List<T> findAll(Class<T> type)
findAll in interface GenericDaopublic Number getCount(Class<?> type)
getCount in interface GenericDaoCopyright © 2014. All Rights Reserved.