committed by
Greg L. Turnquist
parent
5122dd89dc
commit
8e13992139
@@ -180,7 +180,7 @@ public class JpaMetamodelMappingContext
|
||||
} catch (IllegalArgumentException o_O) {
|
||||
|
||||
// Fall back to inspect *all* managed types manually as Metamodel.managedType(…) only
|
||||
// returns for entities, embeddables and managed supperclasses.
|
||||
// returns for entities, embeddables and managed superclasses.
|
||||
|
||||
for (ManagedType<?> managedType : model.getManagedTypes()) {
|
||||
if (type.equals(managedType.getJavaType())) {
|
||||
|
||||
@@ -27,7 +27,7 @@ import org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo;
|
||||
|
||||
/**
|
||||
* Extends {@link DefaultPersistenceUnitManager} to merge configurations of one persistence unit residing in multiple
|
||||
* {@code persistence.xml} files into one. This is necessary to allow the declaration of entities in seperate modules.
|
||||
* {@code persistence.xml} files into one. This is necessary to allow the declaration of entities in separate modules.
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
* @link https://github.com/spring-projects/spring-framework/issues/7287
|
||||
|
||||
Reference in New Issue
Block a user