Interface VillageRepository
- 
- All Superinterfaces:
 org.springframework.data.repository.CrudRepository<Village,java.util.UUID>,org.springframework.data.jpa.repository.JpaRepository<Village,java.util.UUID>,org.springframework.data.repository.PagingAndSortingRepository<Village,java.util.UUID>,org.springframework.data.repository.query.QueryByExampleExecutor<Village>,org.springframework.data.repository.Repository<Village,java.util.UUID>,VillageRepositoryCustom
public interface VillageRepository extends org.springframework.data.jpa.repository.JpaRepository<Village,java.util.UUID>, VillageRepositoryCustom
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Village>findAll()VillagefindByNameAndFacility(java.lang.String name, Facility facility)VillagefindByNameAndFacilityName(java.lang.String name, java.lang.String facilityName)- 
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save 
- 
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush 
- 
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll 
- 
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne 
- 
Methods inherited from interface org.motechproject.mots.repository.custom.VillageRepositoryCustom
search 
 - 
 
 -