JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
javax.jdo.annotations
Annotation Type EmbeddedOnly
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
EmbeddedOnly
Annotation for whether the class is only for persisting embedded into another object. Same as specifying @PersistenceCapable(embeddedOnly="true").
Since:
2.1
Version:
2.1