Prashant Shilimkar
Prashant Shilimkar

Reputation: 8830

How to get all column names of table in Spring data

I am using mysql, spring boot, spring data .... :D I am searching for solution to get all column names of a given table. But could not found as per my requirnments :(

Not want a solution with native query or mysql specific solution. Looking for general solution using spring data abstraction.

If there is any derived method query then it would be great.

thank you :)

Upvotes: 0

Views: 3448

Answers (0)

Related Questions