Interface JpaGuardRepository

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

public interface JpaGuardRepository extends GuardRepository<JpaRepositoryGuard>
A GuardRepository interface for JPA 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