Class 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.Condition getJoinCondition()  
      org.jooq.JoinType getJoinType()  
      org.jooq.TableLike<? extends org.jooq.Record> getTable()  
      static JoinEntity of​(org.jooq.TableLike<?> table, org.jooq.JoinType joinType, org.jooq.Condition joinCondition)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)