Interface TurSNRankingExpressionRepository

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

public interface TurSNRankingExpressionRepository extends JpaRepository<TurSNRankingExpression,String>
Since:
0.3.7
Author:
Alexandre Oliveira
  • Method Summary

    Modifier and Type
    Method
    Description
    findByTurSNSite(Sort language, TurSNSite turSNSite)
     

    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