@Service public class TickSnapshotRepository extends Object implements RecycleRepository<TickSnapshot>
| Constructor and Description |
|---|
TickSnapshotRepository() |
| Modifier and Type | Method and Description |
|---|---|
List<TickSnapshot> |
findAll() |
TickSnapshot |
findById(long id) |
TickSnapshot |
findByName(String name) |
void |
recycle() |
TickSnapshot |
save(TickSnapshot ts) |
public TickSnapshot save(TickSnapshot ts)
save in interface RecycleRepository<TickSnapshot>public List<TickSnapshot> findAll()
findAll in interface RecycleRepository<TickSnapshot>public TickSnapshot findById(long id)
findById in interface RecycleRepository<TickSnapshot>public TickSnapshot findByName(String name)
findByName in interface RecycleRepository<TickSnapshot>public void recycle()
recycle in interface RecycleRepository<TickSnapshot>Copyright © 2019 Power TAC. All rights reserved.