| 程序包 | 说明 |
|---|---|
| com.easycodebox.common.jdbc | |
| com.easycodebox.common.jpa | |
| com.easycodebox.common.jpa.spi | |
| com.easycodebox.common.lang.dto |
| 类和说明 |
|---|
| JoinColumn
Is used to specify a mapped column for joining an entity association.
|
| 类和说明 |
|---|
| DiscriminatorType
Defines supported types of the discriminator column.
|
| EntityManager
Interface used to interact with the persistence context.
|
| EntityManagerFactory
The
EntityManagerFactory interface is used
by the application to obtain an application-managed entity
manager. |
| EntityTransaction
The
EntityTransaction interface is used to control
resource transactions on resource-local entity managers. |
| EnumType
Defines mapping for the enumerated types.
|
| FetchType
Defines strategies for fetching data from the database.
|
| FlushModeType
Flush mode setting.
|
| InheritanceType
Defines inheritance strategy options.
|
| LockModeType
Lock modes that can be specified by means of the
EntityManager.lock() method. |
| PersistenceContextType
Specifies whether a transaction-scoped or extended
persistence context is to be used in
PersistenceContext. |
| PersistenceException
Thrown by the persistence provider when a problem occurs.
|
| Query
Interface used to control query execution.
|
| TemporalType |
| 类和说明 |
|---|
| EntityManagerFactory
The
EntityManagerFactory interface is used
by the application to obtain an application-managed entity
manager. |
| 类和说明 |
|---|
| MappedSuperclass
Designates a class whose mapping information is applied
to the entities that inherit from it.
|
Copyright © 2016. All rights reserved.