public interface EntityWithServiceImplAndPaginationService
Modifier and Type | Method and Description |
---|---|
void |
delete(java.lang.Long id)
Delete the "id" entityWithServiceImplAndPagination.
|
org.springframework.data.domain.Page<EntityWithServiceImplAndPagination> |
findAll(org.springframework.data.domain.Pageable pageable)
Get all the entityWithServiceImplAndPaginations.
|
EntityWithServiceImplAndPagination |
findOne(java.lang.Long id)
Get the "id" entityWithServiceImplAndPagination.
|
EntityWithServiceImplAndPagination |
save(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
Save a entityWithServiceImplAndPagination.
|
EntityWithServiceImplAndPagination save(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
entityWithServiceImplAndPagination
- the entity to saveorg.springframework.data.domain.Page<EntityWithServiceImplAndPagination> findAll(org.springframework.data.domain.Pageable pageable)
pageable
- the pagination informationEntityWithServiceImplAndPagination 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.