| Package | Description |
|---|---|
| io.github.jhipster.sample.domain |
JPA domain objects.
|
| io.github.jhipster.sample.service.mapper |
MapStruct mappers for mapping domain objects and Data Transfer Objects.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<EntityWithDTO,java.lang.String> |
EntityWithDTO_.emma |
static javax.persistence.metamodel.SingularAttribute<EntityWithDTO,java.lang.Long> |
EntityWithDTO_.id |
| Modifier and Type | Method and Description |
|---|---|
EntityWithDTO |
EntityWithDTO.emma(java.lang.String emma) |
| Modifier and Type | Method and Description |
|---|---|
default EntityWithDTO |
EntityWithDTOMapper.fromId(java.lang.Long id) |
EntityWithDTO |
EntityWithDTOMapperImpl.toEntity(EntityWithDTODTO dto) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntityWithDTO> |
EntityWithDTOMapperImpl.toEntity(java.util.List<EntityWithDTODTO> dtoList) |
| Modifier and Type | Method and Description |
|---|---|
EntityWithDTODTO |
EntityWithDTOMapperImpl.toDto(EntityWithDTO entity) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntityWithDTODTO> |
EntityWithDTOMapperImpl.toDto(java.util.List<EntityWithDTO> entityList) |
Copyright © 2017 Osgiliath. All rights reserved.