Package tilda.data
Class Mapping_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__MAPPING
-
- tilda.data.Mapping_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,OCCObject
,ReaderObject
,WriterObject
public class Mapping_Data extends TILDA__MAPPING
This is the application class Data_MAPPING mapped to the table TILDA.MAPPING.- See Also:
TILDA__MAPPING
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__MAPPING
__Saved_dst, __Saved_src, __Saved_type, FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description Mapping_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__MAPPING
copy, copyTo, getCreated, getDeleted, getDst, getFirstValidLookupBy, getLastUpdated, getSrc, getTimeStampSignature, getType, getWriteQuery, hasChanged, hasChangedCreated, hasChangedDeleted, hasChangedDst, hasChangedLastUpdated, hasChangedSrc, hasChangedType, initDst, initSrc, initType, isNewlyCreated, isNullDeleted, populatePreparedStatement, read, refresh, setCreated, setCreated, setCreatedNow, setCreatedUndefined, setDeleted, setDeleted, setDeletedNow, setDeletedUndefined, setDst, setLastUpdated, setLastUpdated, setLastUpdatedNow, setLastUpdatedUndefined, setNullDeleted, setSrc, setType, 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__MAPPING
- Throws:
java.lang.Exception
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__MAPPING
- Throws:
java.lang.Exception
-
-