Interface SchoolRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<School,String>, org.springframework.data.repository.Repository<School,String>

@Repository public interface SchoolRepository extends org.springframework.data.repository.CrudRepository<School,String>