Uses of Class
com.querydsl.core.types.dsl.PathBuilder
Packages that use PathBuilder
-
Uses of PathBuilder in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return PathBuilderModifier and TypeMethodDescription<T> PathBuilder<T>Create a new PathBuilder instance for the given typeCreate a PathBuilder instance for the given property<A> PathBuilder<A>Create a PathBuilder for the given property with the given typeMethods in com.querydsl.core.types.dsl that return types with arguments of type PathBuilderModifier and TypeMethodDescription<A> CollectionPath<A,PathBuilder<A>> PathBuilder.getCollection(String property, Class<A> type) Create a new Collection typed path<A> ListPath<A,PathBuilder<A>> Create a new List typed path<K,V> MapPath<K, V, PathBuilder<V>> Create a new Map typed path<A> SetPath<A,PathBuilder<A>> Create a new Set typed path