Uses of Interface
org.apache.cayenne.map.MappingNamespace
Packages that use MappingNamespace
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of MappingNamespace in org.apache.cayenne.map
Classes in org.apache.cayenne.map that implement MappingNamespaceModifier and TypeClassDescriptionclass
Stores a collection of related mapping objects that describe database and object layers of an application.class
Represents a virtual shared namespace for zero or more DataMaps.Fields in org.apache.cayenne.map declared as MappingNamespaceModifier and TypeFieldDescriptionprotected MappingNamespace
EntityResolver.mappingCache
protected MappingNamespace
DataMap.namespace
Methods in org.apache.cayenne.map that return MappingNamespaceModifier and TypeMethodDescriptionDataMap.getNamespace()
Returns a parent namespace where this DataMap resides.Methods in org.apache.cayenne.map with parameters of type MappingNamespaceModifier and TypeMethodDescriptionvoid
DataMap.setNamespace
(MappingNamespace namespace) Sets a parent namespace where this DataMap resides.