类 TableCascadeModel

    • 构造器详细资料

      • TableCascadeModel

        public TableCascadeModel()
    • 方法详细资料

      • getProperty

        public String getProperty()
        返回:
        the property
      • setProperty

        public void setProperty​(String property)
        参数:
        property - the property to set
      • getMappedTable

        public String getMappedTable()
        返回:
        the mappedTable
      • setMappedTable

        public void setMappedTable​(String mappedTable)
        参数:
        mappedTable - the mappedTable to set
      • getMappedColumns

        public String[] getMappedColumns()
        返回:
        the mappedColumn
      • setMappedColumns

        public void setMappedColumns​(String[] mappedColumns)
        参数:
        mappedColumns - the mappedColumn to set
      • getMappedType

        public Class getMappedType()
        返回:
        the mappedType
      • setMappedType

        public void setMappedType​(Class mappedType)
        参数:
        mappedType - the mappedType to set
      • getLoadSubTableSql

        public String getLoadSubTableSql()
        返回:
        the loadSubTableSql
      • setLoadSubTableSql

        public void setLoadSubTableSql​(String loadSubTableSql)
        参数:
        loadSubTableSql - the loadSubTableSql to set
      • getDeleteSubTableSql

        public String getDeleteSubTableSql()
        返回:
        the deleteSubTableSql
      • setDeleteSubTableSql

        public void setDeleteSubTableSql​(String deleteSubTableSql)
        参数:
        deleteSubTableSql - the deleteSubTableSql to set
      • getCascadeUpdateSql

        public String getCascadeUpdateSql()
        返回:
        the cascadeUpdateSql
      • setCascadeUpdateSql

        public void setCascadeUpdateSql​(String cascadeUpdateSql)
        参数:
        cascadeUpdateSql - the cascadeUpdateSql to set
      • getMappedFields

        public String[] getMappedFields()
        返回:
        the mappedFields
      • setMappedFields

        public void setMappedFields​(String[] mappedFields)
        参数:
        mappedFields - the mappedFields to set
      • isDelete

        public boolean isDelete()
        返回:
        the delete
      • setDelete

        public void setDelete​(boolean delete)
        参数:
        delete - the delete to set
      • getCascadeType

        public int getCascadeType()
        返回:
        the cascadeType
      • setCascadeType

        public void setCascadeType​(int cascadeType)
        参数:
        cascadeType - the cascadeType to set
      • getFields

        public String[] getFields()
        返回:
        the fields
      • setFields

        public void setFields​(String[] fields)
        参数:
        fields - the fields to set
      • getOrderBy

        public String getOrderBy()
        返回:
        the orderBy
      • setOrderBy

        public void setOrderBy​(String orderBy)
        参数:
        orderBy - the orderBy to set
      • getLoadExtCondition

        public String getLoadExtCondition()
        返回:
        the loadExtCondition
      • setLoadExtCondition

        public void setLoadExtCondition​(String loadExtCondition)
        参数:
        loadExtCondition - the loadExtCondition to set
      • getNotNullField

        public String getNotNullField()
      • setNotNullField

        public void setNotNullField​(String notNullField)