public interface GenericDao
<T> T
find(Class<T> type, long id)
<T> List<T>
findAll(Class<T> type)
Number
getCount(Class<?> type)
<T> T find(Class<T> type, long id)
<T> List<T> findAll(Class<T> type)
Number getCount(Class<?> type)
Copyright © 2014. All Rights Reserved.