public interface JpaQueryExecutor<T>
| Modifier and Type | Method and Description |
|---|---|
JpaQueryExecutor<T> |
fetch(List<String> attrPath) |
Class<T> |
getEntityClass() |
List<T> |
getResultList() |
<U extends Tuple> |
getResultTuples() |
long |
getTotalRowCount() |
T |
getUniqueResult(boolean nullable) |
JpaQueryExecutor<T> |
setCached(boolean cached) |
JpaQueryExecutor<T> |
setLimit(int limit) |
JpaQueryExecutor<T> |
setOffset(int offset) |
JpaQueryExecutor<T> |
setWindow(int offset,
int limit) |
long getTotalRowCount()
T getUniqueResult(boolean nullable)
JpaQueryExecutor<T> setLimit(int limit)
JpaQueryExecutor<T> setOffset(int offset)
JpaQueryExecutor<T> setWindow(int offset, int limit)
JpaQueryExecutor<T> setCached(boolean cached)
JpaQueryExecutor<T> fetch(List<String> attrPath)
Copyright © 2017. All Rights Reserved.