mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
FailureExpectedWithNewMetamodel cleanup
This commit is contained in:
parent
2a0b9825f1
commit
8ed0bbcd52
@ -496,6 +496,10 @@ public static String[] qualifyIfNot(String prefix, String[] names) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String qualifyIfNot(String qualifier, String name) {
|
public static String qualifyIfNot(String qualifier, String name) {
|
||||||
|
if ( isEmpty( name ) ) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
if ( name.indexOf( '.' ) > 0 ) {
|
if ( name.indexOf( '.' ) > 0 ) {
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user