public interface TransitRepository extends org.springframework.data.repository.PagingAndSortingRepository<Transit,java.util.UUID>
Modifier and Type | Method and Description |
---|---|
void |
deleteByZoneSequenceId(java.util.UUID zoneSequenceId) |
<T> java.lang.Iterable<T> |
findAllProjectedBy(java.lang.Class<T> type) |