EclipseLink 2.5.1, build 'v20130918-f2b9fc5' API Reference
org.eclipse.persistence.annotations

Annotation Type SerializedObject

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.Class value
      The Class that implements org.eclipse.persistence.descriptors.SerializedObjectPolicy interface.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      Column column
      (Optional) The column that holds the serialized object.
    • Element Detail

      • value

        public abstract java.lang.Class value
        The Class that implements org.eclipse.persistence.descriptors.SerializedObjectPolicy interface. This class must be specified.
      • column

        public abstract Column column
        (Optional) The column that holds the serialized object. By default it's a BLOB column named "SOP" in entity's main table.
        Default:
        @javax.persistence.Column(name="SOP")
EclipseLink 2.5.1, build 'v20130918-f2b9fc5' API Reference