- apply inheritance to class only if it is really required esp with respect to JPA. ie it should be done if data is divided among the subclasses to a great extent not just to share common methods otherwise it will create complex joins and take much time for accessing the required data.
No comments:
Post a Comment