Interface CodegenGenericDataModel.Builder

  • Method Details

    • fields

      The fields in the generic data model.

      Parameters:
      fields - The fields in the generic data model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isJoinTable

      CodegenGenericDataModel.Builder isJoinTable(Boolean isJoinTable)

      Specifies whether the generic data model is a join table.

      Parameters:
      isJoinTable - Specifies whether the generic data model is a join table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • primaryKeys

      The primary keys of the generic data model.

      Parameters:
      primaryKeys - The primary keys of the generic data model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • primaryKeys

      CodegenGenericDataModel.Builder primaryKeys(String... primaryKeys)

      The primary keys of the generic data model.

      Parameters:
      primaryKeys - The primary keys of the generic data model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.