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