ego
ego copied to clipboard
Fix TokenScope JPA model to use Composite ids properly
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.