Skip to content
Advertisement

Tag: db2-luw

Spring Data JDBC – Many-to-One Relationship

I can’t seem to find any reference online with regards to using a Many-To-One mapping in Spring JDBC. I just saw in the documentation that is not supported but I’m not sure if this is the case. My example is that I want to map my AppUser to a particular Department. For reference, AppUser joins to Department table using DEPARTMENT_ID

Advertisement