Interface | Description |
---|---|
CrudService<T,ID extends Serializable> |
Crud Service interface.
|
Class | Description |
---|---|
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.