public class QueryBuilder.OnEquals extends Object
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder.Equals |
eq(Object property)
Equals the given property to the property defined in on method
E.g.:
builder.select(a, b)
|
public QueryBuilder.Equals eq(Object property)
builder.select(a, b)
.from(a)
.join(b)
.on(b.pxy().getSomething())
.eq(a.pxy().getSomething())
...
property - Equals objectCopyright © 2016. All Rights Reserved.