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, getOptions, getParameterNames, getParameterTypes, getTimeoutMethods inherited from interface NamedQueryMemento
getComment, getFlushMode, getHints, getRegistrationName, getTimeout, makeCopy, toMutationQuery, toMutationQuery, toQuery, toQuery, toSelectionQuery, toSelectionQuery, validateMethods inherited from interface TypedQueryReference
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() -
getPessimisticLockScope
PessimisticLockScope getPessimisticLockScope() -
getLockTimeout
Timeout getLockTimeout() -
getFollowOnLockingStrategy
Locking.FollowOn getFollowOnLockingStrategy()
-