As I'm still strugling with my problem from thread
posted previously I tried to change my strategy.
Now I'm trying to create an abstract CustomerName object which would then be implemented as PersonName and CompanyName. As I'm mapping my both customers to the same table (table per class hierarchy strategy) it would be nice to be able to map the names of the customers also as components to the same table.
So the question is that is it possible to map inherited components in any way with Hibernate?
-Jouni Hartikainen