Interface TppInfoRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<TppInfoEntity,Long>,org.springframework.data.repository.Repository<TppInfoEntity,Long>
public interface TppInfoRepository extends org.springframework.data.repository.CrudRepository<TppInfoEntity,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<TppInfoEntity>findByAuthorisationNumber(@NotNull String tppAuthorisationNumber)Optional<TppInfoEntity>findFirstByAuthorisationNumberAndInstanceId(@NotNull String tppAuthorisationNumber, @NotNull String instanceId)
-
-
-
Method Detail
-
findByAuthorisationNumber
Optional<TppInfoEntity> findByAuthorisationNumber(@NotNull @NotNull String tppAuthorisationNumber)
-
findFirstByAuthorisationNumberAndInstanceId
Optional<TppInfoEntity> findFirstByAuthorisationNumberAndInstanceId(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String instanceId)
-
-