Uses of Class
com.querydsl.core.types.dsl.ArrayPath
Packages that use ArrayPath
Package
Description
Alias functionality
DSL expression types
-
Uses of ArrayPath in com.querydsl.core.alias
Methods in com.querydsl.core.alias that return ArrayPath -
Uses of ArrayPath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return ArrayPathModifier and TypeMethodDescriptionstatic <A,E> ArrayPath<A, E> Create a new Path expressionstatic <A,E> ArrayPath<A, E> Expressions.arrayPath(Class<A> arrayType, PathMetadata metadata) Create a new Path expressionstatic <A,E> ArrayPath<A, E> Create a new Path expressionprotected <A,E> ArrayPath<A, E> BeanPath.createArray(String property, Class<? super A> type) Create a new array path<A,E> ArrayPath<A, E> Create a ArrayPath instance for the given property and the given array type