Uses of Interface
org.apache.cayenne.map.MappingNamespace

Packages that use MappingNamespace
org.apache.cayenne.gen Contains classes that provide Java source generation facility. 
org.apache.cayenne.map Contains O/R mapping classes that store relational database metadata information and map it to Java classes. 
 

Uses of MappingNamespace in org.apache.cayenne.gen
 

Methods in org.apache.cayenne.gen that return MappingNamespace
 MappingNamespace EntityUtils.getEntityResolver()
          Returns the EntityResolver for this set of DataMaps.
 

Uses of MappingNamespace in org.apache.cayenne.map
 

Classes in org.apache.cayenne.map that implement MappingNamespace
 class DataMap
          Stores a collection of related mapping objects that describe database and object layers of an application.
 class EntityResolver
          Represents a virtual shared namespace for zero or more DataMaps.
 

Fields in org.apache.cayenne.map declared as MappingNamespace
protected  MappingNamespace DataMap.namespace
           
 

Methods in org.apache.cayenne.map that return MappingNamespace
 MappingNamespace DataMap.getNamespace()
          Returns a parent namespace where this DataMap resides.
 

Methods in org.apache.cayenne.map with parameters of type MappingNamespace
 void DataMap.setNamespace(MappingNamespace namespace)
          Sets a parent namespace where this DataMap resides.
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.