Uses of Class
io.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
Packages that use DeployTableJoinColumn
Package
Description
Bean description
Temporary objects used to collect deployment information
-
Uses of DeployTableJoinColumn in io.ebeaninternal.server.deploy
Constructors in io.ebeaninternal.server.deploy with parameters of type DeployTableJoinColumn -
Uses of DeployTableJoinColumn in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return DeployTableJoinColumnModifier and TypeMethodDescriptionDeployTableJoin.columns()Return the join columns.DeployTableJoinColumn.copy(boolean reverse) DeployTableJoinColumn.reverse()Reverse the direction of the join.Methods in io.ebeaninternal.server.deploy.meta with parameters of type DeployTableJoinColumnModifier and TypeMethodDescriptionvoidDeployTableJoin.addJoinColumn(DeployTableJoinColumn pair) Add a join pairvoidDeployTableJoin.setColumns(DeployTableJoinColumn[] cols, boolean reverse) Copy all the columns to this join potentially reversing the columns.voidDeployBeanPropertyAssocOne.setJoinColumns(DeployTableJoinColumn[] columns, boolean reverse)