2 Replies Latest reply on Feb 8, 2006 4:59 AM by martplus

    can we use different hierarchy stargey for each class?

    amitguz

      suppose I have a class hierarchy tree and I want the root class to use table_per_class stragey.
      but from the middle class I want to change the stragey to single table,
      can I do it?

      i.e - the following class hierarchy
      _______person_________________
      ______/________\________________
      employee_______ manager________
      ________________/_______\________
      _______Team leader____project manager

      and I want this hierarchy to be translated to the following tables:

      employee_table
      manager_table (this table will contain data for both classes Team Leader & Project Manager)