Interface TurSNRankingConditionRepository
- All Superinterfaces:
CrudRepository<TurSNRankingCondition,,String> JpaRepository<TurSNRankingCondition,,String> ListCrudRepository<TurSNRankingCondition,,String> ListPagingAndSortingRepository<TurSNRankingCondition,,String> PagingAndSortingRepository<TurSNRankingCondition,,String> QueryByExampleExecutor<TurSNRankingCondition>,Repository<TurSNRankingCondition,String>
public interface TurSNRankingConditionRepository
extends JpaRepository<TurSNRankingCondition,String>
- Since:
- 0.3.7
- Author:
- Alexandre Oliveira
-
Method Summary
Modifier and TypeMethodDescriptionfindByTurSNRankingExpression(TurSNRankingExpression turSNRankingExpression) Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface ListPagingAndSortingRepository
findAllMethods inherited from interface PagingAndSortingRepository
findAllMethods inherited from interface QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByTurSNRankingExpression
Set<TurSNRankingCondition> findByTurSNRankingExpression(TurSNRankingExpression turSNRankingExpression)
-