public class DeployBeanTable extends Object
It holds the main deployment information and not all the detail that is held in a BeanDescriptor.
| Constructor and Description |
|---|
DeployBeanTable(Class<?> beanType)
Create the BeanTable.
|
| Modifier and Type | Method and Description |
|---|---|
BeanProperty[] |
createIdProperties(BeanDescriptorMap owner)
Return the id properties.
|
String |
getBaseTable()
Return the base table for this BeanTable.
|
Class<?> |
getBeanType()
Return the class for this beanTable.
|
void |
setBaseTable(String baseTable)
Set the base table for this BeanTable.
|
void |
setIdProperties(List<DeployBeanProperty> idProperties)
Set the Id properties.
|
public DeployBeanTable(Class<?> beanType)
public String getBaseTable()
public void setBaseTable(String baseTable)
public BeanProperty[] createIdProperties(BeanDescriptorMap owner)
public void setIdProperties(List<DeployBeanProperty> idProperties)
public Class<?> getBeanType()
Copyright © 2014. All Rights Reserved.