T
- the transition entity type@NoRepositoryBean
public interface TransitionRepository<T extends RepositoryTransition>
extends org.springframework.data.repository.CrudRepository<T,java.lang.Long>
Repository
interface for transitions.Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
findByMachineId(java.lang.String machineId)
Find transitions by machine id.
|
java.util.List<T> findByMachineId(java.lang.String machineId)
machineId
- the machine id