| 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 repository implementation
You should extend it and inject your Repository bean by overriding setRepository
|
Copyright © 2009-2012. All Rights Reserved.