public interface QueryProvider
| 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 |
boolean |
isOrdered() |
boolean isOrdered()
ScrollingSession.isOrdered()org.hibernate.Criteria createCriteria(Class<?> type, org.hibernate.Session session)
org.hibernate.Query createQuery(Class<?> type, org.hibernate.Session session)
#createCriteria(Session) returns nullCopyright © 2015 Molindo GmbH. All Rights Reserved.