Repository: deltaspike
Updated Branches:
  refs/heads/master 2aff96921 -> d1e4739e3


DELTASPIKE-1252 - Adding Java 8 semantics to EBNF-like form.


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/d1e4739e
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/d1e4739e
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/d1e4739e

Branch: refs/heads/master
Commit: d1e4739e3b25fc93e4206344d61ddb24dc1a1391
Parents: 2aff969
Author: John D. Ament <johndam...@apache.org>
Authored: Tue May 9 07:35:25 2017 -0400
Committer: John D. Ament <johndam...@apache.org>
Committed: Tue May 9 07:35:25 2017 -0400

----------------------------------------------------------------------
 documentation/src/main/asciidoc/data.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/d1e4739e/documentation/src/main/asciidoc/data.adoc
----------------------------------------------------------------------
diff --git a/documentation/src/main/asciidoc/data.adoc 
b/documentation/src/main/asciidoc/data.adoc
index 076ac4e..e38a3ed 100644
--- a/documentation/src/main/asciidoc/data.adoc
+++ b/documentation/src/main/asciidoc/data.adoc
@@ -465,7 +465,7 @@ module can translate method names following a given format 
and directly
 generate the query implementation out of it (in EBNF-like form):
 
 
----------------------------------------------------------------------------------
-(Entity|List<Entity>) (prefix)(Property[Comparator]){Operator Property 
[Comparator]}
+(Entity|Optional<Entity>|List<Entity>|Stream<Entity>) 
(prefix)(Property[Comparator]){Operator Property [Comparator]}
 
----------------------------------------------------------------------------------
 
 Or in more concrete words:

Reply via email to