|
||||||||||
| 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.SerialisedMapping
org.jpox.store.mapping.SerialisedPCMapping
org.jpox.store.mapping.SerialisedKeyPCMapping
public class SerialisedKeyPCMapping
Mapping for a serialised PersistenceCapable object being the key of a Map.
| Field Summary |
|---|
| 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 | |
|---|---|
SerialisedKeyPCMapping(DatastoreAdapter dba,
AbstractPropertyMetaData fmd,
DatastoreContainerObject datastoreContainer,
ClassLoaderResolver clr)
Constructor. |
|
SerialisedKeyPCMapping(DatastoreAdapter dba,
java.lang.String type)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
prepareDatastoreMapping()
Method to prepare a field mapping for use in the datastore. |
| Methods inherited from class org.jpox.store.mapping.SerialisedPCMapping |
|---|
getObject, getObject, setObject, setObject |
| Methods inherited from class org.jpox.store.mapping.SerialisedMapping |
|---|
getJavaType, getSampleValue, newLiteral, newScalarExpression |
| Methods inherited from class org.jpox.store.mapping.SingleFieldMapping |
|---|
equals, getBoolean, getByte, getChar, getDatastoreContainer, getDouble, getFloat, getInt, getLong, getShort, getString, hasValue, includeInFetchStatement, includeInInsertStatement, includeInUpdateStatement, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, setString |
| Methods inherited from class org.jpox.store.mapping.JavaTypeMapping |
|---|
addDataStoreMapping, failureMessage, getDataStoreMapping, getDataStoreMappings, getFieldMetaData, getNumberOfDatastoreFields, getReferenceMapping, getType, isNullable, setDefault, setReferenceMapping |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerialisedKeyPCMapping(DatastoreAdapter dba,
java.lang.String type)
dba - Datastore Adaptertype - Type of the object
public SerialisedKeyPCMapping(DatastoreAdapter dba,
AbstractPropertyMetaData fmd,
DatastoreContainerObject datastoreContainer,
ClassLoaderResolver clr)
dba - Datastore Adapterfmd - MetaData for the fielddatastoreContainer - Datastore container objectclr - ClassLoader resolver| Method Detail |
|---|
protected void prepareDatastoreMapping()
prepareDatastoreMapping in class SingleFieldMapping
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||