Class ObjectVarrayDefinition

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

    public class ObjectVarrayDefinition
    extends VarrayDefinition

    Purpose: Allow for creation of object varray type.

    See Also:
    Serialized Form
    • Field Detail

      • isNullAllowed

        protected boolean isNullAllowed
    • Constructor Detail

      • ObjectVarrayDefinition

        public ObjectVarrayDefinition()
    • Method Detail

      • appendTypeString

        public void appendTypeString​(java.io.Writer writer,
                                     org.eclipse.persistence.internal.sessions.AbstractSession session)
                              throws ValidationException
        INTERNAL: Append the type.
        Overrides:
        appendTypeString in class VarrayDefinition
        Parameters:
        writer - Target writer where to write type string.
        session - Current session context.
        Throws:
        ValidationException - When invalid or inconsistent data were found.
      • isNullAllowed

        public boolean isNullAllowed()
        PUBLIC: Return if the varray collection is allowed NULL or not
      • setIsNullAllowed

        public void setIsNullAllowed​(boolean isNullAllowed)
        PUBLIC: Set if the varray collection is allowed NULL or not