1
vote
How to use Hibernate @Any-related annotations?
The @Any annotation defines a polymorphic association to classes from multiple tables. This type of mapping
always requires more than one column. The first column holds the type of the associated e …
