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 |
|
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 |
|