| Package | Description |
|---|---|
| org.resthub.common.service |
REST services
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrudServiceImpl<T,ID extends Serializable,R extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>>
CRUD service that uses a
PagingAndSortingRepository Spring Data repository implementation
You should extend it and inject your Repository bean by overriding CrudServiceImpl.setRepository(org.springframework.data.repository.PagingAndSortingRepository) |
Copyright © 2009-2014. All Rights Reserved.