| Package | Description |
|---|---|
| de.adorsys.multibanking.jpa.mapper | |
| de.adorsys.multibanking.jpa.repository |
| Modifier and Type | Method and Description |
|---|---|
UserJpaEntity |
JpaEntityMapperImpl.mapToUserJpaEntity(UserEntity userEntity) |
UserJpaEntity |
JpaEntityMapper.mapToUserJpaEntity(UserEntity userEntity) |
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
JpaEntityMapperImpl.mapToUserEntity(UserJpaEntity userJpaEntity) |
UserEntity |
JpaEntityMapper.mapToUserEntity(UserJpaEntity userJpaEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<UserJpaEntity> |
UserRepositoryJpa.findByExpireUserLessThan(LocalDateTime date) |
Optional<UserJpaEntity> |
UserRepositoryJpa.findById(String id) |
Copyright © 2019. All rights reserved.