0 Replies Latest reply on Jun 28, 2006 10:34 AM by akakunin

    polymorphic map-key-many-to-many  in hibernate

    akakunin

      Hello!

      Is polimirphic map-key-many-to-many supported in hybernate 3.1?

      I have a class with map. The key for this map- is basic class inherited by some other classes (Table per subclass strategy is used).

      So, I can store different classes and keys for these map, but then I read object from database - I always got basic class

      Does anybody has any suggestions about this issue?
      Thank you