| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| Modifier and Type | Method and Description |
|---|---|
BeanTable |
BeanPropertyAssoc.getBeanTable()
Return the BeanTable for this association.
|
BeanTable |
BeanDescriptorManager.getBeanTable(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,BeanTable> |
BeanDescriptorManager.getBeanTables() |
| Modifier and Type | Method and Description |
|---|---|
BeanTable |
DeployBeanPropertyAssoc.getBeanTable()
Return the BeanTable for this association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployTableJoin.addJoinColumn(boolean order,
javax.persistence.JoinColumn[] jcArray,
BeanTable beanTable)
Add a JoinColumn array.
|
void |
DeployTableJoin.addJoinColumn(boolean order,
javax.persistence.JoinColumn jc,
BeanTable beanTable)
Add a JoinColumn
|
void |
DeployBeanPropertyAssoc.setBeanTable(BeanTable beanTable)
Set the bean table.
|
| Constructor and Description |
|---|
DeployTableJoinColumn(boolean order,
javax.persistence.JoinColumn jc,
BeanTable beanTable) |
Copyright © 2014. All Rights Reserved.