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
»
PersistenceCapable
»
PersistenceCapable.READ_WRITE_OK - JDO static field
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
PersistenceCapable.READ_WRITE_OK - JDO static field
Static Field
javax.jdo.spi.PersistenceCapable
byte READ_WRITE_OK
If jdoFlags is set to READ_WRITE_OK, then the fields in the default fetch group can be accessed for read or write without notifying the StateManager.
Since:
JDO 1.0
< PersistenceCapable
^ PersistenceCapable
JDOHelper >