Package de.mhus.lib.annotations.adb
Annotation Type DbRelation
-
@Retention(RUNTIME) public @interface DbRelation
Mark a getter or setter with this annotation to define it as a column in the database. DbPrimaryKey will have the same effect. If you mark a getter or setter as persistent both functions getter and setter must exist and be public. Fou boolenas the getter can also have a 'is...' notation.- Author:
- mikehummel
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanmanagedStringorderBybooleanremoveStringsourceAttributeClass<?>targetStringtargetAttribute
-