Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JPA Reference
»
Annotations
»
Class Modifiers
»
Entity
»
Entity.name - JPA annotation element
JPA Reference
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Class Modifiers
Cacheable
Embeddable
Entity
EntityListeners
ExcludeDefaultListeners
ExcludeSuperclassListeners
IdClass
MappedSuperclass
Field Modifiers
Relationships
Access Modes
Value Generation
Callback Methods
JPQL Queries
Java EE
Mapping (ORM)
SQL Queries
Queries
Metamodel
Miscellaneous
Exceptions
Entity.name - JPA annotation element
Annotation Element
javax.persistence.Entity
String name
(Optional) The entity name. Defaults to the unqualified name of the entity class. This name is used to refer to the entity in queries. The name must not be a reserved literal in the Java Persistence query language.
Default value:
""
Since:
JPA 1.0
< Entity
^ Entity
EntityListeners >