java.lang.Object
io.ebeaninternal.api.PropertyJoin
Represents a join required for a given property and whether than needs to be an outer join.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionproperty()Return the property that should be joined.Return true if this join is required to be an outer join.
-
Constructor Details
-
PropertyJoin
-
-
Method Details
-
property
Return the property that should be joined. -
sqlJoinType
Return true if this join is required to be an outer join.
-