Guys i am trying to implement spring data jpa specification.
Suppose we have entity Student with its own fieleds, firstname lastname id email etc... and relations many to one with classes, many to many statuses and this status entity has many to one with permissions and permissions entity has many to one relation with permType entity. i created search dto but i dont get how i cant fetch users for example with permTypeId fieled users?