Commit Graph

105 Commits

Author SHA1 Message Date
Alex Shvid
0faa02568e PreparedStatementCreatorImpl null return fix 2013-11-25 17:33:46 -08:00
Alex Shvid
33c7e0d910 CassandraAccessor cleanup, removed synchronized modifier 2013-11-25 12:35:16 -08:00
Matthew Adams
6c9b114692 remove @After method & clear 2013-11-25 11:26:41 -06:00
Matthew Adams
a4f0acc902 added another test & streamlined unit+integration testing 2013-11-25 10:45:17 -06:00
Matthew Adams
c3e889312e updated readme 2013-11-25 09:27:07 -06:00
Matthew Adams
8f448ac4d6 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-22 19:12:05 -06:00
Matthew Adams
8aa86d7270 testing coming along 2013-11-22 19:11:49 -06:00
David Webb
516be679a9 DATACASS-32 : WIP : Completed PreparedStatement Operations. 2013-11-22 16:30:24 -05:00
David Webb
0bbd0d8a2e DATACASS-32 : WIP : Javadoc'd the CassandraOperatations and
CassandraTemplate.  Fixed gradle javadoc generator.
2013-11-22 00:41:47 -05:00
David Webb
e293a836d3 DATACASS-32 - WIP - Renamed PreparedStatementBinder variable name. 2013-11-21 10:04:36 -05:00
David Webb
5473daa7ef DATACASS-32 - Fixed testSingleton after refactoring by Matt. 2013-11-21 09:59:44 -05:00
Matthew Adams
7c6a003943 removed duplicate tests 2013-11-21 08:02:02 -06:00
Matthew Adams
2230370101 separated integration tests from unit tests 2013-11-20 16:30:39 -06:00
Matthew Adams
cc5e45483c moved all tests into *.test.unit.* packages; next is to pull out integration tests into *.test.integration.* packages 2013-11-20 16:24:18 -06:00
Matthew Adams
893a7c9925 changes from code review 2013-11-20 16:09:16 -06:00
Matthew Adams
a3684d3b14 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-20 15:20:43 -06:00
Matthew Adams
cea05c659b more CQL generation refactoring 2013-11-20 15:01:44 -06:00
Matthew Adams
515f55c4f7 separated buildes from specifications 2013-11-20 14:42:36 -06:00
David Webb
ad7db43d5a Merge branch 'DATACASS-32' of
https://github.com/shvid/spring-data-cassandra into DATACASS-32
2013-11-20 15:28:20 -05:00
David Webb
8ed4f65874 DATACASS-32 - WIP - Clean up test code formatting. 2013-11-20 15:10:44 -05:00
dwebb
0035eeb811 DATACASS-32 - WIP - Completed Build out of CassandraOperations and
CassandraTemplate.
2013-11-20 15:08:52 -05:00
Matthew Adams
37de816c2d relocated things appropriately 2013-11-19 16:16:09 -06:00
Matthew Adams
c52b36d2a6 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-19 16:03:49 -06:00
Matthew Adams
8fcdadbc88 now have create/alter/drop table builders 2013-11-19 16:03:27 -06:00
dwebb
42a40bb2b0 DATACASS-32 - Pulled in existing work from Matthew Adams on the
CassandraTemplate
2013-11-19 16:24:01 -05:00
dwebb
444f49bed1 DATACASS-32: WIP: Fixed XML Config issue in unit tests. 2013-11-19 15:58:26 -05:00
David Webb
949916fd57 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-19 20:38:02 +00:00
dwebb
fc93aee0c0 DATACASS-32: WIP: Split the Template out into Cassandra operations and
Spring Data Cassandra operations.

Added <cassandra:session/> to the XML Config for building the new
CassandraTemplate definition.
2013-11-19 15:35:33 -05:00
Matthew Adams
08c89c37b0 added option tests => fixed option bugs 2013-11-19 09:12:37 -06:00
Matthew Adams
55846e10e4 merging 2013-11-18 17:51:51 -06:00
Matthew Adams
4729f94071 added TableOption enums, MapBuilder 2013-11-18 17:48:30 -06:00
dwebb
3ff3e169de Added basic select methods to TemplateAPI 2013-11-18 16:00:38 -05:00
David Webb
6bb16353fd Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-17 12:58:14 +00:00
Alex Shvid
8045e5893b Merge branch 'DATACASS-11' of
https://github.com/shvid/spring-data-cassandra into DATACASS-11

Conflicts:
	src/main/java/org/springframework/data/cassandra/convert/MappingCassandraConverter.java
2013-11-16 22:26:19 -08:00
dwebb
74a37c5e95 Merge branch 'DATACASS-11' into DATACASS-32 2013-11-17 00:16:28 -05:00
David Webb
e99d9f86e9 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-17 05:13:25 +00:00
dwebb
5560695c76 wip: Completed updateBatch and deleteBatch tests. 2013-11-17 00:01:08 -05:00
Alex Shvid
738bb9f41b DATACASS-11 added Delete.Where to the entityWriter in CassandraConverter 2013-11-16 19:50:20 -08:00
Alex Shvid
963be476b6 DATACASS-11 moved from CqlUtils insert and update to the
CassandraConverter
2013-11-16 19:32:44 -08:00
Alex Shvid
5b8c301baf escape the potencial NPE for beanClassLoader in Cassandra(Admin)Template 2013-11-16 17:15:30 -08:00
Matthew Adams
f04b96e015 String => DataType, CreateTableBuilder#partitionColumn(..) => #partitionKeyColumn(..), other improvements 2013-11-15 16:21:28 -06:00
Matthew Adams
ddc85bbb72 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-15 15:57:49 -06:00
dwebb
c6119ca7fa wip: Completed single update and delete tests. 2013-11-15 16:57:44 -05:00
Matthew Adams
63d963f107 dialing in builder 2013-11-15 15:57:27 -06:00
dwebb
fa7a5d2401 wip: fixed and simplified the toBatchXXX() methods. 2013-11-15 15:31:43 -05:00
dwebb
0b591a5a71 wip: completed all insert unit tests. 2013-11-15 15:29:03 -05:00
dwebb
6dce0ef81e wip: Rename CassandraOperationsTableTest to CassandraAdminTest 2013-11-15 13:56:45 -05:00
dwebb
01f695dff3 wip: Fix XMLNamespaceTest 2013-11-15 13:53:03 -05:00
David Webb
b82a9dffcd Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-15 18:47:53 +00:00
dwebb
5ecb711cb2 wip: Added new methods to CassandraOperations and implemented them in
Template.  You can call all operations (with options/map) without
specifying the table name.
2013-11-15 13:39:06 -05:00