Annotation Interface ColumnOrder


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface ColumnOrder
Specify the order of the columns. Is used in the create table sql. ColumnOrder({"name","address", ...})
Author:
ccleve
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details