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
374 stars 310 forks source link

Create table using provided name #1388

Closed mipo256 closed 1 year ago

mipo256 commented 1 year ago

Hello @mp911de ! As disscussed, I add a new overloaded method with ability to derive the table name that will be created from entity class

mp911de commented 1 year ago

Thank you for your contribution. That's merged and polished now.