| Package | Description |
|---|---|
| com.querydsl.core.types |
Expression types
|
| com.querydsl.core.types.dsl |
DSL expression types
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterizedPathImpl<T>
ParameterizedPathImpl represents Path instances with a parameterized generic type |
| Constructor and Description |
|---|
BooleanPath(PathImpl<Boolean> mixin) |
CollectionPathBase(PathImpl<C> mixin,
PathInits inits) |
ComparablePath(PathImpl<T> mixin) |
DatePath(PathImpl<T> mixin) |
DateTimePath(PathImpl<T> mixin) |
EnumPath(PathImpl<T> mixin) |
NumberPath(PathImpl<T> mixin) |
SimplePath(PathImpl<T> mixin) |
StringPath(PathImpl<String> mixin) |
TimePath(PathImpl<T> mixin) |
Copyright © 2007–2020 Querydsl. All rights reserved.