Commit graph

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