Package org.hibernate.query.internal
Class SimpleQueryOptions
java.lang.Object
org.hibernate.query.spi.QueryOptionsAdapter
org.hibernate.query.internal.SimpleQueryOptions
- All Implemented Interfaces:
QueryOptions
-
Field Summary
Fields inherited from interface org.hibernate.query.spi.QueryOptions
NONE, READ_ONLY, READ_WRITE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescribes the locking to apply to the query resultsShould entities returned from the query be marked read-only.Methods inherited from class org.hibernate.query.spi.QueryOptionsAdapter
getAppliedGraph, getCacheMode, getCacheRetrieveMode, getCacheStoreMode, getComment, getDatabaseHints, getDisabledFetchProfiles, getEnabledFetchProfiles, getFetchSize, getFlushMode, getLimit, getQueryPlanCachingEnabled, getResultCacheRegionName, getResultListTransformer, getTimeout, getTupleTransformer, isResultCachingEnabled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.spi.QueryOptions
getEffectiveLimit, getFirstRow, getMaxRows, getUniqueSemantic, hasLimit
-
Constructor Details
-
SimpleQueryOptions
-
-
Method Details
-
getLockOptions
Description copied from interface:QueryOptions
Describes the locking to apply to the query results- Specified by:
getLockOptions
in interfaceQueryOptions
- Overrides:
getLockOptions
in classQueryOptionsAdapter
-
isReadOnly
Description copied from interface:QueryOptions
Should entities returned from the query be marked read-only.- Specified by:
isReadOnly
in interfaceQueryOptions
- Overrides:
isReadOnly
in classQueryOptionsAdapter
-