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.CHECK_READ - JDO static field
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
PersistenceCapable.CHECK_READ - JDO static field
Static Field
javax.jdo.spi.PersistenceCapable
byte CHECK_READ
If jdoFieldFlags for a field includes CHECK_READ, then the field has been enhanced to call the jdoStateManager on read if the jdoFlags setting is not READ_OK or READ_WRITE_OK.
Since:
JDO 1.0
< PersistenceCapable
^ PersistenceCapable
JDOHelper >