Annotation Type DbTable


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface DbTable
    With this annotation you can overwrite the default behavior and define a class table name 'by hand'. Use this annotation for classes.
    Author:
    mikehummel
    • Element Detail

      • tableName

        String tableName
        Default:
        ""
      • features

        String[] features
        Default:
        {}
      • attributes

        String attributes
        Default:
        ""