Interface GeoLocationRepository

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

public interface GeoLocationRepository extends org.springframework.data.repository.CrudRepository<GeoLocation,Long>
  • Method Summary

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

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