Annotation Type DatabaseType
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface DatabaseType
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleaninheritanceFlattens hierarchical structure of object and makes parent fields exposed to PgTypeHelper.StringnameDefine the name of the database type, that a class represents.booleanpartialAnnotated java class can have more @DatabaseField annotated fields than corresponding database type.
-
-
-
Element Detail
-
name
String name
Define the name of the database type, that a class represents.- Default:
- ""
-
-