Class Entities¶
An entity represents a single object, with a unique identifier and a set of properties. The entity is usually stored in a database for long times. The type of the entity is called its model.
Related : HTML Entities, Value Object (VO)