Class ArrayMapping

    • Constructor Detail

      • ArrayMapping

        public ArrayMapping()
        Default constructor.
    • Method Detail

      • setFieldName

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

        public 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​(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 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​(String elementDataTypeName)
        PUBLIC: Set the "data type" associated with each element in the nested collection. Depending on the data store, this could be optional.