public interface PaymentInfoQueryModel<T> extends OptionalQueryModel<T>
| Modifier and Type | Method and Description |
|---|---|
QueryPredicate<T> |
isNotPresent() |
QueryPredicate<T> |
isPresent() |
ReferenceCollectionQueryModel<T,Payment> |
payments() |
QueryPredicate<T> isNotPresent()
isNotPresent in interface OptionalQueryModel<T>QueryPredicate<T> isPresent()
isPresent in interface OptionalQueryModel<T>ReferenceCollectionQueryModel<T,Payment> payments()