| Interface | Description |
|---|---|
| BaseJpaRepository<T,ID> |
The
BaseJpaRepository fixes many of the problems that the default Spring Data JpaRepository
suffers from. |
| HibernateRepository<T> |
The
HibernateRepository fixes the problems that the default Spring Data JpaRepository
suffers from. |
| Class | Description |
|---|---|
| BaseJpaRepositoryImpl<T,ID> | |
| HibernateRepositoryImpl<T> |
Copyright © 2024. All rights reserved.