Package tilda.data
Class ZoneInfo_Factory
- java.lang.Object
-
- tilda.data._Tilda.TILDA__ZONEINFO_Factory
-
- tilda.data.ZoneInfo_Factory
-
public class ZoneInfo_Factory extends TILDA__ZONEINFO_Factory
This is the application class Data_ZONEINFO mapped to the table TILDA.ZONEINFO.- See Also:
TILDA__ZONEINFO
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class tilda.data._Tilda.TILDA__ZONEINFO_Factory
TILDA__ZONEINFO_Factory.COLS_BASE
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__ZONEINFO_Factory
__ENUMERATIONS_BY_ID, __ENUMERATIONS_BY_VALUE, COLS, COLUMNS, COLUMNS_FIRST_IDENTITY, COLUMNS_PRIMARY, COLUMNS_UNIQUE_INDICES, DATA_CLASS, SCHEMA_LABEL, SCHEMA_TABLENAME_LABEL, TABLENAME_LABEL
-
-
Constructor Summary
Constructors Constructor Description ZoneInfo_Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init(Connection C)
static java.util.Calendar
nowAsCalendar(java.lang.String ZoneInfoId)
static void
reloadInitData(Connection C)
This method imports the init data from "tilda/data/_tilda.Tilda.sampledata.zones.json" to populate the table and reloads the mappings in memory.-
Methods inherited from class tilda.data._Tilda.TILDA__ZONEINFO_Factory
create, getCSVHeader, getEnumerationById, getEnumerationByValue, getFullTableNameVar, init, initMappings, initObject, lookupById, lookupByPrimaryKey, lookupByValue, lookupWhereAll, lookupWhereAll, newDeleteQuery, newSelectQuery, newUpdateQuery, newWhereQuery, processMany, readMany, runSelect, runSelect, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, writeBatch
-
-
-
-
Method Detail
-
init
public static void init(Connection C) throws java.lang.Exception
- Throws:
java.lang.Exception
-
nowAsCalendar
public static java.util.Calendar nowAsCalendar(java.lang.String ZoneInfoId)
-
reloadInitData
public static void reloadInitData(Connection C) throws java.lang.Exception
This method imports the init data from "tilda/data/_tilda.Tilda.sampledata.zones.json" to populate the table and reloads the mappings in memory.- Parameters:
C
-- Throws:
java.lang.Exception
-
-