3 Replies Latest reply on May 5, 2006 10:27 AM by liudan2005

    Entity inheritance question

    liudan2005

      If I call person.getPets(), it will return all Cats and Dogs. Is there a way to retrive only cat or dog? e.g. person.getPets(only need cat)