MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / removeGenerator

Method removeGenerator

jOOQ/src/main/java/org/jooq/impl/Tools.java:7961–7972  ·  view source on GitHub ↗
(Configuration configuration, DataType<T> dataType)

Source from the content-addressed store, hash-verified

7959 }
7960
7961 static final <T> DataType<T> removeGenerator(Configuration configuration, DataType<T> dataType) {
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971 return dataType;
7972 }
7973
7974 static final ConverterContext converterContext(Scope scope) {
7975 if (scope instanceof ExecuteContext s)

Callers 1

initFieldAliasesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected