Uses of Class
org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Packages that use StoredProcedureQueryImpl
-
Uses of StoredProcedureQueryImpl in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa that return StoredProcedureQueryImplModifier 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.