Package tilda.data
Class ObjectPerf_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__OBJECTPERF
-
- tilda.data.ObjectPerf_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,OCCObject
,ReaderObject
,WriterObject
public class ObjectPerf_Data extends TILDA__OBJECTPERF
This is the application class Data_OBJECTPERF mapped to the table TILDA.OBJECTPERF.- See Also:
TILDA__OBJECTPERF
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__OBJECTPERF
__Saved_objectName, __Saved_schemaName, _deleteCount_Values, _deleteCountDeleteCount_CreateDefault, _deleteNano_Values, _deleteNanoDeleteNano_CreateDefault, _deleteRecords_Values, _deleteRecordsDeleteRecords_CreateDefault, _insertCount_Values, _insertCountInsertCount_CreateDefault, _insertNano_Values, _insertNanoInsertNano_CreateDefault, _insertRecords_Values, _insertRecordsInsertRecords_CreateDefault, _selectCount_Values, _selectCountSelectCount_CreateDefault, _selectNano_Values, _selectNanoSelectNano_CreateDefault, _selectRecords_Values, _selectRecordsSelectRecords_CreateDefault, _updateCount_Values, _updateCountUpdateCount_CreateDefault, _updateNano_Values, _updateNanoUpdateNano_CreateDefault, _updateRecords_Values, _updateRecordsUpdateRecords_CreateDefault, FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description ObjectPerf_Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
afterRead(Connection C)
protected boolean
beforeWrite(Connection C)
-
Methods inherited from class tilda.data._Tilda.TILDA__OBJECTPERF
checkDeleteCount, checkDeleteNano, checkDeleteRecords, checkInsertCount, checkInsertNano, checkInsertRecords, checkSelectCount, checkSelectNano, checkSelectRecords, checkUpdateCount, checkUpdateNano, checkUpdateRecords, copy, copyTo, getCreated, getDeleteCount, getDeleted, getDeleteNano, getDeleteRecords, getEndPeriod, getEndPeriodTZ, getFirstValidLookupBy, getInsertCount, getInsertNano, getInsertRecords, getLastUpdated, getObjectName, getSchemaName, getSelectCount, getSelectNano, getSelectRecords, getStartPeriod, getStartPeriodTZ, getTimeStampSignature, getUpdateCount, getUpdateNano, getUpdateRecords, getWriteQuery, hasChanged, hasChangedCreated, hasChangedDeleteCount, hasChangedDeleted, hasChangedDeleteNano, hasChangedDeleteRecords, hasChangedEndPeriod, hasChangedEndPeriodTZ, hasChangedInsertCount, hasChangedInsertNano, hasChangedInsertRecords, hasChangedLastUpdated, hasChangedSelectCount, hasChangedSelectNano, hasChangedSelectRecords, hasChangedStartPeriodTZ, hasChangedUpdateCount, hasChangedUpdateNano, hasChangedUpdateRecords, initEndPeriodVal, initJson_EndPeriod, initJson_StartPeriod, initObjectName, initSchemaName, initStartPeriod, initStartPeriodVal, isDeleteCountDeleteCount_CreateDefault, isDeleteNanoDeleteNano_CreateDefault, isDeleteRecordsDeleteRecords_CreateDefault, isInsertCountInsertCount_CreateDefault, isInsertNanoInsertNano_CreateDefault, isInsertRecordsInsertRecords_CreateDefault, isNewlyCreated, isNullDeleted, isSelectCountSelectCount_CreateDefault, isSelectNanoSelectNano_CreateDefault, isSelectRecordsSelectRecords_CreateDefault, isUpdateCountUpdateCount_CreateDefault, isUpdateNanoUpdateNano_CreateDefault, isUpdateRecordsUpdateRecords_CreateDefault, mapDeleteCount, mapDeleteNano, mapDeleteRecords, mapInsertCount, mapInsertNano, mapInsertRecords, mapSelectCount, mapSelectNano, mapSelectRecords, mapUpdateCount, mapUpdateNano, mapUpdateRecords, populatePreparedStatement, read, refresh, setCreated, setCreated, setCreatedNow, setCreatedUndefined, setDeleteCount, setDeleteCountDeleteCount_CreateDefault, setDeleted, setDeleted, setDeletedNow, setDeletedUndefined, setDeleteNano, setDeleteNanoDeleteNano_CreateDefault, setDeleteRecords, setDeleteRecordsDeleteRecords_CreateDefault, setEndPeriod, setEndPeriod, setEndPeriodNow, setEndPeriodUndefined, setInsertCount, setInsertCountInsertCount_CreateDefault, setInsertNano, setInsertNanoInsertNano_CreateDefault, setInsertRecords, setInsertRecordsInsertRecords_CreateDefault, setLastUpdated, setLastUpdated, setLastUpdatedNow, setLastUpdatedUndefined, setNullDeleted, setObjectName, setSchemaName, setSelectCount, setSelectCountSelectCount_CreateDefault, setSelectNano, setSelectNanoSelectNano_CreateDefault, setSelectRecords, setSelectRecordsSelectRecords_CreateDefault, setStartPeriod, setUpdateCount, setUpdateCountUpdateCount_CreateDefault, setUpdateNano, setUpdateNanoUpdateNano_CreateDefault, setUpdateRecords, setUpdateRecordsUpdateRecords_CreateDefault, stateUpdatePostWrite, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString, touch, upsert, validateDeserialization, write
-
-
-
-
Method Detail
-
beforeWrite
protected boolean beforeWrite(Connection C) throws java.lang.Exception
- Specified by:
beforeWrite
in classTILDA__OBJECTPERF
- Throws:
java.lang.Exception
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__OBJECTPERF
- Throws:
java.lang.Exception
-
-