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, wait
list, list
public abstract org.hibernate.Query getQuery()
public List<Type> listPage(int offset, int length) throws BasicException
listPage
in interface SentenceList<Type>
BasicException
public List<Type> listPage(QueryFilter[] filters, int offset, int length) throws BasicException
listPage
in interface SentenceList<Type>
BasicException
Copyright © 2021. All rights reserved.