Interface NamedSelectionMemento<T>

All Superinterfaces:
JpaReference, JpaTypedQueryReference<T>, NamedQueryMemento<T>, Reference, TypedQueryReference<T>

public interface NamedSelectionMemento<T> extends NamedQueryMemento<T>, JpaTypedQueryReference<T>
Models NamedQueryMemento which is a selection-query
  • 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()