org.deegree.feature.persistence.mapping.property
Class Mapping
java.lang.Object
org.deegree.feature.persistence.mapping.property.Mapping
- Direct Known Subclasses:
- CompoundMapping, FeatureMapping, GeometryMapping, PrimitiveMapping
public abstract class Mapping
- extends java.lang.Object
Defines the mapping of a particle of a FeatureType
to a relational model (tables, columns).
- Version:
- $Revision: 27703 $, $Date: 2010-11-01 20:10:39 +0100 (Mo, 01. Nov 2010) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Mapping
protected Mapping(PropertyName path,
MappingExpression mapping,
JoinChain joinedTable)
getPath
public PropertyName getPath()
getMapping
public MappingExpression getMapping()
getJoinedTable
public JoinChain getJoinedTable()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.