| 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<EntityWithServiceImplPaginationAndDTO,java.lang.Long> |
EntityWithServiceImplPaginationAndDTO_.id |
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceImplPaginationAndDTO,java.lang.String> |
EntityWithServiceImplPaginationAndDTO_.theo |
| Modifier and Type | Method and Description |
|---|---|
EntityWithServiceImplPaginationAndDTO |
EntityWithServiceImplPaginationAndDTO.theo(java.lang.String theo) |
| Modifier and Type | Method and Description |
|---|---|
default EntityWithServiceImplPaginationAndDTO |
EntityWithServiceImplPaginationAndDTOMapper.fromId(java.lang.Long id) |
EntityWithServiceImplPaginationAndDTO |
EntityWithServiceImplPaginationAndDTOMapperImpl.toEntity(EntityWithServiceImplPaginationAndDTODTO dto) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntityWithServiceImplPaginationAndDTO> |
EntityWithServiceImplPaginationAndDTOMapperImpl.toEntity(java.util.List<EntityWithServiceImplPaginationAndDTODTO> dtoList) |
| Modifier and Type | Method and Description |
|---|---|
EntityWithServiceImplPaginationAndDTODTO |
EntityWithServiceImplPaginationAndDTOMapperImpl.toDto(EntityWithServiceImplPaginationAndDTO entity) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOMapperImpl.toDto(java.util.List<EntityWithServiceImplPaginationAndDTO> entityList) |
Copyright © 2017 Osgiliath. All rights reserved.