Class QueryUtils

java.lang.Object
ru.cg.webbpm.modules.database.api.utils.QueryUtils

public final class QueryUtils extends Object
Author:
a.petrov
  • Method Details

    • toJooqTable

      public static org.jooq.Table toJooqTable(String tableName)
    • toJooqField

      public static org.jooq.Field toJooqField(EntityColumn entityColumn)
    • toJooqField

      public static org.jooq.Field toJooqField(EntityColumn entityColumn, org.jooq.SQLDialect dialect, boolean castEnumTypeToString)
    • toJooqField

      public static org.jooq.Field toJooqField(TableColumn tableColumn)
    • getConditionsForPrimaryKey

      public static List<org.jooq.Condition> getConditionsForPrimaryKey(Table table, String entityName, Object... pkValues)