org.deegree.feature.persistence.sql.mapper
Class MappingContext

java.lang.Object
  extended by org.deegree.feature.persistence.sql.mapper.MappingContext

public class MappingContext
extends Object

Represents a specific position during the mapping of a FeatureType to a relational model (tables, columns).

Version:
$Revision: 30312 $, $Date: 2011-03-31 16:23:46 +0200 (Thu, 31 Mar 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 String getColumn()
           
 String getIdColumn()
           
 String getTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTable

public String getTable()

getColumn

public String getColumn()

getIdColumn

public String getIdColumn()


Copyright © 2011. All Rights Reserved.