 3 | javax.persistence Annotation Entity Target: Classes Specifies that the class is an entity. This annotation is applied to the entity class. Since: JPA 1.0 Learn how to define and use entity classes in Chapter 2 of the ObjectDB/JPA manual. String name (Optional) The entity name. (Optional) The entity |
 3 | Persistence in Chapter 3 of the ObjectDB/JPA manual. EntityManagerFactory createEntityManagerFactory |
 3 | JPA callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements). |
 3 | how to define and use version fields in Chapter 2 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements). |
 3 | and use automatic value generation in Chapter 2 of the ObjectDB/JPA manual. int allocationSize |
 3 | how to define and use named queries in Chapter 4 of the ObjectDB/JPA manual. NamedQuery[] value (Required |
 3 | embedded ID fields in Chapter 2 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements). |
 3 | named queries in Chapter 4 of the ObjectDB/JPA manual. QueryHint[] hints (Optional) Query |
 3 | /JPA manual. GenerationType AUTO Indicates that the persistence provider should pick an appropriate |
 3 | state. Since: JPA 1.0 Learn how to use EntityManagerFactory in Chapter 3 of the ObjectDB/JPA manual |