| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa |
| Modifier and Type | Method and Description |
|---|---|
EJBQueryImpl |
EJBQueryImpl.setFirstResult(int startPosition)
Set the position of the first result to retrieve.
|
EJBQueryImpl |
EJBQueryImpl.setFlushMode(jakarta.persistence.FlushModeType flushMode)
Set the flush mode type to be used for the query execution.
|
EJBQueryImpl |
EJBQueryImpl.setLockMode(jakarta.persistence.LockModeType lockMode)
Set the lock mode type to be used for the query execution.
|
EJBQueryImpl |
EJBQueryImpl.setMaxResults(int maxResult)
Set the maximum number of results to retrieve.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.