[jOOQ/jOOQ#4946] Hide implementation for now
This commit is contained in:
parent
29890da22c
commit
86b2ec3abc
@ -9349,7 +9349,7 @@ public class JavaGenerator extends AbstractGenerator {
|
||||
|
||||
// XML types
|
||||
if (xmlType != null) {
|
||||
type = getStrategy().getJavaClassName(xmlType);
|
||||
type = out.ref(getStrategy().getFullJavaClassName(xmlType));
|
||||
}
|
||||
|
||||
// Custom types
|
||||
|
||||
Loading…
Reference in New Issue
Block a user