Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JDO Reference
»
Query
»
setUnmodifiable() - JDO Query's method
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
setUnmodifiable() - JDO Query's method
Method
javax.jdo.Query
void setUnmodifiable()
The unmodifiable flag, when set, disallows further modification of the query, except for specifying the range, result class, and ignoreCache option. The unmodifiable flag can also be set in metadata.
Since:
JDO 2.0
< Query
^ Query
Extent >