@Repository @Profile(value="jpa") public interface ConsentRepositoryJpa extends org.springframework.data.jpa.repository.JpaRepository<ConsentJpaEntity,String>
| Modifier and Type | Method and Description |
|---|---|
Optional<ConsentJpaEntity> |
findByRedirectId(String id) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllOptional<ConsentJpaEntity> findByRedirectId(String id)
Copyright © 2020. All rights reserved.