Skip to content

Conversation

@mp911de
Copy link
Member

@mp911de mp911de commented Jul 1, 2016

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

We also now reject unknown/misspelled property names when using MapId. The Id conversion and extraction now takes place in the Cassandra Converter. The Id handling code in CassandraTemplate is deprecated.

Also, some polishing to in that context to reorder fields in MappingCassandraConverter according to their visibility. Remove code duplicates. Improve JavaDoc in CassandraOperations. Align entity class parameter names in CassandraTemplate. Enhance JavaDoc for built statement factory methods. Add guards to method arguments.


Related tickets: DATACASS-206 and DATACASS-308.

mp911de added 4 commits July 1, 2016 12:10
…roperty, not working on delete. Prepare issue branch.
We now use the specified column name from the entity annotation to construct the where clause in a delete statement. Original pull request: #73.
…erty names. We now reject unknown/misspelled property names when using MapId. The Id conversion and extraction takes now place in the Cassandra Converter. The Id handling code in CassandraTemplate is deprecated. Original pull request: #73.
Reorder fields in MappingCassandraConverter. Remove code duplicates. Improve JavaDoc in CassandraOperations. Align entity class parameter names in CassandraTemplate. Enhance JavaDoc for built statement factory methods. Add guards to method arguments. Original pull request: #73.
@mp911de mp911de changed the title DATACASS-206, DATACASS-308 DATACASS-206, DATACASS-308 Fix delete using custom column names and NullPointerException related properties using the MapId mechanism Jul 1, 2016
jxblum pushed a commit to jxblum/spring-data-cassandra that referenced this pull request Jul 1, 2016
We now use the specified column name from the entity annotation to construct the where clause in a delete statement. Original pull request: spring-projects#73.
jxblum pushed a commit to jxblum/spring-data-cassandra that referenced this pull request Jul 1, 2016
…erty names. We now reject unknown/misspelled property names when using MapId. The Id conversion and extraction takes now place in the Cassandra Converter. The Id handling code in CassandraTemplate is deprecated. Original pull request: spring-projects#73.
jxblum pushed a commit to jxblum/spring-data-cassandra that referenced this pull request Jul 1, 2016
Reorder fields in MappingCassandraConverter. Remove code duplicates. Improve JavaDoc in CassandraOperations. Align entity class parameter names in CassandraTemplate. Enhance JavaDoc for built statement factory methods. Add guards to method arguments. Original pull request: spring-projects#73.
jxblum added a commit to jxblum/spring-data-cassandra that referenced this pull request Jul 1, 2016
@mp911de
Copy link
Member Author

mp911de commented Jul 4, 2016

Closing as it was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant