Named Queries - Options
Use to specify additional options for the named query.
- Refresh Identity Map Results
- Specify the
refreshIdentityMapResults()
method to refresh the attributes of the object resulting from the query.
- Cache Statement
- Specify the
cacheStatement()
method for the query.
- Bind Parameters
- Specify the
bindAllParameters()
method for the query.
- Cache Usage
- Select if/how the query checks the cache before accessing the database.
- In Memory Query Indirection
- Specify how a query reacts when accessing un-instantiated indirection. Use this option to specify the
InMemoryQueryIndirectionPolicy
policy.
Note: These options are not available for findOneByQuery
and findManyByQuery
.
Click Advanced to select advanced query options. See "Advanced Query Options" for more information.
Related Topics
Named Queries
Specifying Queries
Named Queries - General
Named Queries - Format
Working with Descriptor Properties
Copyright © 1997, 2004, Oracle.
All rights reserved.