Interface ConsentRepositoryMongodb
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ConsentMongoEntity,String>,org.springframework.data.mongodb.repository.MongoRepository<ConsentMongoEntity,String>,org.springframework.data.repository.PagingAndSortingRepository<ConsentMongoEntity,String>,org.springframework.data.repository.query.QueryByExampleExecutor<ConsentMongoEntity>,org.springframework.data.repository.Repository<ConsentMongoEntity,String>
@Repository @Profile({"mongo","fongo"}) public interface ConsentRepositoryMongodb extends org.springframework.data.mongodb.repository.MongoRepository<ConsentMongoEntity,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ConsentMongoEntity>findByRedirectId(String id)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAllById, findById, save
-
Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, findAll, insert, insert, saveAll
-
-
-
-
Method Detail
-
findByRedirectId
Optional<ConsentMongoEntity> findByRedirectId(String id)
-
-