org.skyscreamer.yoga.demo.dao
Interface GenericDao

All Known Implementing Classes:
GenericDaoBean

public interface GenericDao


Method Summary
<T> T
find(Class<T> type, long id)
           
<T> List<T>
findAll(Class<T> type)
           
 Number getCount(Class<?> type)
           
 

Method Detail

find

<T> T find(Class<T> type,
           long id)

findAll

<T> List<T> findAll(Class<T> type)

getCount

Number getCount(Class<?> type)


Copyright © 2013. All Rights Reserved.