Package | Description |
---|---|
com.querydsl.sql |
SQL/JDBC support
|
com.querydsl.sql.spatial |
Spatial support
|
Modifier and Type | Interface and Description |
---|---|
interface |
RelationalPath<T>
RelationalPath extends
EntityPath to provide access to relational
metadata |
Modifier and Type | Class and Description |
---|---|
class |
ForeignKey<E>
ForeignKey defines a foreign key on a table to another table |
class |
PrimaryKey<E>
PrimaryKey defines a primary key on table |
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.