java.lang.Object
io.ebeaninternal.server.deploy.TableJoin
Represents a join to another table.
-
Constructor Summary
ConstructorsConstructorDescriptionTableJoin(DeployTableJoin deploy) TableJoin(DeployTableJoin deploy, PropertyForeignKey foreignKey) Create a TableJoin. -
Method Summary
Modifier and TypeMethodDescriptionaddJoin(SqlJoinType joinType, String prefix, DbSqlContext ctx) voidaddJoin(SqlJoinType joinType, String prefix, DbSqlContext ctx, String predicate) addJoin(SqlJoinType joinType, String a1, String a2, DbSqlContext ctx) voidaddJoin(String a1, String a2, StringBuilder sb) columns()Return the join columns.booleanReturn the foreign key options.getTable()Return the joined table name.inthashCode()toString()
-
Constructor Details
-
TableJoin
-
TableJoin
Create a TableJoin.
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getForeignKey
Return the foreign key options. -
columns
Return the join columns. -
getTable
Return the joined table name. -
addJoin
-
addJoin
-
addJoin
-
addJoin
-