Skip navigation links
A C D E F G I J L M N P Q R S U W 

A

AbstractEntityManagerAdapter - Class in com.afrunt.jpa.powerdao
 
AbstractEntityManagerAdapter() - Constructor for class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
AbstractExtendedApiDao - Class in com.afrunt.jpa.powerdao
 
AbstractExtendedApiDao() - Constructor for class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
AbstractExtendedQueryApiDao - Class in com.afrunt.jpa.powerdao
 
AbstractExtendedQueryApiDao() - Constructor for class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 

C

cacheEntityType(Class<ET>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
cacheIdType(Class<KT>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
clear() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
clear() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
close() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
close() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
com.afrunt.jpa.powerdao - package com.afrunt.jpa.powerdao
 
contains(Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
contains(Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
count(Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
count(Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
count() - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
count() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
createCountQuery(Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
createCountQuery(Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
createEntityGraph(Class<T>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createEntityGraph(String) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createEntityGraph(Class<T>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createEntityGraph(String) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createNamedQuery(String) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Create an instance of Query for executing a named query (in the Java Persistence query language or in native SQL).
createNamedQuery(String, Class<T>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Create an instance of TypedQuery for executing a Java Persistence query language named query.
createNamedQuery(String) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createNamedQuery(String, Class<T>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createNamedStoredProcedureQuery(String) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createNamedStoredProcedureQuery(String) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createNativeQuery(String) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createNativeQuery(String, Class) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createNativeQuery(String, String) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createNativeQuery(String) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createNativeQuery(String, Class) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createNativeQuery(String, String) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createQuery(String) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Create an instance of Query for executing a Java Persistence query language statement.
createQuery(CriteriaQuery<T>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Create an instance of TypedQuery for executing a criteria query.
createQuery(CriteriaUpdate) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Create an instance of Query for executing a criteria update query.
createQuery(CriteriaDelete) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Create an instance of Query for executing a criteria delete query.
createQuery(String, Class<T>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Create an instance of TypedQuery for executing a Java Persistence query language statement.
createQuery(String) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createQuery(CriteriaQuery<T>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createQuery(CriteriaUpdate) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createQuery(CriteriaDelete) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createQuery(String, Class<T>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createStoredProcedureQuery(String) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createStoredProcedureQuery(String, Class...) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createStoredProcedureQuery(String, String...) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
createStoredProcedureQuery(String) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createStoredProcedureQuery(String, Class...) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
createStoredProcedureQuery(String, String...) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

D

deleteById(Class<ET>, KT) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
deleteById(Class<ET>, KT) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
deleteById(KT) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
deleteById(KT) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
deleteByIds(Class<ET>, Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
deleteByIds(Class<ET>, Collection<KT>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
deleteByIds(Class<ET>, Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
deleteByIds(Class<ET>, Collection<KT>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
deleteByIds(Collection<KT>) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
deleteByIds(Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
deleteByIds(Collection<KT>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
deleteByIds(Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
detach(Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
detach(Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

E

emptyMap() - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
EntityManagerAdapter - Interface in com.afrunt.jpa.powerdao
 
exists(Class<ET>, Object) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
exists(Class<ET>, Object) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
exists(KT) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
exists(KT) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
ExtendedApiDao - Interface in com.afrunt.jpa.powerdao
 
ExtendedEntityApiDao<ET,KT> - Interface in com.afrunt.jpa.powerdao
 
ExtendedQueryApiDao - Interface in com.afrunt.jpa.powerdao
 

F

find(Class<T>, Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Find by primary key.
find(Class<T>, Object, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Find by primary key and lock, using the specified properties.
find(Class<T>, Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
find(Class<T>, Object, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
find(Class<T>, Object, LockModeType) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
find(Object) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
find(Object, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
find(Object, LockModeType) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
find(Object, LockModeType, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
find(Object) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
find(Object, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
find(Object, LockModeType) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
find(Object, LockModeType, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findAll(Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findAll(Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findAll() - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findAll() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findAllQuery(Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findAllQuery(Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findAllStream(Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findAllStream(Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findAllStream() - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findAllStream() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findById(Class<ET>, Object) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findById(Class<ET>, Object, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findById(Class<ET>, Object, LockModeType) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findById(Class<ET>, Object, LockModeType, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findById(Class<ET>, Object) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findById(Class<ET>, Object, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findById(Class<ET>, Object, LockModeType) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findById(Class<ET>, Object, LockModeType, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findById(KT) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findById(KT, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findById(KT, LockModeType) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findById(KT, LockModeType, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findById(KT) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findById(KT, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findById(KT, LockModeType) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findById(KT, LockModeType, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findByIds(Class<ET>, Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findByIds(Class<ET>, Collection<KT>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findByIds(Class<ET>, Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findByIds(Class<ET>, Collection<KT>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findByIds(Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findByIds(Collection<KT>) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findByIds(Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findByIds(Collection<KT>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findExistingEntityIdsIn(Class<ET>, Collection<KT>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findExistingEntityIdsIn(Class<ET>, Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findExistingEntityIdsIn(Class<ET>, Collection<VT>, Function<VT, KT>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findExistingEntityIdsIn(Class<ET>, Collection<VT>, Function<VT, KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
findExistingEntityIdsIn(Class<ET>, Collection<KT>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findExistingEntityIdsIn(Class<ET>, Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findExistingEntityIdsIn(Class<ET>, Collection<VT>, Function<VT, KT>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findExistingEntityIdsIn(Class<ET>, Collection<VT>, Function<VT, KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
findExistingEntityIdsIn(Collection<KT>) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findExistingEntityIdsIn(Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findExistingEntityIdsIn(Collection<VT>, Function<VT, KT>) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findExistingEntityIdsIn(Collection<VT>, Function<VT, KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
findExistingEntityIdsIn(Collection<KT>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findExistingEntityIdsIn(Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findExistingEntityIdsIn(Collection<VT>, Function<VT, KT>) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
findExistingEntityIdsIn(Collection<VT>, Function<VT, KT>, int) - Method in class com.afrunt.jpa.powerdao.PowerDao
 
flush() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
flush() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

G

getCachedEntityType() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
getCachedIdType() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
getCorrectGenericSuperclass() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
getCriteriaBuilder() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getCriteriaBuilder() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getDefaultInClauseLimit() - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
getDefaultInClauseLimit() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
getDelegate() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getDelegate() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getEntityGraph(String) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getEntityGraph(String) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getEntityGraphs(Class<T>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getEntityGraphs(Class<T>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getEntityIdType(Class<?>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getEntityIdType(EntityType<?>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getEntityManager() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getEntityManager() - Method in class com.afrunt.jpa.powerdao.SimpleDao
 
getEntityManagerFactory() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getEntityManagerFactory() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getEntityMetaModel(Class<?>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getEntityType() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
getFlushMode() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getFlushMode() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getIdFieldName(Class<?>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getIdType() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
getLockMode(Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getLockMode(Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getMetamodel() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getNumberOfParameters() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
getProperties() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getProperties() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getReference(Class<T>, Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getReference(Class<T>, Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
getTransaction() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
getTransaction() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

I

instance(Class<AET>, Class<AKT>, EntityManager) - Static method in class com.afrunt.jpa.powerdao.PowerDao
 
instance(EntityManager) - Static method in class com.afrunt.jpa.powerdao.SimpleDao
 
isJoinedToTransaction() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
isJoinedToTransaction() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
isOpen() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
isOpen() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

J

joinTransaction() - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
joinTransaction() - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

L

listOf(KT...) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
lock(Object, LockModeType) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
lock(Object, LockModeType, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
lock(Object, LockModeType) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
lock(Object, LockModeType, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

M

mapOf(Object...) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
mapPartitions(List<List<KT>>, Function<List<KT>, List<ET>>) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
mapPartitions(Stream<List<KT>>, Function<List<KT>, List<ET>>) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
merge(T) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
merge(T) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

N

namedQueryPage(long, long, String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryPage(long, long, String, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryPage(long, long, String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryPage(long, long, String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryPage(long, long, String, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryPage(long, long, String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResult(String, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResult(String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResult(String, Class<ET>, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResult(String, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResult(String, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResult(String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResult(String, Class<ET>, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResult(String, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultList(String, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultList(String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultList(String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultList(String, Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultList(String, Class<ET>, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultList(String, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultList(String, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultList(String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultList(String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultList(String, Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultList(String, Class<ET>, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultList(String, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultStream(String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultStream(String, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultStream(String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultStream(String, Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultStream(String, Class<ET>, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultStream(String, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
namedQueryResultStream(String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultStream(String, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultStream(String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultStream(String, Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultStream(String, Class<ET>, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
namedQueryResultStream(String, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResult(String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResult(String, Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResult(String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResult(String, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResult(String, String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResult(String, String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResult(String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResult(String, Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResult(String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResult(String, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResult(String, String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResult(String, String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResultList(String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResultList(String, String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResultList(String, String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResultList(String, Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResultList(String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResultList(String, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
nativeQueryResultList(String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResultList(String, String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResultList(String, String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResultList(String, Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResultList(String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
nativeQueryResultList(String, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 

P

pageCount(long, long) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
pageCount(long, long) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
parameterizedQuery(Query, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
parameterizedQuery(Query, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
parameterizedQuery(Query, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
parameterizedQuery(Query, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
partitions(Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
partitionsStream(Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
partitionsTo(Collection<KT>, int, Function<List<KT>, List<ET>>) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
partitionsToNamedQueryResultList(String, Class<ET>, Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
partitionsToNamedQueryResultList(String, Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
partitionsToNamedQueryResultList(String, Class<ET>, Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
partitionsToNamedQueryResultList(String, Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
partitionsToQueryResultList(Query, Class<ET>, Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
partitionsToQueryResultList(String, Class<ET>, Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
partitionsToQueryResultList(String, Collection<KT>, int) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
partitionsToQueryResultList(Query, Class<ET>, Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
partitionsToQueryResultList(String, Class<ET>, Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
partitionsToQueryResultList(String, Collection<KT>, int) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
passSingleParameter(Query, Object) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
passSingleParameter(Query, Object) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
persist(Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
persist(Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
PowerDao<ET,KT> - Class in com.afrunt.jpa.powerdao
 
PowerDao() - Constructor for class com.afrunt.jpa.powerdao.PowerDao
In this case, you need to override the getEntityManager() method
PowerDao(EntityManager) - Constructor for class com.afrunt.jpa.powerdao.PowerDao
 

Q

queryPage(long, long, String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryPage(long, long, String, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryPage(long, long, String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryPage(long, long, Query) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryPage(long, long, Query, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryPage(long, long, Query, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryPage(long, long, String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryPage(long, long, String, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryPage(long, long, String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryPage(long, long, Query) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryPage(long, long, Query, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryPage(long, long, Query, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(String, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(String, Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(String, Class<ET>, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(String, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(Query) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(Query, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(Query, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(TypedQuery<ET>, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(TypedQuery<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResult(String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(String, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(String, Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(String, Class<ET>, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(String, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(Query) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(Query, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(Query, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(TypedQuery<ET>, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResult(TypedQuery<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(String, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(String, Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(String, Class<ET>, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(String, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(Query) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(TypedQuery<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(Query, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(Query, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultList(String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(String, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(String, Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(String, Class<ET>, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(String, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(Query) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(TypedQuery<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(Query, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultList(Query, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(String) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(String, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(String, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(Query) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(Query, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(Query, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(String, Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(String, Class<ET>, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(String, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(Query, Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(Query, Class<ET>, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(Query, Class<ET>, List<Object>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedQueryApiDao
 
queryResultStream(String) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(String, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(String, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(Query) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(Query, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(Query, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(String, Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(String, Class<ET>, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(String, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(Query, Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(Query, Class<ET>, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 
queryResultStream(Query, Class<ET>, List<Object>) - Method in interface com.afrunt.jpa.powerdao.ExtendedQueryApiDao
 

R

random(Class<ET>) - Method in class com.afrunt.jpa.powerdao.AbstractExtendedApiDao
 
random(Class<ET>) - Method in interface com.afrunt.jpa.powerdao.ExtendedApiDao
 
random() - Method in interface com.afrunt.jpa.powerdao.ExtendedEntityApiDao
 
random() - Method in class com.afrunt.jpa.powerdao.PowerDao
 
range(int, int) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
range(long, long) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
rawRange(int, int) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
rawRange(long, long) - Method in interface com.afrunt.jpa.powerdao.WithCollectionOperations
 
refresh(Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
refresh(Object, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
refresh(Object, LockModeType) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
refresh(Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
refresh(Object, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
refresh(Object, LockModeType) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
refresh(Object, LockModeType, Map<String, Object>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
remove(Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
remove(Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

S

setEm(EntityManager) - Method in class com.afrunt.jpa.powerdao.SimpleDao
 
setFlushMode(FlushModeType) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
setFlushMode(FlushModeType) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
setProperty(String, Object) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
setProperty(String, Object) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 
SimpleDao - Class in com.afrunt.jpa.powerdao
 
SimpleDao() - Constructor for class com.afrunt.jpa.powerdao.SimpleDao
In this case you should override the getEntityManager() method to provide the appropriate EntityManager for your context.
SimpleDao(EntityManager) - Constructor for class com.afrunt.jpa.powerdao.SimpleDao
 

U

unwrap(Class<T>) - Method in class com.afrunt.jpa.powerdao.AbstractEntityManagerAdapter
 
unwrap(Class<T>) - Method in interface com.afrunt.jpa.powerdao.EntityManagerAdapter
 

W

WithCollectionOperations - Interface in com.afrunt.jpa.powerdao
 
A C D E F G I J L M N P Q R S U W 
Skip navigation links

Copyright © 2018. All rights reserved.