Commit Graph

63 Commits

Author SHA1 Message Date
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
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
Matthew Adams
cd6348e1e8 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-14 22:57:52 -06:00
Matthew Adams
ae63f7d510 wip: admin ops, CreateTable 2013-11-14 22:57:07 -06:00
dwebb
10e5241d0c wip: Update Operations test now passing. 2013-11-14 17:00:45 -05:00
dwebb
e68f6ed32a wip: Unit tests with CQLLoader working as @Rule 2013-11-14 16:50:31 -05:00
dwebb
55e49401fa wip: Unit Tests - renamed package for Cassandra Table POJOs. 2013-11-14 15:44:02 -05:00
dwebb
3cb6639e05 wip: Finished Implementation of update methods. 2013-11-14 15:37:50 -05:00
Matthew Adams
c42cec6f11 CQLBuilder -> CqlBuilder 2013-11-14 10:02:54 -06:00
Matthew Adams
6ebfdd5c5e formatted sources & added formatting file from spring-data-jpa 2013-11-14 10:00:32 -06:00
dwebb
a400058191 Merge branch 'DATACASS-32' 2013-11-14 10:21:46 -05:00
David Webb
ac4adbec01 Merge branch 'master' of https://github.com/shvid/spring-data-cassandra 2013-11-14 15:14:20 +00:00
David Webb
84c10608fe File rename part 2 2013-11-14 15:11:20 +00:00
unknown
f8d144de2e File rename part 1 2013-11-14 15:07:55 +00:00
dwebb
b2a0a0eab4 Merge branch 'master' of
https://github.com/shvid/spring-data-cassandra.git into DATACASS-32

Conflicts:
	src/main/java/org/springframework/data/cassandra/config/BeanNames.java
	src/main/java/org/springframework/data/cassandra/core/CassandraTemplate.java
2013-11-14 01:51:37 -05:00
dwebb
f972875160 wip: Added all overrides in CassandraOperations
Added QueryOptions to Operations, Template and CqlUtils.
2013-11-14 01:41:45 -05:00
dwebb
cc5a147ec6 wip: Removing email address from comments. 2013-11-13 23:58:11 -05:00
dwebb
ab1b58e609 wip: Fixed Class Copyright blocks. 2013-11-13 23:53:34 -05:00
dwebb
897f05e3b3 wip: Completed delete aync first pass. Still have to add QueryOptions
to everything
2013-11-13 16:57:09 -05:00
dwebb
810b217fd7 wip: Completed implementation of inserts and deletes. 2013-11-13 16:50:43 -05:00
dwebb
9fd77ef6aa wip: All tests now pass with change in compression enum. 2013-11-13 16:08:01 -05:00
dwebb
1b12877f04 wip: Defined all CassnadraOperations. 2013-11-13 15:56:31 -05:00
Matthew Adams
be3ff78193 Merge branch 'DATACASS-24' 2013-11-13 14:27:06 -06:00
dwebb
20123c5348 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Added CassandraAdminOperations.
2013-11-13 15:21:44 -05:00
dwebb
6d78de85c7 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

New Interface for Admin Operations
2013-11-13 14:31:31 -05:00
Matthew Adams
e3d3486f20 added tests for nontrivial behavior 2013-11-13 10:50:52 -06:00
dwebb
5242504c13 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Implemented Drop Table in Template
Renamed CQLUtils to CqlUtils
2013-11-13 10:57:08 -05:00
dwebb
5316930683 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Adding test class for combinedPK Test.
2013-11-13 10:48:32 -05:00
dwebb
4c620a8319 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Completed alter table Implementation in Template
2013-11-13 10:48:02 -05:00
dwebb
7250d0cc78 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Added executeQueryAsyn to Operations and Template.
Modified executeQuery(String) to use the SessionCallback.
2013-11-13 09:30:47 -05:00
dwebb
81198ae579 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Renamed vo package to dto
2013-11-13 09:22:26 -05:00
Alex Shvid
39e288ac4a code cleanup 2013-11-12 23:16:24 -08:00
Alex Shvid
f92a88116c DATACASS-33 created CompositeRowId for composite primary keys 2013-11-12 23:15:47 -08:00
Alex Shvid
b593e7f933 DATACASS-34 2013-11-12 22:48:07 -08:00
Matthew Adams
d7bfbdc9df aligned C* exceptions more with Spring exceptions than C* ones 2013-11-12 15:02:28 -06:00
dwebb
9e986633d6 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Implemented remove()
2013-11-12 15:30:16 -05:00
dwebb
2d26154f13 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Completed the insert and fixed issue with select() and selectOne().
2013-11-12 14:18:36 -05:00
Matthew Adams
a31bbf2763 created Cassandra-specific Spring DataAccessException for each Datastax DriverException 2013-11-12 11:07:15 -06:00
dwebb
5276c80778 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32
2013-11-12 01:05:57 -05:00
dwebb
b8120ccc71 Merge branch 'master' of https://github.com/shvid/spring-data-cassandra.git into DATACASS-32 2013-11-12 00:59:15 -05:00
dwebb
9845659b89 IN PROGRESS - issue DATACASS-32: Implement the TemplateAPI for CQL
https://jira.springsource.org/browse/DATACASS-32

Completed insert and createTable template calls.
2013-11-12 00:58:37 -05:00
Alex Shvid
32dea64519 added to RingMember finals 2013-11-11 19:54:19 -08:00
dwebb
16d931ba5c Verifying readme commit in new branch. 2013-11-11 20:06:59 -05:00
dwebb
e610c6a4c7 Added new unit test versions to gradle.properties. 2013-11-11 14:49:39 -05:00