Package | Description |
---|---|
org.apache.cayenne.map |
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected MappingNamespace |
EntityResolver.mappingCache |
protected MappingNamespace |
DataMap.namespace |
Modifier and Type | Method and Description |
---|---|
MappingNamespace |
DataMap.getNamespace()
Returns a parent namespace where this DataMap resides.
|
Modifier and Type | Method and Description |
---|---|
void |
DataMap.setNamespace(MappingNamespace namespace)
Sets a parent namespace where this DataMap resides.
|
Copyright © 2001–2023 Apache Cayenne. All rights reserved.