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
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.