HHH-7877 : Add support for multiple entity names used with the same Java class

This commit is contained in:
Gail Badner 2012-12-19 11:49:15 -08:00
parent 2bee7d5111
commit 0d09b5e35f
1 changed files with 0 additions and 4 deletions

View File

@ -2885,10 +2885,6 @@ public class Binder {
}
private EntityBinding findOrBindEntityBinding(ValueHolder< Class< ? >> entityJavaTypeValue, String explicitEntityName) {
// final String referencedEntityName =
// bindingContext().qualifyClassName( explicitEntityName != null
// ? explicitEntityName
// : entityJavaTypeValue.getValue().getName() );
final String referencedEntityName =
explicitEntityName != null
? explicitEntityName