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:
Jody Grassel 2013-08-23 15:59:31 +00:00
parent 06a139afb9
commit d600018d6a
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ public class FetchConfigurationImpl
if (_state.fields != null)
_state.fields.clear();
} finally {
verifyDefaultPUFetchGroups();
unlock();
}
return this;