| Interface | Description |
|---|---|
| CommonJpaRepository<T,U extends Serializable> |
Shortcut interface combining the default
JpaRepository with a
JpaSpecificationExecutor. |
| IdBasedEntityJpaRepository<T extends SettableIdBasedEntity> |
Shortcut interface for a JPA repository for an
IdBasedEntity. |
| Class | Description |
|---|---|
| EntityInterceptingJpaRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> |
Extension to
JpaRepositoryFactoryBean that adds a
JpaRepositoryInterceptor to the
JpaRepository it creates. |
| EntityInterceptingJpaRepositoryFactoryBean.EntityInterceptorProxyPostProcessor |
Copyright © 2020. All rights reserved.