Download
Forum
Login
My Account
Admin
A
Logout
Fast Object Database for Java - with JPA/JDO support
Object
DB
Object
DB
ObjectDB
Overview
Features
Download
Change Log
License
Company
Tutorials
Quick Start with JPA
JPA Web App (Tomcat)
Java EE JPA (GlassFish)
Spring MVC and JPA
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools and Utilities
Configuration
JPA
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Queries
Metamodel
Miscellaneous
Exceptions
JDO
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
Support
FAQ
Forum
Issue Tracking
Help Desk
Manager
Home
»
JDO
»
Query
»
isUnmodifiable() - JDO Query's method
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
isUnmodifiable() - JDO Query's method
Method
javax.jdo.Query
boolean isUnmodifiable()
The unmodifiable flag, when set, disallows further modification of the query, except for specifying the range, result class, and ignoreCache option.
Returns:
the current setting of the flag
Since:
JDO 2.0
< Query
^ Query
Extent >