hi
i’m currently using hibernate-reactive-vert.x-4 and trying to implement @ManyToMany but
the Query seem to ignore the JoinTable Setting and try to find the JoinColumn in the entity class !
any idea ?
nimco
hi
i’m currently using hibernate-reactive-vert.x-4 and trying to implement @ManyToMany but
the Query seem to ignore the JoinTable Setting and try to find the JoinColumn in the entity class !
any idea ?
nimco
Right, as documented here:
and here:
the @ManyToMany annotation is not currently implemented.
But it’s coming soon.
In the meantime, just create an entity class to model the join table.