@NoRepositoryBean public class GumgaCrudAndQueryNotOnlyTypedRepositoryImpl<T,ID extends Serializable> extends GumgaGenericRepository<T,ID> implements GumgaCrudAndQueryNotOnlyTypedRepository<T,ID>
entityInformation, entityManager| Constructor and Description |
|---|
GumgaCrudAndQueryNotOnlyTypedRepositoryImpl(org.springframework.data.jpa.repository.support.JpaEntityInformation<T,ID> entityInformation,
javax.persistence.EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
com.mysema.query.jpa.impl.JPAQuery |
getJPAQuerydsl() |
List |
getResultList(String hql,
Map<String,Object> param) |
List |
getResultList(String hql,
Map<String,Object> param,
int maxResult) |
List |
getResultList(String hql,
Map<String,Object> param,
int firstresult,
int maxResult) |
<E> E |
getUniqueResult(String hql,
Class<E> type,
Map<String,Object> param) |
advancedSearch, aqoSearch, count, count, delete, delete, delete, deleteAll, deleteAllInBatch, deleteInBatch, exists, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAllWithTenancy, findByGQuery, findOne, findOne, flush, genericFindOne, getCountQuery, getDomainClass, getMultitenancyPattern, getOne, getQuery, getQuery, hasLogicalDelete, hasMultitenancy, listOldVersions, readPage, save, save, saveAndFlush, search, search, search, search, setRepositoryMethodMetadatagetRepositoryMethodMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadvancedSearch, findAllWithTenancy, genericFindOne, listOldVersions, search, search, search, searchdeleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, getOne, save, saveAndFlushpublic <E> E getUniqueResult(String hql, Class<E> type, Map<String,Object> param)
getUniqueResult in interface GumgaCrudAndQueryNotOnlyTypedRepository<T,ID extends Serializable>public List getResultList(String hql, Map<String,Object> param)
getResultList in interface GumgaCrudAndQueryNotOnlyTypedRepository<T,ID extends Serializable>public List getResultList(String hql, Map<String,Object> param, int maxResult)
getResultList in interface GumgaCrudAndQueryNotOnlyTypedRepository<T,ID extends Serializable>public List getResultList(String hql, Map<String,Object> param, int firstresult, int maxResult)
getResultList in interface GumgaCrudAndQueryNotOnlyTypedRepository<T,ID extends Serializable>public com.mysema.query.jpa.impl.JPAQuery getJPAQuerydsl()
getJPAQuerydsl in interface GumgaCrudAndQueryNotOnlyTypedRepository<T,ID extends Serializable>Copyright © 2017 Gumga. All rights reserved.