Package | Description |
---|---|
com.querydsl.core.alias |
Alias functionality
|
com.querydsl.core.types.dsl |
DSL expression types
|
com.querydsl.mongodb |
MongoDB support
|
Modifier and Type | Method and Description |
---|---|
static <D> ArrayPath<D[],D> |
Alias.$(D[] arg)
Convert the given alias to an expression
|
Modifier and Type | Method and Description |
---|---|
static <A,E> ArrayPath<A,E> |
Expressions.arrayPath(Class<A> arrayType,
Path<?> parent,
String property)
Create a new Path expression
|
static <A,E> ArrayPath<A,E> |
Expressions.arrayPath(Class<A> arrayType,
PathMetadata metadata)
Create a new Path expression
|
static <A,E> ArrayPath<A,E> |
Expressions.arrayPath(Class<A> arrayType,
String variable)
Create a new Path expression
|
protected <A,E> ArrayPath<A,E> |
BeanPath.createArray(String property,
Class<? super A> type)
Create a new array path
|
<A,E> ArrayPath<A,E> |
PathBuilder.getArray(String property,
Class<A> type)
Create a ArrayPath instance for the given property and the given array type
|
Modifier and Type | Class and Description |
---|---|
class |
Point
Point is an adapter type for Double[] arrays to use geo spatial querying features of Mongodb |
Copyright © 2007–2016 Querydsl. All rights reserved.