Class QueryUtils
java.lang.Object
ru.cg.webbpm.modules.database.api.utils.QueryUtils
- Author:
- a.petrov
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.jooq.Condition>
getConditionsForPrimaryKey
(Table table, String entityName, Object... pkValues) static org.jooq.Field
toJooqField
(EntityColumn entityColumn) static org.jooq.Field
toJooqField
(EntityColumn entityColumn, org.jooq.SQLDialect dialect, boolean castEnumTypeToString) static org.jooq.Field
toJooqField
(TableColumn tableColumn) static org.jooq.Table
toJooqTable
(String tableName)
-
Method Details
-
toJooqTable
-
toJooqField
-
toJooqField
public static org.jooq.Field toJooqField(EntityColumn entityColumn, org.jooq.SQLDialect dialect, boolean castEnumTypeToString) -
toJooqField
-
getConditionsForPrimaryKey
-