Interface RecycleRepository<T>
- 
- All Superinterfaces:
 org.springframework.data.repository.Repository<T,Long>
- All Known Implementing Classes:
 BrokerRepository,CustomerRepository,TariffRepository,TickSnapshotRepository
@NoRepositoryBean public interface RecycleRepository<T> extends org.springframework.data.repository.Repository<T,Long>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>findAll()TfindById(long id)TfindByName(String name)voidrecycle()Tsave(T t) 
 -