Interface MongoDbGuardRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<MongoDbRepositoryGuard,Long>, GuardRepository<MongoDbRepositoryGuard>, org.springframework.data.repository.Repository<MongoDbRepositoryGuard,Long>

public interface MongoDbGuardRepository extends GuardRepository<MongoDbRepositoryGuard>
A GuardRepository interface for MongoDb used for guards.
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll