| Interface | Description |
|---|---|
| JpaRepositoryFactory |
Used to create resource and relationship repositories for the provided
classes.
|
| JpaRepositoryFilter |
Can be registered with the JpaModule and gets notified about all kinds of repository events.
|
| QueryParamsProcessor | |
| TransactionRunner | Deprecated |
| Class | Description |
|---|---|
| DefaultJpaRepositoryFactory | |
| JpaEntityRepository<T,I extends Serializable> |
Exposes a JPA entity as ResourceRepository.
|
| JpaModule |
Katharsis module that adds support to expose JPA entities as repositories.
|
| JpaRelationshipRepository<S,I extends Serializable,T,J extends Serializable> | |
| JpaRepositoryConfig<T> | |
| JpaRepositoryConfig.Builder<T> | |
| JpaRepositoryFilterBase |
Empty default implementation for
JpaRepositoryFilter. |
Copyright © 2017. All Rights Reserved.