public interface TppInfoRepository extends org.springframework.data.repository.CrudRepository<TppInfoEntity,Long>
| Modifier and Type | Method and Description |
|---|---|
Optional<TppInfoEntity> |
findByAuthorisationNumber(@NotNull String tppAuthorisationNumber) |
Optional<TppInfoEntity> |
findFirstByAuthorisationNumberAndInstanceId(@NotNull String tppAuthorisationNumber,
@NotNull String instanceId) |
Optional<TppInfoEntity> findByAuthorisationNumber(@NotNull @NotNull String tppAuthorisationNumber)
Optional<TppInfoEntity> findFirstByAuthorisationNumberAndInstanceId(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String instanceId)
Copyright © 2019. All rights reserved.