HHH-6447 - Develop shared binding creation approach
This commit is contained in:
parent
d3d1fdf423
commit
809540b08c
|
@ -148,6 +148,11 @@ public class AnnotationBindingContextImpl implements AnnotationBindingContext {
|
|||
return new Value<Class<?>>( locateClassByName( className ) );
|
||||
}
|
||||
|
||||
@Override
|
||||
public String qualifyClassName(String name) {
|
||||
return name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isGloballyQuotedIdentifiers() {
|
||||
return metadata.isGloballyQuotedIdentifiers();
|
||||
|
|
Loading…
Reference in New Issue