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 Detail

      • findFirstByAuthorisationNumberAndInstanceId

        Optional<TppInfoEntity> findFirstByAuthorisationNumberAndInstanceId​(@NotNull
                                                                            @NotNull String tppAuthorisationNumber,
                                                                            @NotNull
                                                                            @NotNull String instanceId)