DATACASS-206 - Fix delete using custom column names.

We now use the specified column name from the entity annotation to construct the where clause in a delete statement.

Original pull request: #73.
This commit is contained in:
Mark Paluch
2016-06-30 15:04:39 +02:00
committed by John Blum
parent f63d2cb26a
commit 580adfb5c1
5 changed files with 187 additions and 14 deletions

View File

@@ -9,6 +9,8 @@
<logger name="org.springframework" level="ERROR" />
<logger name="org.springframework.cassandra" level="ERROR" />
<logger name="org.springframework.data.cassandra" level="ERROR" />
<logger name="com.datastax" level="ERROR" />
<!-- See https://issues.apache.org/jira/browse/CASSANDRA-8220 -->