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