mirror of https://github.com/apache/openjpa.git
OPENJPA-2414: FinderCache does not consider active Fetch Groups/FetchPlan added Fields
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1516910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06a139afb9
commit
d600018d6a
|
@ -539,6 +539,7 @@ public class FetchConfigurationImpl
|
|||
if (_state.fields != null)
|
||||
_state.fields.clear();
|
||||
} finally {
|
||||
verifyDefaultPUFetchGroups();
|
||||
unlock();
|
||||
}
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue