Uses of Class
com.viglet.turing.persistence.model.sn.ranking.TurSNRankingExpression
Packages that use TurSNRankingExpression
Package
Description
-
Uses of TurSNRankingExpression in com.viglet.turing.persistence.dto.sn.ranking
Subclasses of TurSNRankingExpression in com.viglet.turing.persistence.dto.sn.ranking -
Uses of TurSNRankingExpression in com.viglet.turing.persistence.mapper.sn.ranking
Methods in com.viglet.turing.persistence.mapper.sn.ranking that return TurSNRankingExpressionModifier and TypeMethodDescriptionTurSNRankingExpressionMapper.toEntity(TurSNRankingExpressionDto dto) TurSNRankingExpressionMapperImpl.toEntity(TurSNRankingExpressionDto dto) Methods in com.viglet.turing.persistence.mapper.sn.ranking with parameters of type TurSNRankingExpressionModifier and TypeMethodDescriptionTurSNRankingExpressionMapper.toDto(TurSNRankingExpression entity) TurSNRankingExpressionMapperImpl.toDto(TurSNRankingExpression entity) Method parameters in com.viglet.turing.persistence.mapper.sn.ranking with type arguments of type TurSNRankingExpressionModifier and TypeMethodDescriptionTurSNRankingExpressionMapper.toDtoList(List<TurSNRankingExpression> entities) TurSNRankingExpressionMapperImpl.toDtoList(List<TurSNRankingExpression> entities) TurSNRankingExpressionMapper.toDtoSet(Set<TurSNRankingExpression> entities) TurSNRankingExpressionMapperImpl.toDtoSet(Set<TurSNRankingExpression> entities) -
Uses of TurSNRankingExpression in com.viglet.turing.persistence.repository.sn.ranking
Subinterfaces with type arguments of type TurSNRankingExpression in com.viglet.turing.persistence.repository.sn.rankingMethods in com.viglet.turing.persistence.repository.sn.ranking with type parameters of type TurSNRankingExpressionModifier and TypeMethodDescription<S extends TurSNRankingExpression>
STurSNRankingExpressionRepository.save(S entity) Methods in com.viglet.turing.persistence.repository.sn.ranking that return types with arguments of type TurSNRankingExpressionModifier and TypeMethodDescriptionTurSNRankingExpressionRepository.findByTurSNSite(org.springframework.data.domain.Sort language, TurSNSite turSNSite) Methods in com.viglet.turing.persistence.repository.sn.ranking with parameters of type TurSNRankingExpressionModifier and TypeMethodDescriptionvoidTurSNRankingExpressionRepository.delete(@NotNull TurSNRankingExpression turSNRankingExpression) TurSNRankingConditionRepository.findByTurSNRankingExpression(TurSNRankingExpression turSNRankingExpression)