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, listPage
public PreparedSentenceHibernate(String queryString, org.hibernate.transform.ResultTransformer resultTransformer)
public PreparedSentenceHibernate(String queryString)
public List<Type> list() throws BasicException
BasicException
public List<Type> list(QueryFilter[] filters) throws BasicException
BasicException
public org.hibernate.Query getQuery()
getQuery
in class HibernateSentence<Type>
Copyright © 2021. All rights reserved.