spring-projects / spring-data-cassandra

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 data access.
https://spring.io/projects/spring-data-cassandra/
Apache License 2.0
376 stars 309 forks source link

Support domain type interface as return type #1336

Closed gastonlagaf closed 1 year ago

gastonlagaf commented 1 year ago

Related to issue https://github.com/spring-projects/spring-data-cassandra/issues/1335

pivotal-cla commented 1 year ago

@gastonlagaf Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 1 year ago

@gastonlagaf Thank you for signing the Contributor License Agreement!

mp911de commented 1 year ago

Using a slightly different scheme to determine the domain type, see https://github.com/spring-projects/spring-data-cassandra/commit/515bffc784c19f1c67607162043e1f63397b523b.