Interface TurNLPFeatureRepository

All Superinterfaces:
CrudRepository<TurNLPFeature,String>, JpaRepository<TurNLPFeature,String>, ListCrudRepository<TurNLPFeature,String>, ListPagingAndSortingRepository<TurNLPFeature,String>, PagingAndSortingRepository<TurNLPFeature,String>, QueryByExampleExecutor<TurNLPFeature>, Repository<TurNLPFeature,String>

public interface TurNLPFeatureRepository extends JpaRepository<TurNLPFeature,String>
  • Method Summary

    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