I’m wondering if there’s a general term used for objects that map exactly to data tables? E.g., a user and an article objects could map directly to user and article tables in a db, with each db field corresponding to a class variable…
I’m wondering if there’s a general term used for objects that map exactly to
Share
They are referred to as
Entitiesin JPA specification.