Most voted "entity" questions
3 questions
Sort by count of
-
5
votes1
answer516
viewsWhat is the difference between an Entity and a Model (MVC and the like)?
In object orientation both are classes usually used to represent something that will be persisted (not that it is mandatory to persist), but what is the difference between them? Or are they…
-
4
votes2
answers242
viewsObject orientation: what defines the identity of an entity?
I know that the concept of identity, in this context, is abstract and it is precisely to make it more tangible that I asked this question. Follow the questions: Only database id defines an entity’s…
-
-1
votes0
answers11
viewsHow would be a good practice to create a new standard record for entities?
How good would be a practice to create a new default record of the entities below? I need this because front-end requirements require at least one record for an editable table to be shown. I thought…