Class BookRepository.Specification
java.lang.Object
io.micronaut.data.tck.repositories.BookRepository.Specification
- Enclosing class:
BookRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PredicateSpecification<Book> authorNameEquals(String name) static PredicateSpecification<Book> titleEquals(String title) static PredicateSpecification<Book> totalPagesGreaterThan(Integer pages) static PredicateSpecification<Book> withAuthorNickName(String name) static PredicateSpecification<Book> static PredicateSpecification<Book> static PredicateSpecification<Book> withChapterTitle(String title) static PredicateSpecification<Book> withGenreName(String name) static PredicateSpecification<Book> withPageNum(Long number) static PredicateSpecification<Book> withPublisherZipCode(String zipCode) static PredicateSpecification<Book> withStudentName(String name)
-
Constructor Details
-
Specification
public Specification()
-
-
Method Details
-
titleEquals
-
authorNameEquals
-
withAuthorNickName
-
withAuthorNickNameIsNull
-
withGenreName
-
withPublisherZipCode
-
withPageNum
-
withChapterPagesGreaterThanOrEqualTo
-
withChapterTitle
-
withStudentName
-
totalPagesGreaterThan
-