ego icon indicating copy to clipboard operation
ego copied to clipboard

Fix TokenScope JPA model to use Composite ids properly

Open rtisma opened this issue 6 years ago • 0 comments

Currently, there are 2 ids in TokenScope. This was intended to be a composite id, however, this is not following the JPA methodology. The methodology that should be used is similar to the join entity UserGroup, which uses the EmbeddedId method.

rtisma avatar Apr 04 '19 19:04 rtisma