| Package | Description |
|---|---|
| com.querydsl.core.types.dsl |
DSL expression types
|
| Modifier and Type | Method and Description |
|---|---|
<T> PathBuilder<T> |
PathBuilderFactory.create(java.lang.Class<T> type)
Create a new PathBuilder instance for the given type
|
PathBuilder<java.lang.Object> |
PathBuilder.get(java.lang.String property)
Create a PathBuilder instance for the given property
|
<A> PathBuilder<A> |
PathBuilder.get(java.lang.String property,
java.lang.Class<A> type)
Create a PathBuilder for the given property with the given type
|
| Modifier and Type | Method and Description |
|---|---|
<A> CollectionPath<A,PathBuilder<A>> |
PathBuilder.getCollection(java.lang.String property,
java.lang.Class<A> type)
Create a new Collection typed path
|
<A> ListPath<A,PathBuilder<A>> |
PathBuilder.getList(java.lang.String property,
java.lang.Class<A> type)
Create a new List typed path
|
<K,V> MapPath<K,V,PathBuilder<V>> |
PathBuilder.getMap(java.lang.String property,
java.lang.Class<K> key,
java.lang.Class<V> value)
Create a new Map typed path
|
<A> SetPath<A,PathBuilder<A>> |
PathBuilder.getSet(java.lang.String property,
java.lang.Class<A> type)
Create a new Set typed path
|
Copyright © 2007–2021 Querydsl. All rights reserved.