public class ManyWhereJoins extends Object implements Serializable
| Constructor and Description |
|---|
ManyWhereJoins() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ElPropertyDeploy elProp)
Add a many where join.
|
void |
addFormulaWithJoin(String propertyName)
In findRowCount query found a formula property with a join clause so building a select clause
specifically for the findRowCount query.
|
String |
getFormulaProperties()
Return the formula properties to build the select clause for a findRowCount query.
|
Set<String> |
getJoins()
Return the set of many where joins.
|
boolean |
isEmpty()
Return true if there are no extra many where joins.
|
boolean |
isHasMany() |
boolean |
isSelectId()
Return true if the findRowCount query just needs the id property in the select clause.
|
public void add(ElPropertyDeploy elProp)
public boolean isEmpty()
public void addFormulaWithJoin(String propertyName)
public boolean isHasMany()
public boolean isSelectId()
public String getFormulaProperties()
Copyright © 2014. All Rights Reserved.