public class DeployBeanInfo<T> extends Object
| Constructor and Description |
|---|
DeployBeanInfo(DeployUtil util,
DeployBeanDescriptor<T> descriptor)
Create with a DeployUtil and BeanDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
DeployBeanDescriptor<T> |
getDescriptor()
Return the BeanDescriptor currently being processed.
|
DeployTableJoin |
getTableJoin(String tableName)
Appropriate TableJoin for a property mapped to a secondary table.
|
DeployUtil |
getUtil()
Return the DeployUtil we are using.
|
void |
setBeanJoinType(DeployBeanPropertyAssocOne<?> beanProp,
boolean outerJoin)
Set a the join alias for a assoc one property.
|
String |
toString() |
public DeployBeanInfo(DeployUtil util, DeployBeanDescriptor<T> descriptor)
public DeployBeanDescriptor<T> getDescriptor()
public DeployUtil getUtil()
public DeployTableJoin getTableJoin(String tableName)
public void setBeanJoinType(DeployBeanPropertyAssocOne<?> beanProp, boolean outerJoin)
Copyright © 2014. All Rights Reserved.