-
-
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-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.