Annotation Type TableAadOverride


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface TableAadOverride
    Overrides the default tablename used as part of the data signature with tableName instead. This can be useful when multiple tables are used interchangably and data should be able to be copied or moved between them without needing to be reencrypted.
    Author:
    Greg Rubin
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String tableName  
    • Element Detail