|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jpox.store.mapping.JavaTypeMapping
org.jpox.store.mapping.SingleFieldMapping
org.jpox.store.mapping.BaseStringMapping
org.jpox.store.mapping.StringMapping
org.jpox.store.rdbms.mapping.oracle.OracleBitSetMapping
Mapping for a String type for Oracle.
| Field Summary |
| Fields inherited from class org.jpox.store.mapping.BaseStringMapping |
mappingSampleValue |
| Fields inherited from class org.jpox.store.mapping.SingleFieldMapping |
datastoreContainer, typeInfo |
| Fields inherited from class org.jpox.store.mapping.JavaTypeMapping |
datastoreMappings, dba, fmd, LOCALISER, referenceMapping, type |
| Constructor Summary | |
OracleBitSetMapping(DatastoreAdapter dba,
AbstractPropertyMetaData fmd,
DatastoreContainerObject table,
ClassLoaderResolver clr)
Creates a new OracleStringMapping object. |
|
OracleBitSetMapping(DatastoreAdapter dba,
java.lang.String type)
Constructor. |
|
| Method Summary | |
void |
deleteDependent(StateManager sm)
Clear the collection and delete child dependent elements, values or keys that are tagged as dependent. |
void |
postFetch(StateManager sm)
Method called after the retrieval of objects, so that additional operations can be performed if necessary. |
void |
postInsert(StateManager sm)
Method to be called after the insert of the owner class element. |
void |
postUpdate(StateManager sm)
Method to be called after any update of the owner class element. |
void |
preDelete(StateManager sm)
Method called before the delete of objects, so that additional operations can be performed if necessary. |
| Methods inherited from class org.jpox.store.mapping.BaseStringMapping |
getJavaType, getSampleValue, newLiteral, newScalarExpression |
| Methods inherited from class org.jpox.store.mapping.SingleFieldMapping |
equals, getBoolean, getByte, getChar, getDatastoreContainer, getDouble, getFloat, getInt, getLong, getObject, getShort, getString, hasValue, includeInFetchStatement, includeInInsertStatement, includeInUpdateStatement, prepareDatastoreMapping, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setShort, setString |
| Methods inherited from class org.jpox.store.mapping.JavaTypeMapping |
addDataStoreMapping, failureMessage, getDataStoreMapping, getDataStoreMappings, getFieldMetaData, getNumberOfDatastoreFields, getObject, getReferenceMapping, getType, isNullable, setDefault, setObject, setReferenceMapping |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OracleBitSetMapping(DatastoreAdapter dba,
java.lang.String type)
dba - Datastore Adaptertype - Type of the field
public OracleBitSetMapping(DatastoreAdapter dba,
AbstractPropertyMetaData fmd,
DatastoreContainerObject table,
ClassLoaderResolver clr)
dba - Database Adapterfmd - FieldMetaData for the fieldtable - Table for persisting this fieldclr - The ClassLoaderResolver| Method Detail |
public void postInsert(StateManager sm)
postInsert in interface MappingCallbackssm - StateManager of the ownerpublic void postUpdate(StateManager sm)
postUpdate in interface MappingCallbackssm - StateManager of the ownerpublic void deleteDependent(StateManager sm)
MappingCallbacks
deleteDependent in interface MappingCallbackssm - the owner StateManagerpublic void postFetch(StateManager sm)
MappingCallbacks
postFetch in interface MappingCallbackssm - StateManager of the ownerpublic void preDelete(StateManager sm)
MappingCallbacks
preDelete in interface MappingCallbackssm - StateManager of the owner
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||