public interface AbTestDecisionRepository extends org.springframework.data.repository.PagingAndSortingRepository<AbTestDecision,String>
| Modifier and Type | Method and Description |
|---|---|
Long |
deleteByTestName(String testName) |
AbTestDecision |
findByTestNameAndUserSsoId(String testName,
String userSsoId) |
List<AbTestDecision> |
findByUserSsoId(String userSsoId) |
AbTestDecision findByTestNameAndUserSsoId(@Param(value="testName") String testName, @Param(value="userSsoId") String userSsoId)
List<AbTestDecision> findByUserSsoId(@Param(value="userSsoId") String userSsoId)
Copyright © 2015 Immobilien Scout GmbH. All Rights Reserved.