David T Webb
394af96b99
DATACASS-92 - COMPLETED
...
Added RowValueProvider support for Collections
Added Integration Test to prove support for CQL Create Table, Insert and
Select Support for Collections.
2014-02-17 23:03:01 -05:00
David Webb
e9c1ddb26c
DATACASS-98 - Completed
...
Exit immediately if no @Id found so that we dont get to the validation
which assumes an @Id exists.
2014-02-17 21:00:02 -05:00
Matthew Adams
43b41764f5
DATACASS-90 - added ttl & timestamp options for insert/update/delete queries
2014-02-17 13:37:55 -06:00
Matthew Adams
a200afaef2
DATACASS-90 - updated appropriate methods to take or not take QueryOptions
2014-02-17 13:03:36 -06:00
Matthew Adams
9cd48548e9
DATACASS-94 - added AbstractCqlTemplateConfiguration
2014-02-17 11:04:12 -06:00
Matthew Adams
c9792e4e59
DATACASS-96 - resolved merge conflicts
2014-02-17 10:20:37 -06:00
Matthew Adams
9e968e29e2
DATACASS-96 - minor edits
2014-02-17 10:11:05 -06:00
Matthew Adams
8b9d4ea8f3
DATACASS-96 - integrated CqlIdentifier
2014-02-16 22:39:30 -06:00
David T Webb
d1aa730329
DATACASS-88 - WIP - Copyright notice fix.
2014-02-15 15:14:07 -05:00
David T Webb
ef8801f5ad
Fixed Copyrights on all *.java files.
2014-02-15 13:49:56 -05:00
David T Webb
56aec13e01
DATACASS-85 - COMPLETED
...
Added strict mode on verifier to relax the enforcement of equals() and
hashcode().
2014-02-13 13:00:26 -05:00
David T Webb
d4849e5d27
DATACASS-85 - Refactored test to work now that Verifier is fully
...
implemented.
2014-02-13 00:39:22 -05:00
David T Webb
dceb5cc4d0
Merge branch 'master' of https://github.com/spring-projects/spring-data-cassandra.git
2014-02-13 00:13:49 -05:00
David T Webb
b220a8ab50
DATACASS-92 - IN PROGRESS
...
Added support for all data types except List,Set and Map. Those are for
tomorrow.
2014-02-13 00:13:37 -05:00
Matthew Adams
d3a9d597b5
updated readme
2014-02-12 19:17:29 -06:00
Matthew Adams
814c38dd4f
Merge branch 'DATACASS-91'
2014-02-12 18:35:17 -06:00
Matthew Adams
eb68f6f555
DATACASS-91 - now defaulting mapping context, converter, & template if not defined in XML
2014-02-12 18:32:08 -06:00
john-mcpeek
863b7d8791
Added class level comment.
2014-02-12 08:10:37 -05:00
john-mcpeek
5449d0c276
The getIdentifier() (now getName()) method was calling toCql(), now it
...
just returns the internal variable. Changed the member variable from
identifier to name. This makes if match the way it is used in the code.
2014-02-11 22:38:22 -05:00
john-mcpeek
3dd7e532ef
Moved identifier logic to CqlIdentifer. Updated all the classes that
...
used the checkIdentifier() method to have a CqlIdentifer. Also update
those classes for getName() and such.
2014-02-11 22:09:25 -05:00
David T Webb
b1226eb2b5
Merge branch 'master' into DATACASS-85
2014-02-11 17:36:23 -05:00
David T Webb
8caf9aa552
DATACASS-85 - Premerge
2014-02-11 17:29:34 -05:00
David T Webb
591cdab94f
DATACASS-85 - WIP
...
Fixed integration test to comply with new EntityMetadataVerifier.
2014-02-11 17:25:57 -05:00
David T Webb
c91a70b942
DATACASS-85 - Completed
...
Unit test on ordering and Verifier
Fixed bug with CassandraPersistentPropertyComparator
2014-02-11 16:42:19 -05:00
David T Webb
5be12f407d
DATACASS-85 - Completed Verifier
2014-02-11 14:44:05 -05:00
Matthew Adams
a031ff77fe
DATACASS-91 - added test that searches multiple packages
2014-02-11 13:13:10 -06:00
Matthew Adams
24be302c03
DATACASS-91 - improved XML parsing & Java config
2014-02-11 11:05:38 -06:00
Matthew Adams
0f121597f2
DATACASS-91 - renamed mapping-converter XML element to converter
2014-02-11 09:33:25 -06:00
Matthew Adams
7b8cd2ab60
DATACASS-91 - aligning terminology
2014-02-11 09:17:04 -06:00
Matthew Adams
e71c446a3f
DATACASS-91 - renamed Java config @Bean converter() to cassandraConverter() in order to match DefaultDataBeanNames
2014-02-10 23:17:48 -06:00
Matthew Adams
e3a131007c
DATACASS-91 - now scanning packages via XML & Java config
2014-02-10 23:14:30 -06:00
john-mcpeek
30787eac5a
Added CqlIdentifier. Put in the basics pieces.
2014-02-10 20:52:58 -05:00
Matthew Adams
f451050a15
DATACASS-91 - ready to test multiple base package entity scanning
2014-02-10 18:02:47 -06:00
David T Webb
f93496fab9
Merge branch 'master' of local repository into DATACASS-85
2014-02-10 11:23:29 -05:00
David T Webb
3368a68410
DATACASS-85 - WIP - Added Tests
2014-02-10 11:21:47 -05:00
Matthew Adams
11f6156a70
updated readme
2014-02-07 23:40:38 -06:00
Matthew Adams
4029a8a505
Merge branch 'DATACASS-33'
2014-02-07 15:28:57 -06:00
Matthew Adams
47998cea74
DATACASS-33 - basic composite primary key support working
2014-02-07 15:28:34 -06:00
David T Webb
873ff2659a
Merge branch 'master' into DATACASS-85
...
Conflicts:
spring-data-cassandra/src/main/java/org/springframework/data/cassandra/mapping/BasicCassandraPersistentEntity.java
2014-02-07 13:06:52 -05:00
Matthew Adams
2502779445
DATACASS-33 - moved test support classes & improved CompoundPrimaryKeyIntegrationTests
2014-02-07 10:48:51 -06:00
Matthew Adams
c2fa3dd811
Merge branch 'DATACASS-33'
2014-02-07 10:18:31 -06:00
Matthew Adams
c91611ff31
DATACASS-33 - renamed *BuildProperties classes
2014-02-07 10:16:16 -06:00
David T Webb
646dc0d1b3
DATACASS-85 - WIP - Verifier
2014-02-07 10:39:28 -05:00
Matthew Adams
206c117f45
DATACASS-33 - cleaned up TestConfig @Configuration class
2014-02-07 09:18:50 -06:00
Matthew Adams
eccc92dd0d
DATACASS-33 - removed unused imports & class
2014-02-07 09:11:24 -06:00
Matthew Adams
1e6a68b378
Merge branch 'DATACASS-33'
2014-02-06 17:37:54 -06:00
Matthew Adams
b1f9d5bfc3
DATACASS-33 - fixed test classes in preparation for composite primary key testing
2014-02-06 17:35:50 -06:00
Matthew Adams
708c52e342
DATACASS-33 - minor update to CqlOperations
2014-02-06 14:19:43 -06:00
Matthew Adams
471fae9911
DATACASS-33 - simplifying CassandraOperations
2014-02-06 12:04:35 -06:00
Matthew Adams
5a2bc91838
DATACASS-33 - reduced all of SimpleCassandraRepository's methods to one-liners
2014-02-05 20:39:02 -06:00