Does Spring-data-Cassandra 1.3.2.RELEASE support UDT annotations?
问题 Is @UDT (http://docs.datastax.com/en/developer/java-driver/2.1/java-driver/reference/mappingUdts.html) supported by Spring-data-Cassandra 1.3.2.RELEASE? If not, how can I add workaround for this Thanks 回答1: See the details here: https://jira.spring.io/browse/DATACASS-172 I faced with the same issue and it sounds like it does not( debug process shows me that spring data cassandra check for @Table, @Persistent or @PrimaryKeyClass Annotation only and raise exception in other case > Invocation of