javax.persistence package.See: Description
| Class | Description |
|---|---|
| AbstractEntity |
A mapped base class for JPA entities with reasonable defaults:
A generated technical id (surrogate PK) of type
Long with the generation strategy set to GenerationType.AUTO. |
| AbstractVersionedEntity |
A mapped abstract base entity with support for optimistic locking.
|
| ExtendedBaseDAO<T extends AbstractEntity> | |
| GenericDAO<T,ID extends Serializable> | |
| ResourceLocalTransactionController |
javax.persistence package.Copyright © 2002–2019 SoftSmithy. All rights reserved.