org.deegree.feature.persistence.mapping.property
Class Mapping

java.lang.Object
  extended by 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 $

Constructor Summary
protected Mapping(PropertyName path, MappingExpression mapping, JoinChain joinedTable)
           
 
Method Summary
 JoinChain getJoinedTable()
           
 MappingExpression getMapping()
           
 PropertyName getPath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Mapping

protected Mapping(PropertyName path,
                  MappingExpression mapping,
                  JoinChain joinedTable)
Method Detail

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.