Uses of Interface
org.apache.cayenne.map.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
Modifier 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.Modifier and TypeFieldDescriptionprotected MappingNamespace
EntityResolver.mappingCache
protected MappingNamespace
DataMap.namespace
Modifier and TypeMethodDescriptionDataMap.getNamespace()
Returns a parent namespace where this DataMap resides.Modifier and TypeMethodDescriptionvoid
DataMap.setNamespace
(MappingNamespace namespace) Sets a parent namespace where this DataMap resides.