[jOOQ/jOOQ-pro#103] Remove dependency between jOOQ-tools and jOOQ

This commit is contained in:
Lukas Eder 2019-06-26 15:32:25 +02:00
parent 1733cd5eaa
commit 1a3d5d0252

View File

@ -105,11 +105,15 @@ public final class Constants {
*/
public static final String NS_CODEGEN = "http://www.jooq.org/xsd/" + XSD_CODEGEN;
// [jooq-tools] START [max-row-degree]
/**
* The maximum degree of {@link Row} and {@link Record} subtypes
*/
public static final int MAX_ROW_DEGREE = 22;
// [jooq-tools] END [max-row-degree]
/**
* No further instances
*/