| Package | Description |
|---|---|
| org.mentabean.jdbc |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder.Equals |
QueryBuilder.OnEquals.eq(Object property)
Equals the given property to the property defined in on method
E.g.:
builder.select(a, b)
|
QueryBuilder.Equals |
QueryBuilder.Equals.eqProperty(Object propertyBean)
Defines the property of bean specified as alias on
OnEquals#eq(Alias, Object) method
that will receive the value from alias specified on From#join(Alias) method
E.g.:
builder.select(user, city)
|
QueryBuilder.Equals |
QueryBuilder.Equals.eqPropertyForcingInstance(Object propertyBean)
Defines the property of bean specified as alias on
OnEquals#eq(Alias, Object) method
that will receive the value from alias specified on From#join(Alias) method and
force the creation of a new instance if bean property is not set. |
Copyright © 2016. All Rights Reserved.