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
»
Annotations
»
Class Modifiers
»
EmbeddedOnly
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Class Modifiers
PersistenceCapable
PersistenceAware
EmbeddedOnly
DatastoreIdentity
IdentityType
Field Modifiers
Index Definition
Fetch Settings
Miscellaneous
Mapping (ORM)
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
javax.jdo.annotations.EmbeddedOnly - JDO annotation
javax.jdo.annotations
Annotation
EmbeddedOnly
Target:
Classes
Annotation for whether the class is only for persisting embedded into another object. Same as specifying @PersistenceCapable(embeddedOnly="true").
Since:
JDO 2.1
This annotation is a marker annotation (with no elements).
< PersistenceAware
^ Class Modifiers
DatastoreIdentity >