Class QueryTable

java.lang.Object
ru.cg.webbpm.modules.database.bean.Table
ru.cg.webbpm.modules.database.bean.QueryTable
All Implemented Interfaces:
Serializable

public class QueryTable extends Table implements Serializable
Author:
Kochetkov
See Also:
  • Constructor Details

  • Method Details

    • create

      public static QueryTable create(org.jooq.Table<?> jooqTable, String alias)
    • getAlias

      public String getAlias()
    • setAlias

      public void setAlias(String alias)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Table
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Table