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