public class PreparedSentenceHibernate<Type> extends HibernateSentence<Type>
| Constructor and Description |
|---|
PreparedSentenceHibernate(String queryString) |
PreparedSentenceHibernate(String queryString,
org.hibernate.transform.ResultTransformer resultTransformer) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Query |
getQuery() |
List<Type> |
list() |
List<Type> |
list(QueryFilter[] filters) |
listPage, listPagepublic PreparedSentenceHibernate(String queryString, org.hibernate.transform.ResultTransformer resultTransformer)
public PreparedSentenceHibernate(String queryString)
public List<Type> list() throws BasicException
BasicExceptionpublic List<Type> list(QueryFilter[] filters) throws BasicException
BasicExceptionpublic org.hibernate.Query getQuery()
getQuery in class HibernateSentence<Type>Copyright © 2021. All rights reserved.