Interface BranchRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Branch,BranchId>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Branch>, org.springframework.data.repository.Repository<Branch,BranchId>

public interface BranchRepository extends org.springframework.data.repository.CrudRepository<Branch,BranchId>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Branch>
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

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

    Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    count, delete, exists, findAll, findAll, findAll, findBy, findOne