Uses of Class
com.querydsl.core.types.dsl.SimplePath
Packages that use SimplePath
Package
Description
Alias functionality
DSL expression types
-
Uses of SimplePath in com.querydsl.core.alias
Methods in com.querydsl.core.alias that return SimplePathModifier and TypeMethodDescriptionstatic <D> SimplePath<D>Alias.var()Return the default variable -
Uses of SimplePath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return SimplePathModifier and TypeMethodDescriptionprotected <A> SimplePath<A>BeanPath.createSimple(String property, Class<? super A> type) Create a new Simple pathArrayPath.get(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int index) ArrayPath.get(Expression<Integer> index) <A> SimplePath<A>Create a new Simple path<A> SimplePath<A>Create a new Simple pathstatic <T> SimplePath<T>Create a new Path expressionstatic <T> SimplePath<T>Expressions.path(Class<? extends T> type, PathMetadata metadata) Create a new Path expressionstatic <T> SimplePath<T>Create a new Path expressionstatic <T> SimplePath<T>Expressions.simplePath(Class<? extends T> type, Path<?> parent, String property) Create a new Path expressionstatic <T> SimplePath<T>Expressions.simplePath(Class<? extends T> type, PathMetadata metadata) Create a new Path expressionstatic <T> SimplePath<T>Expressions.simplePath(Class<? extends T> type, String variable) Create a new Path expression