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