You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2019/04/29 18:42:47 UTC

[db-jdo] branch JDO-652 updated (8d38174 -> 0d44872)

This is an automated email from the ASF dual-hosted git repository.

mbo pushed a change to branch JDO-652
in repository https://gitbox.apache.org/repos/asf/db-jdo.git.


    from 8d38174  Merge remote-tracking branch 'origin/master' into JDO-652
     new 15a2af9  JDO-652: new subquery methods
     new 0d44872  JDO-652: update on sample queries chapter

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 specification/OOO/Ch14-Query.odt               | Bin 79748 -> 75684 bytes
 tck/src/main/resources/conf/jdo-signatures.txt |   3 +++
 2 files changed, 3 insertions(+)


[db-jdo] 01/02: JDO-652: new subquery methods

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch JDO-652
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit 15a2af9b7125619822797a4e40311e2475dfbf70
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Mon Apr 29 20:41:52 2019 +0200

    JDO-652: new subquery methods
---
 tck/src/main/resources/conf/jdo-signatures.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tck/src/main/resources/conf/jdo-signatures.txt b/tck/src/main/resources/conf/jdo-signatures.txt
index ad01bcc..fc11750 100644
--- a/tck/src/main/resources/conf/jdo-signatures.txt
+++ b/tck/src/main/resources/conf/jdo-signatures.txt
@@ -1746,6 +1746,9 @@ public interface javax.jdo.JDOQLTypedQuery extends java.io.Serializable, java.io
     abstract javax.jdo.JDOQLTypedQuery range(javax.jdo.query.Expression paramLowerInclExpr, javax.jdo.query.Expression paramUpperExclExpr);
     abstract javax.jdo.JDOQLTypedSubquery subquery(String candidateAlias);
     abstract javax.jdo.JDOQLTypedSubquery subquery(Class candidate, String candidateAlias);
+    abstract javax.jdo.JDOQLTypedSubquery subquery(javax.jdo.query.CollectionExpression candidateCollection, String candidateAlias);
+    abstract javax.jdo.JDOQLTypedSubquery subquery(javax.jdo.query.ListExpression candidateList, String candidateAlias);
+    abstract javax.jdo.JDOQLTypedSubquery subquery(javax.jdo.query.MapExpression candidateMap, String candidateAlias);
     abstract javax.jdo.JDOQLTypedQuery setParameters(java.util.Map namedParamMap);
     abstract javax.jdo.JDOQLTypedQuery setParameter(javax.jdo.query.Expression paramExpr, Object value);
     abstract javax.jdo.JDOQLTypedQuery setParameter(String paramName, Object value);


[db-jdo] 02/02: JDO-652: update on sample queries chapter

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch JDO-652
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit 0d44872d0ee2184853d141ab1079a6dc68b2c8fa
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Mon Apr 29 20:42:30 2019 +0200

    JDO-652: update on sample queries chapter
---
 specification/OOO/Ch14-Query.odt | Bin 79748 -> 75684 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/specification/OOO/Ch14-Query.odt b/specification/OOO/Ch14-Query.odt
index c8c69d6..dc3c208 100644
Binary files a/specification/OOO/Ch14-Query.odt and b/specification/OOO/Ch14-Query.odt differ