| Package | Description |
|---|---|
| com.querydsl.core.alias |
Alias functionality
|
| com.querydsl.core.support |
Various support classes
|
| com.querydsl.core.types.dsl |
DSL expression types
|
| Modifier and Type | Method and Description |
|---|---|
EntityPath<?> |
ManagedObject.__mappedPath()
Returns the underlying
EntityPath instance of this proxy |
| Modifier and Type | Field and Description |
|---|---|
List<EntityPath<?>> |
Context.replacements |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.add(Path<?> anyPath,
EntityPath<?> replacement) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparableEntityPath<T extends Comparable>
ComparableEntityPath extends the ComparablePath class to implement the EntityPath interface |
class |
EntityPathBase<T>
EntityPathBase provides a base class for EntityPath implementations |
class |
PathBuilder<T>
PathBuilder is an extension to EntityPathBase for dynamic path construction |
| Modifier and Type | Method and Description |
|---|---|
DslExpression<E> |
CollectionExpressionBase.as(EntityPath<E> alias) |
Copyright © 2007–2020 Querydsl. All rights reserved.