Relative Content

Tag Archive for javaspringspring-bootspring-data-jpa

Spring data jpa specification?

Hello guys suppose i have entity called Student this entity has its own fields firstName, lastName idNumber etc… and also it has relation with @ManyToOne Class entity and @ManyToMane with Set roles. inside Roles entity there is relation with Permission @ManyToOne and inside Skill there is relation with SkillTypealso many to one. Now question is how i create specification implementation for my Student class probably need all fieleds and Long id of roleId, also skillId, and SkillTypeId. and how should i impelement