| Package | Description |
|---|---|
| org.resthub.web.controller |
REST controllers
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryBasedRestController<T,ID extends Serializable,R extends org.springframework.data.repository.PagingAndSortingRepository>
Abstract REST controller using a repository implementation
|
class |
ServiceBasedRestController<T,ID extends Serializable,S extends CrudService>
Abstract REST controller using a service implementation
|
Copyright © 2009-2013. All Rights Reserved.