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<EntityWithServiceClassPaginationAndDTO,java.lang.Long> |
EntityWithServiceClassPaginationAndDTO_.id |
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceClassPaginationAndDTO,java.lang.String> |
EntityWithServiceClassPaginationAndDTO_.lena |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassPaginationAndDTO |
EntityWithServiceClassPaginationAndDTO.lena(java.lang.String lena) |
Modifier and Type | Method and Description |
---|---|
default EntityWithServiceClassPaginationAndDTO |
EntityWithServiceClassPaginationAndDTOMapper.fromId(java.lang.Long id) |
EntityWithServiceClassPaginationAndDTO |
EntityWithServiceClassPaginationAndDTOMapperImpl.toEntity(EntityWithServiceClassPaginationAndDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassPaginationAndDTO> |
EntityWithServiceClassPaginationAndDTOMapperImpl.toEntity(java.util.List<EntityWithServiceClassPaginationAndDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassPaginationAndDTODTO |
EntityWithServiceClassPaginationAndDTOMapperImpl.toDto(EntityWithServiceClassPaginationAndDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassPaginationAndDTODTO> |
EntityWithServiceClassPaginationAndDTOMapperImpl.toDto(java.util.List<EntityWithServiceClassPaginationAndDTO> entityList) |
Copyright © 2017 Osgiliath. All rights reserved.