Interface AnonymizedBookingRepositoryMongodb
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AnonymizedBookingMongoEntity,String>,org.springframework.data.mongodb.repository.MongoRepository<AnonymizedBookingMongoEntity,String>,org.springframework.data.repository.PagingAndSortingRepository<AnonymizedBookingMongoEntity,String>,org.springframework.data.repository.query.QueryByExampleExecutor<AnonymizedBookingMongoEntity>,org.springframework.data.repository.Repository<AnonymizedBookingMongoEntity,String>
@Repository @Profile({"mongo","fongo"}) public interface AnonymizedBookingRepositoryMongodb extends org.springframework.data.mongodb.repository.MongoRepository<AnonymizedBookingMongoEntity,String>
-
-
Method Summary
-
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
-
-