Fixed Xtend code generation
This commit is contained in:
parent
9c23aa1d21
commit
5d5b1cd0d8
@ -128,7 +128,6 @@ class Records extends Generators {
|
||||
«FOR degree : (1..Constants::MAX_ROW_DEGREE)»
|
||||
import org.jooq.Record«degree»;
|
||||
«ENDFOR»
|
||||
import org.jooq.impl.Factory;
|
||||
|
||||
/**
|
||||
* A general purpose record, typically used for ad-hoc types.
|
||||
@ -180,7 +179,7 @@ class Records extends Generators {
|
||||
|
||||
@Override
|
||||
public final RowImpl<«TN(Constants::MAX_ROW_DEGREE)»> valuesRow() {
|
||||
return new RowImpl(Factory.fields(intoArray(), fields.fields()));
|
||||
return new RowImpl(Utils.fields(intoArray(), fields.fields()));
|
||||
}
|
||||
«FOR degree : (1..Constants::MAX_ROW_DEGREE)»
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user