Interface NamedSelectionMemento<T>
- All Superinterfaces:
JpaReference, JpaTypedQueryReference<T>, NamedQueryMemento<T>, Reference, TypedQueryReference<T>
Models NamedQueryMemento which is a selection-query
-
Nested Class Summary
Nested classes/interfaces inherited from interface NamedQueryMemento
NamedQueryMemento.ParameterMemento -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface JpaReference
getNameMethods inherited from interface JpaTypedQueryReference
getArguments, getParameterNames, getParameterTypesMethods inherited from interface NamedQueryMemento
getComment, getFlushMode, getHints, getRegistrationName, getTimeout, makeCopy, toMutationQuery, toMutationQuery, toQuery, toQuery, toSelectionQuery, toSelectionQuery, validateMethods inherited from interface Reference
getHints, getName, getTimeoutMethods inherited from interface TypedQueryReference
getCacheRetrieveMode, getCacheStoreMode, getEntityGraphName, getResultType
-
Method Details
-
getSelectionString
String getSelectionString() -
getReadOnly
Boolean getReadOnly() -
getFetchSize
Integer getFetchSize() -
getFirstResult
Integer getFirstResult() -
getMaxResults
Integer getMaxResults() -
getCacheable
Boolean getCacheable() -
getCacheRegion
String getCacheRegion() -
getCacheMode
CacheMode getCacheMode() -
getHibernateLockMode
LockMode getHibernateLockMode() -
getLockMode
LockModeType getLockMode()- Specified by:
getLockModein interfaceTypedQueryReference<T>
-
getPessimisticLockScope
PessimisticLockScope getPessimisticLockScope()- Specified by:
getPessimisticLockScopein interfaceTypedQueryReference<T>
-
getLockTimeout
Timeout getLockTimeout() -
getFollowOnLockingStrategy
Locking.FollowOn getFollowOnLockingStrategy()
-