public class QJoiner<A,P,T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
QJoiner(QRestrictor<A> parent,
QSubQuery<T,P> qSubQuery) |
| Modifier and Type | Method and Description |
|---|---|
QJoiner<A,P,T> |
eq(String parentProperty,
String property)
Adds an eq restriction on the parent to this subquery on the specified properties,
provided that the propertnames are not equal but their type is
Use join if property names are the same.
|
QJoiner<A,P,T> |
ge(String parentProperty,
String property)
Adds an ge restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
gt(String parentProperty,
String property)
Adds an lt restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
le(String parentProperty,
String property)
Adds an le restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
lt(String parentProperty,
String property)
Adds an lt restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
ne(String parentProperty,
String property)
Adds an ne restriction on the parent to this subquery on the specified properties,
|
public QJoiner<A,P,T> eq(@Nonnull String parentProperty, @Nonnull String property)
parentProperty - property - public QJoiner<A,P,T> ne(@Nonnull String parentProperty, @Nonnull String property)
parentProperty - property - public QJoiner<A,P,T> lt(@Nonnull String parentProperty, @Nonnull String property)
parentProperty - property - public QJoiner<A,P,T> le(@Nonnull String parentProperty, @Nonnull String property)
parentProperty - property - public QJoiner<A,P,T> gt(@Nonnull String parentProperty, @Nonnull String property)
parentProperty - property - Copyright © 2017 etc.to. All rights reserved.