public interface EntityWithServiceImplPaginationAndDTOService
Modifier and Type | Method and Description |
---|---|
void |
delete(java.lang.Long id)
Delete the "id" entityWithServiceImplPaginationAndDTO.
|
org.springframework.data.domain.Page<EntityWithServiceImplPaginationAndDTODTO> |
findAll(org.springframework.data.domain.Pageable pageable)
Get all the entityWithServiceImplPaginationAndDTOS.
|
EntityWithServiceImplPaginationAndDTODTO |
findOne(java.lang.Long id)
Get the "id" entityWithServiceImplPaginationAndDTO.
|
EntityWithServiceImplPaginationAndDTODTO |
save(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
Save a entityWithServiceImplPaginationAndDTO.
|
EntityWithServiceImplPaginationAndDTODTO save(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
entityWithServiceImplPaginationAndDTODTO
- the entity to saveorg.springframework.data.domain.Page<EntityWithServiceImplPaginationAndDTODTO> findAll(org.springframework.data.domain.Pageable pageable)
pageable
- the pagination informationEntityWithServiceImplPaginationAndDTODTO findOne(java.lang.Long id)
id
- the id of the entityvoid delete(java.lang.Long id)
id
- the id of the entityCopyright © 2017 Osgiliath. All rights reserved.