https://docs.datastax.com/en/developer/ ... al/paging/
Интерфейс моего репозитория:
Код: Выделить всё
public interface DeviceRepository extends CassandraRepository {
Device findByFieldDeviceId(String fieldDeviceId);
}
Код: Выделить всё
public Device findByFieldDeviceId(final String fieldDeviceId) {
return deviceRepository.findByFieldDeviceId(fieldDeviceId);
}
Код: Выделить всё
org.springframework.boot
spring-boot-starter-data-cassandra
1.5.8.RELEASE
org.springframework.data
spring-data-cassandra
1.5.8.RELEASE
Подробнее здесь: https://stackoverflow.com/questions/476 ... -boot-data
Мобильная версия