public interface SchemaRepository extends org.springframework.data.repository.PagingAndSortingRepository<Schema,Integer>
Modifier and Type | Method and Description |
---|---|
List<Schema> |
findBySubjectAndFormatOrderByVersion(String subject,
String format) |
Schema |
findOneBySubjectAndFormatAndVersion(String subject,
String format,
Integer version) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.