Commit graph

455 commits

Author SHA1 Message Date
Albert Shift
9eeee7d119 refactoring before implementing UDT operations 2015-03-24 22:21:04 -07:00
Albert Shift
3100cce682 begin user types implementation 2015-03-24 21:58:58 -07:00
Albert Shift
5242b0ce75 add using keyspace 2015-03-24 18:10:34 -07:00
Albert Shift
36b7ea9683 Update README.md 2015-03-23 21:42:56 -07:00
Albert Shift
8fcf22f2f5 Update README.md 2015-03-23 21:38:53 -07:00
Albert Shift
034ca8feda start UDT test and some minor changes 2015-03-23 21:33:30 -07:00
Albert Shift
a622d9475d Update README.md 2015-03-23 20:47:16 -07:00
Albert Shift
d97e67b420 rename asc/desc functions to orderBy in SelectOperation 2015-03-23 00:39:18 -07:00
Albert Shift
1924b72031 implement async operations with executor 2015-03-23 00:05:00 -07:00
Albert Shift
3cd3823f63 add license headers 2015-03-22 22:57:02 -07:00
Albert Shift
ac36c44fea added compound key test 2015-03-22 22:56:06 -07:00
Albert Shift
400d9f3b5a add select transforming operation 2015-03-22 22:25:24 -07:00
Albert Shift
25a8cd7eea implement count operation 2015-03-22 21:45:29 -07:00
Albert Shift
06f9d59cfe implement update operation 2015-03-22 21:22:57 -07:00
Albert Shift
016f828c4f add more mappers in tuples 2015-03-22 20:56:30 -07:00
Albert Shift
762c252855 small fix of the name 2015-03-22 20:11:05 -07:00
Albert Shift
617f67bce7 add Apache 2.0 license header 2015-03-22 18:51:06 -07:00
Albert Shift
74a30a618d add Either class 2015-03-22 18:41:35 -07:00
Albert Shift
905831b5e0 implement Filter and add Where conditions to Select and Delete 2015-03-18 23:15:26 -07:00
Albert Shift
38092fcc74 rename property in Column annotation isStatic 2015-03-18 22:15:17 -07:00
Albert Shift
26a1d434a8 ContextInitTest fix 2015-03-18 18:14:14 -07:00
Albert Shift
4e17520372 add entity cache and dsl cache 2015-03-18 17:02:10 -07:00
Albert Shift
0adda4f6c1 add MappingEntityFactory to cache in memory all known entities 2015-03-18 16:53:26 -07:00
Albert Shift
8956a2b55c implementation of select and delete operation w/o where 2015-03-18 16:39:57 -07:00
Albert Shift
67718723da add TupleX Mapper for reading Row from ResultSet 2015-03-18 11:41:42 -07:00
Albert Shift
a7ea1ae47b upsert operation implementation 2015-03-17 21:52:06 -07:00
Albert Shift
e151b82aff rename package coverter to convert 2015-03-17 20:18:34 -07:00
Albert Shift
a7fff11a72 update readme 2015-03-17 20:17:44 -07:00
Albert Shift
68176c3bc5 add more fields converters 2015-03-17 19:39:26 -07:00
Albert Shift
482f137f1f dropTableCql and CasserMappingException 2015-03-17 17:16:29 -07:00
Albert Shift
ead9866e5a SchemaUtil class to build create/alter cqls 2015-03-17 17:13:17 -07:00
Albert Shift
c05d3e2737 add show cql parameter 2015-03-17 12:41:14 -07:00
Albert Shift
496cf2c34b create table implementation 2015-03-17 12:34:57 -07:00
Albert Shift
912f58653f mapping classes for reflection 2015-03-16 22:41:01 -07:00
Albert Shift
2faac5fe29 add field annotations and to the dsl processing system 2015-03-16 19:08:01 -07:00
Albert Shift
dc8f58bb7b better logging for cassandra-unit 2015-03-16 17:55:21 -07:00
Albert Shift
75200c6187 eclipse-formatting 2015-03-16 17:03:17 -07:00
Albert Shift
a4e8121b89 embedded cassandra integration tests infra 2015-03-16 15:57:46 -07:00
Albert Shift
59375ed0d3 add cassandra unit and abstract test 2015-03-16 13:27:13 -07:00
Albert Shift
ac7b2d9b40 organize packages 2015-03-15 23:43:32 -07:00
Albert Shift
8a0e7babd3 add java proxy reflection implementation for dsl 2015-03-15 23:12:56 -07:00
Albert Shift
bba170723c add cql() method to abstract operations 2015-03-15 20:51:37 -07:00
Albert Shift
96bdc01c3e Filter example 2015-03-15 20:45:11 -07:00
Alex Shvid
a07914e52a added pom.xml 2015-03-14 10:22:57 -07:00
Alex Shvid
58cd95cdc0 prepare project for maven 2015-03-14 10:02:45 -07:00
Alex Shvid
a43e28ba06 refactor prepared statements 2015-03-14 10:00:27 -07:00
Alex Shvid
726f9d84cc add Filter 2015-03-14 09:45:03 -07:00
Alex Shvid
de8e6891c3 small fix 2015-03-12 01:28:20 -07:00
Alex Shvid
39a463e4a6 add prepared statements and counters 2015-03-12 01:27:12 -07:00
Alex Shvid
019dafbf79 make universal where operator 2015-03-12 01:08:42 -07:00