| Interface | Description |
|---|---|
| EntityManager |
EntityManager
|
| Parameter<T> |
Type for query parameter objects.
|
| Exception | Description |
|---|---|
| PersistenceException |
Thrown by the persistence provider when a problem occurs.
|
| Annotation Type | Description |
|---|---|
| Cacheable |
Specifies whether an entity should be cached.
|
| Column |
Specifies the mapped column for a persistent property or field.
|
| Entity |
Specifies that the class is an entity.
|
| Id |
Specifies the primary key of an entity.
|
| IdClass |
Specifies a composite primary key class that is mapped to
multiple fields or properties of the entity.
|
| Table |
Specifies the table for the annotated entity.
|
| Transient |
Specifies that the property or field is not persistent.
|
Copyright © 2084–2018 dukeware.com. All rights reserved.