Commit Graph

48 Commits

Author SHA1 Message Date
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
dwebb
491bdacb7f Added Cassandra-Unit setup/teardown 2013-11-11 14:29:47 -05:00
dwebb
0480ee3ea6 Added Embedded cassandra-unit to existing tests and all are passing. 2013-11-11 14:22:51 -05:00
dwebb
d881a17af0 Wrapped the describeRing() in CassandraTemplate with the
SessionCallback.
Added Unit Test for CassandraOperations, which uses the cassandra-unit
embedded Cassandra DB.
2013-11-11 14:18:54 -05:00
dwebb
eba84d0423 Merge branch 'master' of https://github.com/shvid/spring-data-cassandra.git 2013-11-11 11:42:18 -05:00
dwebb
2df492391b Added Session Callback Interface.
Added describeRing() to Operations and Template.
2013-11-11 11:41:57 -05:00
Matthew Adams
27f3465e2d fixed typos 2013-11-11 09:52:59 -06:00
Alex Shvid
63c92fbcf6 switch to 1.0.4-dse driver version 2013-11-10 20:28:24 -08:00
Alex Shvid
9e07a19f6e build.gradle script 2013-11-10 20:03:57 -08:00
Alex Shvid
64821116b7 added .gitignore 2013-11-10 19:55:33 -08:00
Alex Shvid
7bf6e948a8 initial commit 2013-11-10 19:51:25 -08:00
Matthew Adams
276b809dc5 test commit 2013-11-08 15:37:56 -06:00
Matthew Adams
ed64be5f6d test commit 2013-11-08 15:37:08 -06:00
Erez Mazor
0ed12f50c4 README 2011-09-02 11:06:22 +03:00