@Service @Transactional public class EntityWithServiceImplAndDTOServiceImpl extends java.lang.Object implements EntityWithServiceImplAndDTOService
| Constructor and Description |
|---|
EntityWithServiceImplAndDTOServiceImpl(EntityWithServiceImplAndDTORepository entityWithServiceImplAndDTORepository,
EntityWithServiceImplAndDTOMapper entityWithServiceImplAndDTOMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.Long id)
Delete the entityWithServiceImplAndDTO by id.
|
java.util.List<EntityWithServiceImplAndDTODTO> |
findAll()
Get all the entityWithServiceImplAndDTOS.
|
EntityWithServiceImplAndDTODTO |
findOne(java.lang.Long id)
Get one entityWithServiceImplAndDTO by id.
|
EntityWithServiceImplAndDTODTO |
save(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
Save a entityWithServiceImplAndDTO.
|
public EntityWithServiceImplAndDTOServiceImpl(EntityWithServiceImplAndDTORepository entityWithServiceImplAndDTORepository, EntityWithServiceImplAndDTOMapper entityWithServiceImplAndDTOMapper)
public EntityWithServiceImplAndDTODTO save(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
save in interface EntityWithServiceImplAndDTOServiceentityWithServiceImplAndDTODTO - the entity to save@Transactional(readOnly=true) public java.util.List<EntityWithServiceImplAndDTODTO> findAll()
findAll in interface EntityWithServiceImplAndDTOService@Transactional(readOnly=true) public EntityWithServiceImplAndDTODTO findOne(java.lang.Long id)
findOne in interface EntityWithServiceImplAndDTOServiceid - the id of the entitypublic void delete(java.lang.Long id)
delete in interface EntityWithServiceImplAndDTOServiceid - the id of the entityCopyright © 2017 Osgiliath. All rights reserved.