mapping for multi-level entity inheritance?
for e.g.
c extends b
d extends b
b extends a
and i want to store a list of a class
i tried table_per_class but it seems that i can't use identity strategy and table strategy is bad for performance
Обсуждают сегодня