@Submodule(prefix="05H2")
| Interface | Description |
|---|---|
| UESEntityRepository<T,ID extends java.io.Serializable> | Deprecated |
| UESJPAEntityRepository<T,ID extends java.io.Serializable> |
The common UES Repository parent for all DAOs that use the JPA for its realization.
|
| Class | Description |
|---|---|
| UESAbstractEntity | Deprecated |
| UESAbstractJPAEntity |
This is the basic abstract entity, that could be used as common parent for other UES Entities.
|
| UESURIHelper |