Interface LocationCrudRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<LocationEntity,​Long>, org.springframework.data.repository.Repository<LocationEntity,​Long>

    interface LocationCrudRepository
    extends org.springframework.data.repository.CrudRepository<LocationEntity,​Long>
    Location repository.
    • Method Summary

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

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