public abstract class HibernateSentence<Type> extends Object implements SentenceList<Type>
| Constructor and Description |
|---|
HibernateSentence() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.hibernate.Query |
getQuery() |
List<Type> |
listPage(int offset,
int length) |
List<Type> |
listPage(QueryFilter[] filters,
int offset,
int length) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlist, listpublic abstract org.hibernate.Query getQuery()
public List<Type> listPage(int offset, int length) throws BasicException
listPage in interface SentenceList<Type>BasicExceptionpublic List<Type> listPage(QueryFilter[] filters, int offset, int length) throws BasicException
listPage in interface SentenceList<Type>BasicExceptionCopyright © 2021. All rights reserved.