Uses of Enum
com.querydsl.core.JoinType
Packages that use JoinType
Package
Description
Basic Query elements
Various support classes
-
Uses of JoinType in com.querydsl.core
Methods in com.querydsl.core that return JoinTypeModifier and TypeMethodDescriptionJoinExpression.getType()static JoinTypeReturns the enum constant of this type with the specified name.static JoinType[]JoinType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.querydsl.core with parameters of type JoinTypeModifier and TypeMethodDescriptionvoidDefaultQueryMetadata.addJoin(JoinType joinType, Expression<?> expr) voidEmptyMetadata.addJoin(JoinType joinType, Expression<?> expr) voidQueryMetadata.addJoin(JoinType joinType, Expression<?> expr) Add the given query joinConstructors in com.querydsl.core with parameters of type JoinTypeModifierConstructorDescriptionJoinExpression(JoinType type, Expression<?> target) Create a new JoinExpression instanceJoinExpression(JoinType type, Expression<?> target, @Nullable Predicate condition, Set<JoinFlag> flags) Create a new JoinExpression instance -
Uses of JoinType in com.querydsl.core.support
Methods in com.querydsl.core.support with parameters of type JoinTypeModifier and TypeMethodDescriptionvoidOrderedQueryMetadata.addJoin(JoinType joinType, Expression<?> expr) QueryMixin.addJoin(JoinType joinType, Expression<?> target)