| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| Constructor and Description |
|---|
TableJoinColumn(DeployTableJoinColumn deploy)
Create the pair.
|
| Modifier and Type | Method and Description |
|---|---|
DeployTableJoinColumn[] |
DeployTableJoin.columns()
Return the join columns.
|
DeployTableJoinColumn |
DeployTableJoinColumn.copy(boolean reverse) |
DeployTableJoinColumn |
DeployTableJoinColumn.reverse()
Reverse the direction of the join.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployTableJoin.addJoinColumn(DeployTableJoinColumn pair)
Add a join pair
|
void |
DeployTableJoin.setColumns(DeployTableJoinColumn[] cols,
boolean reverse)
Copy all the columns to this join potentially reversing the columns.
|
Copyright © 2014. All Rights Reserved.