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 Details
-
save
-
findAll
-
findById
-
findByName
-
recycle
void recycle()
-