mirror of https://github.com/apache/openjpa.git
OPENJPA-704: Add field names of path-like syntax
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@696590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5600a778c9
commit
9803879ff9
|
@ -594,7 +594,9 @@ public class FetchConfigurationImpl
|
|||
|| (fmd.isInDefaultFetchGroup()
|
||||
&& hasFetchGroupDefault())
|
||||
|| hasField(fmd.getFullName(false))
|
||||
|| hasField(fmd.getRealName())) // OPENJPA-704
|
||||
|| hasField(fmd.getRealName()) // OPENJPA-704
|
||||
|| (_fromField != null
|
||||
&& hasField(_fromField + "." + fmd.getName())))
|
||||
return true;
|
||||
String[] fgs = fmd.getCustomFetchGroups();
|
||||
for (int i = 0; i < fgs.length; i++)
|
||||
|
|
Loading…
Reference in New Issue