Class PropertyJoin

java.lang.Object
io.ebeaninternal.api.PropertyJoin

public final class PropertyJoin extends Object
Represents a join required for a given property and whether than needs to be an outer join.
  • Constructor Details

  • Method Details

    • property

      public String property()
      Return the property that should be joined.
    • sqlJoinType

      public SqlJoinType sqlJoinType()
      Return true if this join is required to be an outer join.