|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.toplink.mappings.DatabaseMapping
|
+--oracle.toplink.mappings.DirectToFieldMapping
|
+--oracle.toplink.mappings.SerializedObjectMapping
Purpose: The serialized object mapping can be used to store an arbitrary object or set of objects into a database blob field. It uses the Java serializer so the target must be serializable.
| Constructor Summary | |
SerializedObjectMapping()PUBLIC: Default constructor. | |
| Methods inherited from class oracle.toplink.mappings.DirectToFieldMapping |
getAttributeClassification, getFieldName, getNullValue, setAttributeClassification, setFieldName, setNullValue |
| Methods inherited from class oracle.toplink.mappings.DatabaseMapping |
getAttributeName, getGetMethodName, getSetMethodName, readOnly, readWrite, setAttributeName, setGetMethodName, setIsReadOnly, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SerializedObjectMapping()
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||