Interface PositionRepository

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

    @Repository
    public interface PositionRepository
    extends org.springframework.data.repository.CrudRepository<Position,​Long>
    Position repository.
    • Method Summary

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

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