Package tilda.data
Class Key_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__KEY
-
- tilda.data.Key_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,OCCObject
,ReaderObject
,WriterObject
public class Key_Data extends TILDA__KEY
This is the application class Data_KEY mapped to the table TILDA.KEY.- See Also:
TILDA__KEY
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicLong
_K
protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__KEY
__Saved_name, __Saved_refnum, FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description Key_Data()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
afterRead(Connection C)
protected boolean
beforeWrite(Connection C)
java.time.ZonedDateTime
getCreatedETL()
This is the getter for:
NamecreatedETL of type ZonedDateTime DescriptionThe timestamp for when the record was ETL-created. ColumnTILDA.Key.createdETL of type timestamptz Full Nametilda.data.TILDA.Key.createdETL Nullabletrue ModeCALCULATED Invariantfalse ProtectNONEjava.time.ZonedDateTime
getLastUpdatedETL()
This is the getter for:
NamelastUpdatedETL of type ZonedDateTime DescriptionThe timestamp for when the record was last ETL-updated. ColumnTILDA.Key.lastUpdatedETL of type timestamptz Full Nametilda.data.TILDA.Key.lastUpdatedETL Nullabletrue ModeCALCULATED Invariantfalse ProtectNONEstatic void
init(Connection C)
long
nextKey()
-
Methods inherited from class tilda.data._Tilda.TILDA__KEY
copy, copyTo, getCount, getCreated, getDeleted, getFirstValidLookupBy, getLastUpdated, getMax, getName, getRefnum, getTimeStampSignature, getWriteQuery, hasChanged, hasChangedCount, hasChangedCreated, hasChangedDeleted, hasChangedLastUpdated, hasChangedMax, hasChangedName, initName, initRefnum, isNewlyCreated, isNullDeleted, populatePreparedStatement, read, refresh, setCount, setCreated, setCreated, setCreatedNow, setCreatedUndefined, setDeleted, setDeleted, setDeletedNow, setDeletedUndefined, setLastUpdated, setLastUpdated, setLastUpdatedNow, setLastUpdatedUndefined, setMax, setName, setNullDeleted, setRefnum, stateUpdatePostWrite, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString, touch, upsert, validateDeserialization, write
-
-
-
-
Method Detail
-
init
public static void init(Connection C) throws java.lang.Exception
- Throws:
java.lang.Exception
-
beforeWrite
protected boolean beforeWrite(Connection C) throws java.lang.Exception
- Specified by:
beforeWrite
in classTILDA__KEY
- Throws:
java.lang.Exception
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__KEY
- Throws:
java.lang.Exception
-
nextKey
public long nextKey() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
getCreatedETL
public java.time.ZonedDateTime getCreatedETL()
Description copied from class:TILDA__KEY
This is the getter for:
Name createdETL of type ZonedDateTime Description The timestamp for when the record was ETL-created. Column TILDA.Key.createdETL of type timestamptz Full Name tilda.data.TILDA.Key.createdETL Nullable true Mode CALCULATED Invariant false Protect NONE - Specified by:
getCreatedETL
in classTILDA__KEY
-
getLastUpdatedETL
public java.time.ZonedDateTime getLastUpdatedETL()
Description copied from class:TILDA__KEY
This is the getter for:
Name lastUpdatedETL of type ZonedDateTime Description The timestamp for when the record was last ETL-updated. Column TILDA.Key.lastUpdatedETL of type timestamptz Full Name tilda.data.TILDA.Key.lastUpdatedETL Nullable true Mode CALCULATED Invariant false Protect NONE - Specified by:
getLastUpdatedETL
in classTILDA__KEY
-
-