@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| CriteriaResolutionRepository |
Custom extension interfaces for the
JpaClusterRepository which require more hands on control rather than
generated code from Spring. |
| JpaAgentConnectionRepository |
JPA repository for active agent-to-server connections.
|
| JpaApplicationRepository |
Application repository.
|
| JpaBaseRepository<E extends BaseEntity> |
A common repository for inheritance of common methods for Entities extending BaseEntity.
|
| JpaClusterRepository |
Cluster repository.
|
| JpaCommandRepository |
Command repository.
|
| JpaFileRepository |
Repository for file references.
|
| JpaJobRepository |
Job repository.
|
| JpaTagRepository |
Repository for tags.
|
| Class | Description |
|---|---|
| CriteriaResolutionRepositoryImpl |
Implementations of the
CriteriaResolutionRepository interface. |