Uses of Class
de.adorsys.multibanking.jpa.entity.ConsentJpaEntity
-
Packages that use ConsentJpaEntity Package Description de.adorsys.multibanking.jpa.mapper de.adorsys.multibanking.jpa.repository -
-
Uses of ConsentJpaEntity in de.adorsys.multibanking.jpa.mapper
Methods in de.adorsys.multibanking.jpa.mapper that return ConsentJpaEntity Modifier and Type Method Description ConsentJpaEntityJpaEntityMapper. toConsentJpaEntity(ConsentEntity consentEntity)ConsentJpaEntityJpaEntityMapperImpl. toConsentJpaEntity(ConsentEntity consentEntity)Methods in de.adorsys.multibanking.jpa.mapper with parameters of type ConsentJpaEntity Modifier and Type Method Description ConsentEntityJpaEntityMapper. toConsentEntity(ConsentJpaEntity consentJpaEntity)ConsentEntityJpaEntityMapperImpl. toConsentEntity(ConsentJpaEntity consentJpaEntity) -
Uses of ConsentJpaEntity in de.adorsys.multibanking.jpa.repository
Methods in de.adorsys.multibanking.jpa.repository that return types with arguments of type ConsentJpaEntity Modifier and Type Method Description Optional<ConsentJpaEntity>ConsentRepositoryJpa. findByRedirectId(String id)
-