Class JoinEntity
- java.lang.Object
-
- com.epam.ta.reportportal.commons.querygen.query.JoinEntity
-
public final class JoinEntity extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jooq.ConditiongetJoinCondition()org.jooq.JoinTypegetJoinType()org.jooq.TableLike<? extends org.jooq.Record>getTable()static JoinEntityof(org.jooq.TableLike<?> table, org.jooq.JoinType joinType, org.jooq.Condition joinCondition)
-
-
-
Method Detail
-
getTable
public org.jooq.TableLike<? extends org.jooq.Record> getTable()
-
getJoinType
public org.jooq.JoinType getJoinType()
-
getJoinCondition
public org.jooq.Condition getJoinCondition()
-
of
public static JoinEntity of(org.jooq.TableLike<?> table, org.jooq.JoinType joinType, org.jooq.Condition joinCondition)
-
-