|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DAO in com.khubla.pragmatach.contrib.testsupport.dao |
---|
Methods in com.khubla.pragmatach.contrib.testsupport.dao that return DAO | |
---|---|
abstract DAO<T,I> |
AbstractDAOTest.getDAO()
get the DAO |
Uses of DAO in com.khubla.pragmatach.dbtestsuite |
---|
Methods in com.khubla.pragmatach.dbtestsuite that return DAO | |
---|---|
abstract DAO<ExamplePOJO,Long> |
AbstractPersistenceTest.getDAO()
get the DAO implementation |
Methods in com.khubla.pragmatach.dbtestsuite with parameters of type DAO | |
---|---|
static void |
BasicTests.testBasicFunctionality(DAO<ExamplePOJO,Long> dao)
|
Uses of DAO in com.khubla.pragmatach.framework.dao |
---|
Classes in com.khubla.pragmatach.framework.dao that implement DAO | |
---|---|
class |
AbstractDAO<T,I>
|
Constructors in com.khubla.pragmatach.framework.dao with parameters of type DAO | |
---|---|
PagerImpl(DAO<T,I> dao,
int batchsize)
ctor |
Uses of DAO in com.khubla.pragmatach.plugin.ebean |
---|
Classes in com.khubla.pragmatach.plugin.ebean that implement DAO | |
---|---|
class |
EBeanDAO<T,I extends Serializable>
|
Uses of DAO in com.khubla.pragmatach.plugin.hibernate |
---|
Classes in com.khubla.pragmatach.plugin.hibernate that implement DAO | |
---|---|
class |
HibernateDAO<T,I extends Serializable>
|
Uses of DAO in com.khubla.pragmatach.plugin.mongodb |
---|
Classes in com.khubla.pragmatach.plugin.mongodb that implement DAO | |
---|---|
class |
MongoDBDAO<T>
|
Uses of DAO in com.khubla.pragmatach.plugin.openjpa |
---|
Classes in com.khubla.pragmatach.plugin.openjpa that implement DAO | |
---|---|
class |
OpenJPADAO<T,I extends Serializable>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |