public abstract class AbstractQueryProvider extends Object implements QueryProvider
QueryProvider (normally one method
less to override)| Constructor and Description |
|---|
AbstractQueryProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Criteria |
createCriteria(Class<?> type,
org.hibernate.Session session)
create a criteria for bulk indexing of type
|
org.hibernate.Query |
createQuery(Class<?> type,
org.hibernate.Session session)
fallback if
#createCriteria(Session) returns null |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOrderedpublic org.hibernate.Criteria createCriteria(Class<?> type, org.hibernate.Session session)
QueryProvidercreateCriteria in interface QueryProviderpublic org.hibernate.Query createQuery(Class<?> type, org.hibernate.Session session)
QueryProvider#createCriteria(Session) returns nullcreateQuery in interface QueryProviderCopyright © 2013 Molindo GmbH. All Rights Reserved.