java.lang.Object
io.ebeaninternal.server.deploy.TableJoinColumn
A join pair of local and foreign properties.
-
Constructor Details
-
TableJoinColumn
Create the pair.
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getForeignDbColumn
Return the foreign database column name. -
getLocalDbColumn
Return the local database column name. -
isInsertable
public boolean isInsertable()Return true if this column should be insertable. -
getLocalSqlFormula
-
getForeignSqlFormula
-