| Interface | Description |
|---|---|
| JpaDao<E extends JpaEntity> |
Represents de common operation we can do using JPA
|
| JpaEntity |
A JpaEntity must have a technical id.
|
| JpaEntityIdFactory |
To generate entity id.
|
| JpaEntityVisitable |
The contract of a visitable entity.
|
| JpaEntityVisitor |
The contract of a visitor of any
JpaEntity. |
| JpaPersistenceContext |
TODO
|
| Class | Description |
|---|---|
| AbstractJpaDao<E extends JpaEntity> |
This abstract class gather all code which is common to all daos for all entities.
|
| AbstractJpaEntity |
A AbstractJpaEntity must have a technical id.
|
| AbstractJpaPersistenceContext |
TODO
|
| DefaultJpaEntityIdFactory |
Default implementation of
JpaEntityIdFactory. |
| JpaEntities |
Helper class around
JpaEntity. |
| JpaEntities.ArbitraryComparator<E extends JpaEntity> | |
| JpaEntities.GetIdFunction | |
| JpaEntityIdFactoryResolver |
JpaEntityIdFactory used in generated code in entities. |
| SequenceJpaEntityIdFactory |
An implementation of
JpaEntityIdFactory that generate a sequence
as long as the lifecycle of this factory. |
Copyright © 2013–2015 CodeLutin. All rights reserved.