Class JoinSpecification.Builder
java.lang.Object
org.mybatis.dynamic.sql.select.join.JoinSpecification.Builder
- Enclosing class:
JoinSpecification
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withJoinCriteria
(List<JoinCriterion<?>> joinCriteria) withJoinCriterion
(JoinCriterion<?> joinCriterion) withJoinTable
(TableExpression table) withJoinType
(JoinType joinType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withJoinTable
-
withJoinCriterion
-
withJoinCriteria
-
withJoinType
-
build
-