java.lang.Object
org.eclipse.persistence.tools.dbws.OperationModel
org.eclipse.persistence.tools.dbws.TableOperationModel

public class TableOperationModel extends OperationModel
  • Field Details

    • catalogPattern

      protected String catalogPattern
    • schemaPattern

      protected String schemaPattern
    • tablePattern

      protected String tablePattern
    • additionalOperations

      public ArrayList<OperationModel> additionalOperations
    • dbTables

      protected transient List<TableType> dbTables
  • Constructor Details

    • TableOperationModel

      public TableOperationModel()
  • Method Details

    • isTableOperation

      public boolean isTableOperation()
      Overrides:
      isTableOperation in class OperationModel
    • getTablePattern

      public String getTablePattern()
    • setTablePattern

      public void setTablePattern(String tablePattern)
    • getCatalogPattern

      public String getCatalogPattern()
    • setCatalogPattern

      public void setCatalogPattern(String catalogPattern)
    • getSchemaPattern

      public String getSchemaPattern()
    • setSchemaPattern

      public void setSchemaPattern(String schemaPattern)
    • getDbTables

      public List<TableType> getDbTables()
    • setDbTables

      public void setDbTables(List<TableType> dbTables)
    • getAdditionalOperations

      public ArrayList<OperationModel> getAdditionalOperations()
      Return the List of additional (nested) operations for this TableOperationModel
    • addOperation

      public void addOperation(OperationModel additionalOperation)
      Add an operation to the List of additional (nested) operations for this TableOperationModel