Annotation Type DatabaseType

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element 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.
    • Element Detail

      • name

        String name
        Define the name of the database type, that a class represents.
        Default:
        ""
      • inheritance

        boolean inheritance
        Flattens hierarchical structure of object and makes parent fields exposed to PgTypeHelper.
        Default:
        false
      • partial

        boolean partial
        Annotated java class can have more @DatabaseField annotated fields than corresponding database type.
        Default:
        false