Need the ability to Configure the Column Name With a Annotation Like we do in Spring Data JPA With @Column
In the Above Entity I may Want to be the Column Name of the Field LastName to be last_name when a Document is generated in Cosmos Document DB. As of Now I do not see that ability with Spring Data cosmos
Need the ability to Configure the Column Name With a Annotation Like we do in Spring Data JPA With @Column
In the Above Entity I may Want to be the Column Name of the Field LastName to be last_name when a Document is generated in Cosmos Document DB. As of Now I do not see that ability with Spring Data cosmos