From 0921956069fc1d6c5f2971abac2cbd2822aef490 Mon Sep 17 00:00:00 2001 From: Albert Shift Date: Fri, 5 Jun 2015 14:21:22 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f406f..b3843ba 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Current status: First application is using in production! * Leverages Java 8 language capabilities to build CQL queries * Simple function-style stream API * Reactive asynchronous and synchronous API -* Provides Java mapping for Tables, Tuples, UDFs (User Defined Types), Collections, UDT Collections, Tuple Collections +* Provides Java mapping for Tables, Tuples, UDTs (User Defined Type), Collections, UDT Collections, Tuple Collections +* Provides Lazy mapping in all cases where possible ### Requirements