Interface DBToJsonMappingTable
-
Method Summary
Modifier and TypeMethodDescriptionconvertColumn(String columnName) Conversion from attributeName to columnName and backformatTimestamp(Timestamp rawTimestamp) Get jsonPath by DB table and column and back
-
Method Details
-
transform
Description copied from interface:TransformGet jsonPath by DB table and column and back -
convertColumn
Description copied from interface:TransformConversion from attributeName to columnName and back- Specified by:
convertColumnin interfaceTransform<DBType,JsonType> - Parameters:
columnName- attribute (or column) name- Returns:
- column (or attribute) name
-
formatTimestamp
-
getCalendar
Calendar getCalendar()
-