Package org.geotools.data.joining
Class JoiningQuery.QueryJoin
Object
Query
JoiningQuery
QueryJoin
- Enclosing class:
- JoiningQuery
-
Nested Class Summary
Nested classes/interfaces inherited from class JoiningQuery
JoiningQuery.QueryJoin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Expression
protected Expression
protected String
protected SortBy[]
Fields inherited from class JoiningQuery
ids, queryJoins
Fields inherited from class Query
alias, ALL, ALL_NAMES, ALL_PROPERTIES, coordinateSystem, coordinateSystemReproject, DEFAULT_MAX, FIDS, filter, handle, hints, INCLUDE_MANDATORY_PROPS, joins, maxFeatures, namespace, NO_NAMES, NO_NAMESPACE, NO_PROPERTIES, properties, startIndex, typeName, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equality based on all query parameters other than the handle.int
hashCode()
Hashcode based on all parameters other than the handle.void
setForeignKeyName
(Expression foreignKeyName) void
setJoiningKeyName
(Expression joiningKeyName) void
setJoiningTypeName
(String joiningTypeName) Methods inherited from class JoiningQuery
addId, getIds, getQueryJoins, getRootMapping, hasIdColumn, isDenormalised, isSubset, setDenormalised, setQueryJoins, setRootMapping, setSubset
Methods inherited from class Query
getAlias, getCoordinateSystem, getCoordinateSystemReproject, getFilter, getHandle, getHints, getJoins, getMaxFeatures, getNamespace, getProperties, getPropertyNames, getSortBy, getStartIndex, getTypeName, getVersion, isMaxFeaturesUnlimited, retrieveAllProperties, setAlias, setCoordinateSystem, setCoordinateSystemReproject, setFilter, setHandle, setHints, setMaxFeatures, setNamespace, setProperties, setPropertyNames, setPropertyNames, setSortBy, setStartIndex, setTypeName, setVersion, setVersion, setVersion, setVersion, setVersion, setVersion, toString
-
Field Details
-
joiningTypeName
-
foreignKeyName
-
joiningKeyName
-
sortBy
-
-
Constructor Details
-
QueryJoin
public QueryJoin()
-
-
Method Details
-
getJoiningTypeName
-
setJoiningTypeName
-
getForeignKeyName
-
setForeignKeyName
-
getJoiningKeyName
-
setJoiningKeyName
-
equals
Description copied from class:Query
Equality based on all query parameters other than the handle. -
hashCode
public int hashCode()Description copied from class:Query
Hashcode based on all parameters other than the handle.
-