Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.mappings
Class SerializedObjectMapping

java.lang.Object
  extended byoracle.toplink.mappings.DatabaseMapping
      extended byoracle.toplink.mappings.foundation.AbstractDirectMapping
          extended byoracle.toplink.mappings.DirectToFieldMapping
              extended byoracle.toplink.mappings.SerializedObjectMapping

All Implemented Interfaces:
java.lang.Cloneable, oracle.toplink.mappings.RelationalMapping, java.io.Serializable

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by SerializedObjectConverter

public class SerializedObjectMapping
extends DirectToFieldMapping

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. Note this functionality has been somewhat replaced by SerializedObjectConverter which can be used to obtain the same functionality on DirectToField and DirectCollection mappings.

Since:
TopLink/Java 1.0
See Also:
SerializedObjectConverter, Serialized Form

Constructor Summary
SerializedObjectMapping()
          Deprecated. PUBLIC: Default constructor.

 

Methods inherited from class oracle.toplink.mappings.DirectToFieldMapping
setFieldName

 

Methods inherited from class oracle.toplink.mappings.foundation.AbstractDirectMapping
getAttributeClassification, getAttributeClassificationName, getConverter, getFieldClassification, getFieldName, getNullValue, isMutable, setAttributeClassification, setConverter, setField, setFieldClassification, setFieldType, setIsMutable, setNullValue

 

Methods inherited from class oracle.toplink.mappings.DatabaseMapping
getAttributeAccessor, getAttributeName, getGetMethodName, getProperty, getReferenceClassDescriptor, getSetMethodName, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, setIsReadOnly, setProperty, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SerializedObjectMapping

public SerializedObjectMapping()
Deprecated. 
PUBLIC: Default constructor.

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.