Uses of Class
org.mybatis.dynamic.sql.select.join.JoinSpecification
-
Packages that use JoinSpecification Package Description org.mybatis.dynamic.sql.select.join -
-
Uses of JoinSpecification in org.mybatis.dynamic.sql.select.join
Methods in org.mybatis.dynamic.sql.select.join that return JoinSpecification Modifier and Type Method Description JoinSpecificationJoinSpecification.Builder. build()Method parameters in org.mybatis.dynamic.sql.select.join with type arguments of type JoinSpecification Modifier and Type Method Description <R> java.util.stream.Stream<R>JoinModel. mapJoinSpecifications(java.util.function.Function<JoinSpecification,R> mapper)static JoinModelJoinModel. of(java.util.List<JoinSpecification> joinSpecifications)
-