JavaScript is disabled on your browser.
javax.persistence
Annotation Type Entity
-
-
Optional Element Summary
Optional Elements
| Modifier and Type |
Optional Element and Description |
String |
name
(Optional) The entity name.
|
-
-
Element Detail
-
name
public abstract 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:
- ""
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.