Commit Graph

375 Commits

Author SHA1 Message Date
David T Webb
bfa943b0f9 DATACASS-114 - Fixed bug that crept in after refactoring
applyQueryOptions/applyWriteOptions.
2014-03-21 16:07:26 -04:00
David T Webb
34d558eb23 DATACASS-116 - Refactored tests for new API. 2014-03-21 13:15:52 -04:00
David T Webb
482661268d DATACASS-114 - Added WriteOptions with TTL support in CqlOperations and
CassandraOperations.
2014-03-21 12:35:12 -04:00
David T Webb
dd8a89da57 DATACASS-61 - Created DocBook Reference Guide Outline. 2014-03-21 10:19:12 -04:00
David T Webb
93c03c7262 DATACASS-89: Add overloaded methods to CqlOperations that use strongly
typed Query objects 

Task-Url: https://jira.springsource.org/browse/DATACASS-89
2014-03-20 16:13:13 -04:00
David T Webb
647b608402 DATACASS-89: Add overloaded methods to CqlOperations that use strongly
typed Query objects 

Task-Url: https://jira.springsource.org/browse/DATACASS-89
2014-03-20 14:52:21 -04:00
David T Webb
3fa378b08b Merge branch 'master' of local repository into DATACASS-89 2014-03-19 09:43:27 -04:00
Oliver Gierke
2b9ddab985 DATACASS-113 - Adapted changes in BeanWrapper API.
Adapted reduced generics in BeanWrapper from Spring Data Commons. Also as of DATACMNS-243, the decision about property or field access for persistent properties is solely made by the PersistentProperty implementation.

Related issues: DATACMNS-468, DATACMNS-243.
2014-03-19 12:11:40 +01:00
David T Webb
1741b9c322 DATACASS-89: Add overloaded methods to CqlOperations that use strongly
typed Query objects 

Task-Url: https://jira.springsource.org/browse/DATACASS-89
2014-03-18 11:58:00 -04:00
Matthew Adams
633eb08ad8 DATACASS-107 - fixed broken tests, abstracted UserRepositoryIntegrationTestsDelegator, added TODO class for derived query method tests 2014-03-05 12:41:20 -06:00
Matthew Adams
6c8b441fdd DATACASS-107 - added tests for external named queries 2014-03-05 12:31:18 -06:00
Matthew Adams
8f43e531a6 DATACASS-107 - basic @Query methods working 2014-03-05 11:27:28 -06:00
Matthew Adams
97d55bcc7a DATACASS-80 - renamed module spring-cassandra -> spring-cql, xml namespace from .../cassandra -> .../cql, + classes 2014-02-26 16:44:34 -06:00
Matthew Adams
14c7a8534e DATACASS-42 - completed 2014-02-26 15:17:50 -06:00
Matthew Adams
b3ccd446da DATACASS-100 - completed 2014-02-26 14:48:24 -06:00
Matthew Adams
ac07a09a98 DATACASS-99 - completed 2014-02-26 14:31:41 -06:00
Matthew Adams
bd8c423256 DATACASS-104 - completed 2014-02-26 14:01:38 -06:00
Matthew Adams
376f0b4ffa DATACASS-93 - finished incomplete tests 2014-02-24 20:59:01 -06:00
Matthew Adams
28212f673f DATACASS-93 - added composite pk tests, fixed other tests, removed CachingCassandraPersistent{Entity|Property} as caching is now in BasicCassandraPersistent{Entity|Property} 2014-02-21 15:34:25 -06:00
Matthew Adams
70229dc9c0 DATACASS-93 - xml property name overrides now working for properties mapped by a single column 2014-02-21 10:18:00 -06:00
Matthew Adams
22b05022a0 DATACASS-93 - anno-based property name overrides now tested & working 2014-02-20 15:24:35 -06:00
Matthew Adams
7021419984 DATACASS-93 - persistent properties now use CqlIdentifier & legacy tests pass 2014-02-19 20:17:51 -06:00
Matthew Adams
5cd73864fd DATACASS-93 - xml & java config tests with forceQuote working 2014-02-19 14:27:01 -06:00
Matthew Adams
7ae8aa63d2 DATCASS-93 - now using SpelUtils 2014-02-19 11:42:40 -06:00
Matthew Adams
2e29676b7a DATACASS-93 - existing tests pass with addition of forceQuote 2014-02-19 11:29:42 -06:00
Matthew Adams
7e91de62cb DATACASS-101 - fixed AbstractSpringDataEmbeddedCassandraIntegrationTest & TestConfig 2014-02-18 10:54:32 -06:00
David Webb
625b8afb0b DATACASS-92 - Complete
Moved Unit Tests to CassandraDataOperationsTest until the static
keyspace name issue can be resolved.
2014-02-17 23:34:42 -05:00
David T Webb
88ce8212cc Merge branch 'master' of https://github.com/spring-projects/spring-data-cassandra.git 2014-02-17 23:03:12 -05:00
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