| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| com.avaje.ebeaninternal.server.deploy.parse |
Deployment information parsing
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanTable.createJoinColumn(String foreignKeyPrefix,
DeployTableJoin join,
boolean reverse) |
| Constructor and Description |
|---|
TableJoin(DeployTableJoin deploy,
LinkedHashMap<String,BeanProperty> propMap)
Create a TableJoin.
|
| Modifier and Type | Method and Description |
|---|---|
DeployTableJoin |
DeployTableJoin.copyTo(DeployTableJoin destJoin,
boolean reverse,
String tableName) |
DeployTableJoin |
DeployTableJoin.createInverse(String tableName) |
DeployTableJoin |
DeployBeanPropertyAssocMany.getIntersectionJoin()
ManyToMany only, join from local table to intersection table.
|
DeployTableJoin |
DeployBeanPropertyAssocMany.getInverseJoin() |
DeployTableJoin |
DeployBeanProperty.getSecondaryTableJoin() |
DeployTableJoin |
DeployBeanPropertyAssoc.getTableJoin()
return the join to use for the bean.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeployTableJoin> |
DeployBeanDescriptor.getTableJoins() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanDescriptor.addTableJoin(DeployTableJoin join)
Add a TableJoin to this type of bean.
|
DeployTableJoin |
DeployTableJoin.copyTo(DeployTableJoin destJoin,
boolean reverse,
String tableName) |
void |
DeployBeanPropertyAssocMany.setIntersectionJoin(DeployTableJoin intersectionJoin)
ManyToMany only, join from local table to intersection table.
|
void |
DeployBeanPropertyAssocMany.setInverseJoin(DeployTableJoin inverseJoin)
ManyToMany only, join from foreign table to intersection table.
|
void |
DeployBeanProperty.setSecondaryTableJoin(DeployTableJoin secondaryTableJoin,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
DeployTableJoin |
DeployBeanInfo.getTableJoin(String tableName)
Appropriate TableJoin for a property mapped to a secondary table.
|
Copyright © 2014. All Rights Reserved.