Package | Description |
---|---|
com.querydsl.core.types.dsl |
DSL expression types
|
com.querydsl.sql |
SQL/JDBC support
|
com.querydsl.sql.spatial |
Spatial support
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
RelationalPathBase<T>
RelationalPathBase is a base class for RelationalPath implementations |
Modifier and Type | Class and Description |
---|---|
class |
QSpatialRefSys
QSpatialRefSys is a Querydsl query type for SpatialRefSys
|
class |
RelationalPathSpatial<T>
RelationalPathSpatial extends RelationalPathBase to provide factory methods
for spatial path creation |
Copyright © 2007–2016 Querydsl. All rights reserved.