Interface TurDataRepository

All Superinterfaces:
CrudRepository<TurData,Integer>, JpaRepository<TurData,Integer>, ListCrudRepository<TurData,Integer>, ListPagingAndSortingRepository<TurData,Integer>, PagingAndSortingRepository<TurData,Integer>, QueryByExampleExecutor<TurData>, Repository<TurData,Integer>

public interface TurDataRepository extends JpaRepository<TurData,Integer>
  • Method Summary

    Modifier and Type
    Method
    Description
    findById(int id)
     

    Methods inherited from interface CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

    Methods inherited from interface ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface ListPagingAndSortingRepository

    findAll

    Methods inherited from interface PagingAndSortingRepository

    findAll

    Methods inherited from interface QueryByExampleExecutor

    count, exists, findAll, findBy, findOne
  • Method Details

    • findById

      TurData findById(int id)