mirror of https://github.com/apache/openjpa.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@464586 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8b5b2746e
commit
907647550c
|
@ -126,6 +126,10 @@ public class LogicalUnion
|
|||
return sels[0].getConfiguration();
|
||||
}
|
||||
|
||||
public DBDictionary getDBDictionary() {
|
||||
return dict;
|
||||
}
|
||||
|
||||
public SQLBuffer toSelect(boolean forUpdate, JDBCFetchConfiguration fetch) {
|
||||
return dict.toSelect(sels[0], forUpdate, fetch);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue