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

ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


    from a08d54c9c Merge pull request #518 from 
Ivan-nikitko/CAY-2756_simplify_cgen_UI
     new bf7953e91 Minor cleanup
     new 9b04dba4f CAY-2715 Support ANY and ALL expressions for subqueries

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:
 RELEASE-NOTES.txt                                  |  1 +
 .../translator/select/QualifierTranslator.java     |  4 +
 .../java/org/apache/cayenne/exp/Expression.java    | 10 +++
 .../org/apache/cayenne/exp/ExpressionFactory.java  | 16 ++++
 .../exp/parser/{ASTExists.java => ASTAll.java}     | 24 +++---
 .../exp/parser/{ASTExists.java => ASTAny.java}     | 24 +++---
 .../apache/cayenne/exp/property/BaseProperty.java  | 12 ++-
 .../cayenne/exp/property/ComparableProperty.java   | 88 ++++++++++++++++++++++
 .../cayenne/exp/property/StringProperty.java       |  3 +-
 .../cayenne/reflect/EmbeddedFieldAccessor.java     |  9 +--
 .../cayenne/reflect/FieldEmbeddableDescriptor.java | 32 ++------
 .../reflect/PersistentDescriptorFactory.java       | 10 +--
 .../cayenne/query/ObjectSelect_SubqueryIT.java     |  9 +++
 .../testdo/embeddable/auto/_EmbedChild.java        |  4 +
 .../testdo/embeddable/auto/_EmbedEntity1.java      |  4 +
 .../testdo/embeddable/auto/_EmbedEntity2.java      |  3 +
 .../cayenne/testdo/embeddable/auto/_EmbedRoot.java |  4 +
 17 files changed, 192 insertions(+), 65 deletions(-)
 copy 
cayenne-server/src/main/java/org/apache/cayenne/exp/parser/{ASTExists.java => 
ASTAll.java} (87%)
 copy 
cayenne-server/src/main/java/org/apache/cayenne/exp/parser/{ASTExists.java => 
ASTAny.java} (87%)

Reply via email to