I have this domain model: Customer with attributes Adress, ZIP etc. and the generalization Person with attribute Name (This is for the reason that there are also other entities with this attribute in the model). A customer can login on his own page and see his information (Name, adress etc.). How do I retrieve this information from the database and display it in a dataview for this specific customer(or something else)?
↧