spring-data-cassandra
spring-data-cassandra copied to clipboard
Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style d...
### Background Cassanda introduced a new prepare statement behavior in February 2022. The behavior will makes some incompatible changes and would a prepared statement id mismatch for existing clients in...
Hi, I am fairly new to using this library and I am having this issue with spring-boot-starter-data-cassandra:2.7.0, and I observed this behavior. The table looks like this: ``` @Table("student") @Data...
**[SanjayAgnani](https://jira.spring.io/secure/ViewProfile.jspa?name=sanjay_agnani)** opened **[DATACASS-534](https://jira.spring.io/browse/DATACASS-534?redirect=false)** and commented Hello guys , I would like to know if we can insert /update row with an feature of TTL in Spring Data Cassandra using repository...
It works for text data type, but numeric types do not work like int tinyint etc. https://docs.spring.io/spring-data/cassandra/docs/current/reference/html/#mapping-conversion Enum | text (default), bigint, varint, int, smallint, tinyint -- | -- ```...
Hi! There's a link in the [documentation](https://docs.spring.io/spring-data/cassandra/docs/current/reference/html/#mapping-conversion) that looks wrong and doesn't go anywhere: > See “[[cassandra.mapping.explicit-converters]](https://docs.spring.io/spring-data/cassandra/docs/current/reference/html/#cassandra.mapping.explicit-converters)” for further details. Also, when you scroll to the "Simple Primary Keys" section...
- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATACASS). - [x] You use...