Class ExchangeSpecifications
java.lang.Object
com.bluebell.greenhouse.radicle.specifications.exchange.ExchangeSpecifications
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<Exchange> hasCountry(Country country) Filters byCountry.static org.springframework.data.jpa.domain.Specification<Exchange> hasCurrency(Currency currency) Filters byCurrency.static org.springframework.data.jpa.domain.Specification<Exchange> matchesQuery(String query) Filters by a free-text query across the exchange's searchable attributes.
-
Method Details
-
hasCountry
-
hasCurrency
-
matchesQuery
-