| Package | Description |
|---|---|
| com.mysema.query.types.path |
Paths represent typed property paths, variables and list-map-array access
|
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
<U extends BeanPath<? extends T>> |
BeanPath.as(Class<U> clazz)
Cast the path to a subtype querytype
|
Copyright © 2007–2015 Querydsl. All rights reserved.