[jOOQ/jOOQ-pro#103] Remove dependency between jOOQ-tools and jOOQ
This commit is contained in:
parent
1733cd5eaa
commit
1a3d5d0252
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user