In computer science an entity is an object which has an identity and can be uniquely determined, holds storable information or can be processed. The term does not apply to a specific technology but has a more abstract meaning.
An entity is one building block in an entity-relationship model (ERM) to describe how data are modeled in an information system.
Often used specific meanings for "Entity" on Stack Overflow
- A class or instance of a class which is mapped to a relational database by Microsoft's Entity Framework
- A data object in Apple's iOS Core Data Framework
Links