mirror of https://github.com/apache/openjpa.git
OPENJPA-2295 restore the old method to be compatible.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1437190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e63abd92a7
commit
e12dcddc38
|
@ -2040,6 +2040,11 @@ public class MetaDataRepository implements PCRegistry.RegisterClassListener, Con
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public QueryMetaData getCachedQueryMetaData(Class<?> cls, String name) {
|
||||||
|
return getCachedQueryMetaData(name);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the cached query metadata for the given name.
|
* Return the cached query metadata for the given name.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue