Class ArrayMapping

    • Constructor Detail

      • ArrayMapping

        public ArrayMapping()
        Default constructor.
    • Method Detail

      • setFieldName

        public void setFieldName​(java.lang.String fieldName)
        PUBLIC: Set the name of the field that holds the nested collection.
      • getStructureName

        public java.lang.String getStructureName()
        PUBLIC: Return the name of the structure. This is the name of the user-defined data type as defined on the database.
      • setStructureName

        public void setStructureName​(java.lang.String structureName)
        PUBLIC: Set the name of the structure. This is the name of the user-defined data type as defined on the database.
      • getElementDataTypeName

        public java.lang.String getElementDataTypeName()
        PUBLIC: Return the "data type" associated with each element in the nested collection. Depending on the data store, this could be optional.
      • setElementDataTypeName

        public void setElementDataTypeName​(java.lang.String elementDataTypeName)
        PUBLIC: Set the "data type" associated with each element in the nested collection. Depending on the data store, this could be optional.