@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface DatabaseType
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
inheritance
Flattens hierarchical structure of object and makes parent fields exposed to PgTypeHelper.
|
String |
name
Define the name of the database type, that a class represents.
|
boolean |
partial
Annotated java class can have more @DatabaseField annotated fields than corresponding database type.
|
public abstract String name
Copyright © 2012–2022 Zalando SE. All rights reserved.