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<EntityWithPaginationAndDTO,java.lang.Long> |
EntityWithPaginationAndDTO_.id |
static javax.persistence.metamodel.SingularAttribute<EntityWithPaginationAndDTO,java.lang.String> |
EntityWithPaginationAndDTO_.lea |
Modifier and Type | Method and Description |
---|---|
EntityWithPaginationAndDTO |
EntityWithPaginationAndDTO.lea(java.lang.String lea) |
Modifier and Type | Method and Description |
---|---|
default EntityWithPaginationAndDTO |
EntityWithPaginationAndDTOMapper.fromId(java.lang.Long id) |
EntityWithPaginationAndDTO |
EntityWithPaginationAndDTOMapperImpl.toEntity(EntityWithPaginationAndDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithPaginationAndDTO> |
EntityWithPaginationAndDTOMapperImpl.toEntity(java.util.List<EntityWithPaginationAndDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
EntityWithPaginationAndDTODTO |
EntityWithPaginationAndDTOMapperImpl.toDto(EntityWithPaginationAndDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithPaginationAndDTODTO> |
EntityWithPaginationAndDTOMapperImpl.toDto(java.util.List<EntityWithPaginationAndDTO> entityList) |
Copyright © 2017 Osgiliath. All rights reserved.