mirror of https://github.com/apache/openjpa.git
load registered class metadata when getting implementors
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@443016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d78bcae002
commit
8a9c647907
|
@ -1017,7 +1017,7 @@ public class MetaDataRepository
|
||||||
return EMPTY_METAS;
|
return EMPTY_METAS;
|
||||||
|
|
||||||
// get impls of given interface / abstract class
|
// get impls of given interface / abstract class
|
||||||
processRegisteredClasses();
|
loadRegisteredClassMetaData(envLoader);
|
||||||
Collection vals = (Collection) _impls.get(cls);
|
Collection vals = (Collection) _impls.get(cls);
|
||||||
ClassMetaData meta;
|
ClassMetaData meta;
|
||||||
Collection mapped = null;
|
Collection mapped = null;
|
||||||
|
|
Loading…
Reference in New Issue