|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.mappings.DatabaseMapping
org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
org.eclipse.persistence.mappings.DirectToFieldMapping
org.eclipse.persistence.mappings.SerializedObjectMapping
SerializedObjectConverter
public class 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. Note this functionality has been somewhat replaced by SerializedObjectConverter which can be used to obtain the same functionality on DirectToField and DirectCollection mappings.
SerializedObjectConverter
,
Serialized FormField Summary |
---|
Fields inherited from class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping |
---|
attributeClassification, attributeClassificationName, attributeObjectClassification, converter, converterClassName, field, isMutable, nullValue |
Fields inherited from class org.eclipse.persistence.mappings.DatabaseMapping |
---|
attributeAccessor, attributeName, descriptor, fields, isLazy, isOptional, isReadOnly, isRemotelyInitialized, NO_FIELDS, NO_WEIGHT, primaryKeyMapping, properties, weight, WEIGHT_1 |
Constructor Summary | |
---|---|
SerializedObjectMapping()
Deprecated. PUBLIC: Default constructor. |
Method Summary | |
---|---|
SerializedObjectConverter |
getSerializedObjectConverter()
Deprecated. INTERNAL: Return and cast the converter. |
boolean |
isSerializedObjectMapping()
Deprecated. INTERNAL: |
Methods inherited from class org.eclipse.persistence.mappings.DirectToFieldMapping |
---|
isRelationalMapping, setFieldName, writeValueIntoRow |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SerializedObjectMapping()
Method Detail |
---|
public SerializedObjectConverter getSerializedObjectConverter()
public boolean isSerializedObjectMapping()
isSerializedObjectMapping
in class DatabaseMapping
|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |