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