-
@Documented @Inherited @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public @interface PersistentPersistent fields and methods are annotated with this annotation.Allows examining the model by reflection from within the persistence layer.
- Author:
- harald
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcommentOptional comment.booleancomponentReturns whether this is a component of the PDO.
This is true for all members/attributes and composite relations.intordinalGets the ordinal according to the model.
Used to order the attributes and relations when analyzed via reflection.booleanparentReturns whether this is the relation to the parent PDO.
The parent PDO provides a composite relation to this PDO.
-