Hi,
I am building a system that has various kinds of users. All users have
first and last names, a username and a password. Customer users have a
shopping cart and orders; vendor users have products and commissions,
author users have articles; et cetera. Any user can be more than one
kind of user; e.g., an author can also be a customer and a vendor all
at the same time. What is the best way to architect this using JPA?
Thanks in advance for any suggestions.
Cheers,
Greg