Why JPA is adding fields of subclass when dealing with superclass? How to prevent that?
I want to use a sql function to get length of a saved blob.
I use jpa, an enity and a repository for that.
I want to use a sql function to get length of a saved blob.
I use jpa, an enity and a repository for that.