@NoRepositoryBean public interface RecycleRepository<T> extends org.springframework.data.repository.Repository<T,Long>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
findAll() |
T |
findById(long id) |
T |
findByName(String name) |
void |
recycle() |
T |
save(T t) |
Copyright © 2018 Power TAC. All rights reserved.