Uses of Class
com.querydsl.core.types.dsl.BooleanPath
Packages that use BooleanPath
Package
Description
Alias functionality
DSL expression types
-
Uses of BooleanPath in com.querydsl.core.alias
Methods in com.querydsl.core.alias that return BooleanPath -
Uses of BooleanPath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return BooleanPathModifier and TypeMethodDescriptionstatic BooleanPathExpressions.booleanPath(Path<?> parent, String property) Create a new Path expressionstatic BooleanPathExpressions.booleanPath(PathMetadata metadata) Create a new Path expressionstatic BooleanPathExpressions.booleanPath(String variable) Create a new Path expressionprotected BooleanPathBeanPath.createBoolean(String property) Create a new Boolean pathPathBuilder.get(BooleanPath path) Create a new Boolean typed pathPathBuilder.getBoolean(String propertyName) Create a new Boolean typed pathMethods in com.querydsl.core.types.dsl with parameters of type BooleanPathModifier and TypeMethodDescriptionPathBuilder.get(BooleanPath path) Create a new Boolean typed path