| Package | Description |
|---|---|
| com.mysema.query.alias |
Alias functionality
|
| com.mysema.query.support |
Various support classes
|
| com.mysema.query.types.expr |
Operations represent typed operations with operator and arguments
|
| com.mysema.query.types.path |
Paths represent typed property paths, variables and list-map-array access
|
| Modifier and Type | Method and Description |
|---|---|
EntityPath<?> |
ManagedObject.__mappedPath() |
| 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 | Method and Description |
|---|---|
DslExpression<E> |
CollectionExpressionBase.as(EntityPath<E> alias) |
| 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
|
Copyright © 2007–2015 Querydsl. All rights reserved.