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<EntityWithServiceClassAndDTO,java.lang.Long> |
EntityWithServiceClassAndDTO_.id |
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceClassAndDTO,java.lang.String> |
EntityWithServiceClassAndDTO_.lucas |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndDTO |
EntityWithServiceClassAndDTO.lucas(java.lang.String lucas) |
Modifier and Type | Method and Description |
---|---|
default EntityWithServiceClassAndDTO |
EntityWithServiceClassAndDTOMapper.fromId(java.lang.Long id) |
EntityWithServiceClassAndDTO |
EntityWithServiceClassAndDTOMapperImpl.toEntity(EntityWithServiceClassAndDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassAndDTO> |
EntityWithServiceClassAndDTOMapperImpl.toEntity(java.util.List<EntityWithServiceClassAndDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndDTODTO |
EntityWithServiceClassAndDTOMapperImpl.toDto(EntityWithServiceClassAndDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOMapperImpl.toDto(java.util.List<EntityWithServiceClassAndDTO> entityList) |
Copyright © 2017 Osgiliath. All rights reserved.