Uses of Class
de.adorsys.multibanking.jpa.entity.BankLoginCredentialInfoJpaEntity
-
Packages that use BankLoginCredentialInfoJpaEntity Package Description de.adorsys.multibanking.jpa.mapper -
-
Uses of BankLoginCredentialInfoJpaEntity in de.adorsys.multibanking.jpa.mapper
Methods in de.adorsys.multibanking.jpa.mapper that return BankLoginCredentialInfoJpaEntity Modifier and Type Method Description protected BankLoginCredentialInfoJpaEntityJpaEntityMapperImpl. bankLoginCredentialInfoToBankLoginCredentialInfoJpaEntity(BankLoginCredentialInfo bankLoginCredentialInfo)Methods in de.adorsys.multibanking.jpa.mapper that return types with arguments of type BankLoginCredentialInfoJpaEntity Modifier and Type Method Description protected List<BankLoginCredentialInfoJpaEntity>JpaEntityMapperImpl. bankLoginCredentialInfoListToBankLoginCredentialInfoJpaEntityList(List<BankLoginCredentialInfo> list)Methods in de.adorsys.multibanking.jpa.mapper with parameters of type BankLoginCredentialInfoJpaEntity Modifier and Type Method Description protected BankLoginCredentialInfoJpaEntityMapperImpl. bankLoginCredentialInfoJpaEntityToBankLoginCredentialInfo(BankLoginCredentialInfoJpaEntity bankLoginCredentialInfoJpaEntity)Method parameters in de.adorsys.multibanking.jpa.mapper with type arguments of type BankLoginCredentialInfoJpaEntity Modifier and Type Method Description protected List<BankLoginCredentialInfo>JpaEntityMapperImpl. bankLoginCredentialInfoJpaEntityListToBankLoginCredentialInfoList(List<BankLoginCredentialInfoJpaEntity> list)
-