@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| JpaFilePersistenceService |
Extension of the
FilePersistenceService to add APIs for entity retrieval in addition to DTO. |
| JpaTagPersistenceService |
Extension of the
TagPersistenceService to add APIs for entity retrieval in addition to DTO. |
| Class | Description |
|---|---|
| JpaAgentConnectionPersistenceServiceImpl |
JPA implementation of AgentConnectionPersistenceService.
|
| JpaApplicationPersistenceServiceImpl |
JPA based implementation of the ApplicationPersistenceService.
|
| JpaClusterPersistenceServiceImpl |
Implementation of the ClusterPersistenceService interface using JPA.
|
| JpaCommandPersistenceServiceImpl |
Implementation of the CommandPersistenceService interface.
|
| JpaFilePersistenceServiceImpl |
JPA based implementation of the FilePersistenceService interface.
|
| JpaJobPersistenceServiceImpl |
JPA implementation of the job persistence service.
|
| JpaJobSearchServiceImpl |
JPA implementation of the Job Search Service.
|
| JpaServiceUtils |
Utility methods for JPA services.
|
| JpaTagPersistenceServiceImpl |
JPA based implementation of the TagPersistenceService interface.
|