I have an (more) entity, which has a UserEntity class (creator). Etc:
@Entity class TestEntity { @ManyToOne private UserEntity creator; }