Uses of Class
org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Uses of StoredProcedureQueryImpl in org.eclipse.persistence.internal.jpa
Modifier and TypeMethodDescriptionStoredProcedureQueryImpl.setFirstResult
(int startPosition) Set the position of the first result to retrieve.StoredProcedureQueryImpl.setFlushMode
(FlushModeType flushMode) Set the flush mode type to be used for the query execution.StoredProcedureQueryImpl.setLockMode
(LockModeType lockMode) Set the lock mode type to be used for the query execution.StoredProcedureQueryImpl.setMaxResults
(int maxResult) Set the maximum number of results to retrieve.