Class ObjectVarrayDefinition

All Implemented Interfaces:
Serializable, Cloneable

public class ObjectVarrayDefinition extends VarrayDefinition

Purpose: Allow for creation of object varray type.

See Also:
  • Field Details

    • isNullAllowed

      protected boolean isNullAllowed
  • Constructor Details

    • ObjectVarrayDefinition

      public ObjectVarrayDefinition()
  • Method Details

    • appendTypeString

      public void appendTypeString(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