Interface ConsentRepositoryJpa
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ConsentJpaEntity,String>,org.springframework.data.jpa.repository.JpaRepository<ConsentJpaEntity,String>,org.springframework.data.repository.PagingAndSortingRepository<ConsentJpaEntity,String>,org.springframework.data.repository.query.QueryByExampleExecutor<ConsentJpaEntity>,org.springframework.data.repository.Repository<ConsentJpaEntity,String>
@Repository @Profile("jpa") public interface ConsentRepositoryJpa extends org.springframework.data.jpa.repository.JpaRepository<ConsentJpaEntity,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ConsentJpaEntity>findByRedirectId(String id)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-
-
-
Method Detail
-
findByRedirectId
Optional<ConsentJpaEntity> findByRedirectId(String id)
-
-