javax.jdo.annotations
Annotation Type EmbeddedOnly


@Target(value=TYPE)
@Retention(value=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



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.