public class BeanTable extends Object
It holds the main deployment information and not all the detail that is held in a BeanDescriptor.
Constructor and Description |
---|
BeanTable(DeployBeanTable mutable,
BeanDescriptorMap owner)
Create the BeanTable.
|
Modifier and Type | Method and Description |
---|---|
void |
createJoinColumn(String foreignKeyPrefix,
DeployTableJoin join,
boolean reverse) |
String |
getBaseTable()
Return the base table for this BeanTable.
|
Class<?> |
getBeanType()
Return the class for this beanTable.
|
BeanProperty[] |
getIdProperties()
Return the Id properties.
|
String |
getUnqualifiedBaseTable()
Gets the unqualified base table.
|
String |
toString() |
public BeanTable(DeployBeanTable mutable, BeanDescriptorMap owner)
public String getBaseTable()
public String getUnqualifiedBaseTable()
public BeanProperty[] getIdProperties()
public Class<?> getBeanType()
public void createJoinColumn(String foreignKeyPrefix, DeployTableJoin join, boolean reverse)
Copyright © 2015. All Rights Reserved.