Package tilda.data
Class Connection_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__CONNECTION
-
- tilda.data.Connection_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,OCCObject
,ReaderObject
,WriterObject
public class Connection_Data extends TILDA__CONNECTION
This is the application class Data_CONNECTION mapped to the table TILDA.CONNECTION.- See Also:
TILDA__CONNECTION
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__CONNECTION
__Saved_id, FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description Connection_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__CONNECTION
addToSchemas, copy, copyTo, getActive, getCreated, getDb, getDeleted, getDriver, getFirstValidLookupBy, getId, getInitial, getLastUpdated, getMax, getPswd, getSchemas, getSchemasAsArray, getTimeStampSignature, getUser, getWriteQuery, hasChanged, hasChangedActive, hasChangedCreated, hasChangedDb, hasChangedDeleted, hasChangedDriver, hasChangedInitial, hasChangedLastUpdated, hasChangedMax, hasChangedPswd, hasChangedSchemas, hasChangedUser, hasSchemas, initId, isNewlyCreated, isNullActive, isNullDeleted, populatePreparedStatement, read, refresh, removeFromSchemas, removeFromSchemas, setActive, setCreated, setCreated, setCreatedNow, setCreatedUndefined, setDb, setDeleted, setDeleted, setDeletedNow, setDeletedUndefined, setDriver, setId, setInitial, setLastUpdated, setLastUpdated, setLastUpdatedNow, setLastUpdatedUndefined, setMax, setNullActive, setNullDeleted, setPswd, setSchemas, setUser, 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__CONNECTION
- Throws:
java.lang.Exception
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__CONNECTION
- Throws:
java.lang.Exception
-
-