Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.mappings
Class SerializedObjectMapping

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

All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

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.

See Also:
Serialized Form

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

SerializedObjectMapping

public SerializedObjectMapping()
PUBLIC: Default constructor.

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.