Matthew Adams
4558b90688
DATACASS-123 - @Query annotation does not support integers as parameters
2014-04-04 11:14:34 -05:00
Matthew Adams
cbae1298f4
DATACASS-121 - fixed Date querying
2014-04-04 11:00:05 -05:00
Matthew Adams
e58a1eb186
DATACASS-121 - fixed ISO8601 to use Java 6 timezone pattern
2014-04-03 17:23:07 -05:00
Matthew Adams
604fa5dea7
DATACASS-121 - fixed ISO8601 date format timezone
2014-04-03 17:14:31 -05:00
Matthew Adams
9109bada64
DATACASS-121 - Automatically quote string-like parameter values in @Query methods
2014-04-03 17:08:13 -05:00
Spring Buildmaster
200effb9a2
DATACASS-118 - Prepare next development iteration.
2014-03-31 17:30:13 +02:00
Spring Buildmaster
d3948095f5
DATACASS-118 - Release version 1.0.0.M1.
2014-03-31 08:28:19 -07:00
Oliver Gierke
0617b6fb78
DATACASS-118 - Prepare 1.0 M1.
...
Upgraded to Spring Data Commons 1.8 M1 and Spring Data Build parent 1.4 M1. Removed obsolete Spring related dependency management section. Switched to the milestone repository. Removed version declarations from Wagon and Assembly plugins.
Added changelog, readme, notice and licens files to be packaged with the JAR.
2014-03-31 17:22:06 +02:00
David T Webb
3ab62a1dda
DATACASS-116 - Completed
...
Enhanced executeAsychronously() API.
2014-03-27 15:34:49 -04:00
David T Webb
9c2cf17c03
DATACASS-115 - Added @author to modified test classes.
2014-03-25 13:58:03 -04:00
David T Webb
e370e1a49a
DATACASS-115 - Completed
...
Fixed bug in exists() method
Added integration tests for exists() method
2014-03-25 13:50:19 -04:00
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