Class Constant
- java.lang.Object
-
- com.github.longdt.vertxorm.codegen.Constant
-
public class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_NAMESstatic StringID_ACCESSORstatic StringINSTANCEstatic StringPARAMETERS_MAPPERstatic StringROW_MAPPERstatic StringTABLEstatic StringTABLE_NAME
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
ID_ACCESSOR
public static final String ID_ACCESSOR
- See Also:
- Constant Field Values
-
PARAMETERS_MAPPER
public static final String PARAMETERS_MAPPER
- See Also:
- Constant Field Values
-
ROW_MAPPER
public static final String ROW_MAPPER
- See Also:
- Constant Field Values
-
INSTANCE
public static final String INSTANCE
- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
COLUMN_NAMES
public static final String COLUMN_NAMES
- See Also:
- Constant Field Values
-
-