| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.cayenne.map | |
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.access.jdbc | Contains classes that handle JDBC interactions. | 
| org.apache.cayenne.access.select | |
| org.apache.cayenne.access.trans | Provides translators for Cayenne queries. | 
| org.apache.cayenne.access.types | Defines an extendable mechanism to map Java types to JDBC types. | 
| org.apache.cayenne.conf | Contains classes dealing with Cayenne configuration files. | 
| org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. | 
| org.apache.cayenne.dba.db2 | IBM DB2 DbAdapter. | 
| org.apache.cayenne.dba.derby | Apache Derby DbAdapter. | 
| org.apache.cayenne.dba.frontbase | FrontBase DbAdapter. | 
| org.apache.cayenne.dba.h2 | |
| org.apache.cayenne.dba.hsqldb | HSQLDB DbAdapter. | 
| org.apache.cayenne.dba.ingres | |
| org.apache.cayenne.dba.mysql | MySQL DbAdapter. | 
| org.apache.cayenne.dba.openbase | OpenBase DbAdapter. | 
| org.apache.cayenne.dba.oracle | Oracle DbAdapter. | 
| org.apache.cayenne.dba.postgres | PostgreSQL DbAdapter. | 
| org.apache.cayenne.dba.sqlite | |
| org.apache.cayenne.dba.sqlserver | MS SQLServer DbAdapter. | 
| org.apache.cayenne.dba.sybase | Sybase DbAdapter. | 
| org.apache.cayenne.ejbql | |
| org.apache.cayenne.ejbql.parser | |
| org.apache.cayenne.enhancer | |
| org.apache.cayenne.exp.parser | Contains expression parser and other expression internals. | 
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database metadata information and map it to Java classes. | 
| org.apache.cayenne.map.event | |
| org.apache.cayenne.map.naming | |
| org.apache.cayenne.merge | |
| org.apache.cayenne.project | Contains model classes used by CayenneModeler or any other MVC type of application to work with Cayenne project files. | 
| org.apache.cayenne.project.validator | |
| org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create custom queries. | 
| org.apache.cayenne.reflect | |
| org.apache.cayenne.reflect.generic | |
| org.apache.cayenne.reflect.pojo | |
| org.apache.cayenne.reflect.valueholder | |
| org.apache.cayenne.remote | Contains classes an interfaces related to Cayenne remote object persistence features. | 
| org.apache.cayenne.remote.hessian | |
| org.apache.cayenne.remote.hessian.service | |
| org.apache.cayenne.util | General utility classes. | 
| org.apache.cayenne.wocompat | Contains classes that interface Cayenne with Apple's WebObjects. | 
| Classes in org.apache.cayenne.map used by org.apache.cayenne | |
|---|---|
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.access | |
|---|---|
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| EntityInheritanceTree A tree structure representing inheritance hierarchy of an ObjEntity and its subentities. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| EntitySorter Defines API for sorting of Cayenne entities based on their mutual dependencies. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.access.jdbc | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| ObjAttribute An ObjAttribute is a mapping descriptor of a Java class property. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Procedure A mapping descriptor for a database stored procedure. | |
| ProcedureParameter A descriptor for the Procedure parameter. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.access.select | |
|---|---|
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.access.trans | |
|---|---|
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| EntityInheritanceTree A tree structure representing inheritance hierarchy of an ObjEntity and its subentities. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| JoinType Enumerates supported JOIN types. | |
| ObjAttribute An ObjAttribute is a mapping descriptor of a Java class property. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Procedure A mapping descriptor for a database stored procedure. | |
| ProcedureParameter A descriptor for the Procedure parameter. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.access.types | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.conf | |
|---|---|
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| MapLoader Default MapLoader. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.db2 | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.derby | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.frontbase | |
|---|---|
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.h2 | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.hsqldb | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.ingres | |
|---|---|
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.mysql | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.openbase | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.oracle | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.postgres | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.sqlite | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.sqlserver | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.sybase | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.ejbql | |
|---|---|
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| SQLResult A metadata object that defines how a row in a result set can be converted to result objects. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.ejbql.parser | |
|---|---|
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.enhancer | |
|---|---|
| Embeddable A mapping descriptor of an embeddable class. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.exp.parser | |
|---|---|
| Entity An Entity is an abstract descriptor for an entity mapping concept. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.map | |
|---|---|
| Attribute Defines a property descriptor that is a part of an Entity. | |
| CallbackDescriptor A mapping descriptor of a single callback event. | |
| CallbackMap A generic descriptor of a set of standard lifecycle callbacks. | |
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbJoin Defines a join between two attributes of a given relationship. | |
| DbKeyGenerator DbKeyGenerator is an abstraction of a primary key generator It configures the primary key generation per DbEntity in a RDBMS independent manner. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| Embeddable A mapping descriptor of an embeddable class. | |
| EmbeddableAttribute A persistent attribute of an embeddable object. | |
| Entity An Entity is an abstract descriptor for an entity mapping concept. | |
| EntityInheritanceTree A tree structure representing inheritance hierarchy of an ObjEntity and its subentities. | |
| EntityListener A mapping descriptor of an entity listener class that declares one or more callback methods to be notified of the entity events. | |
| EntityListenerFactory A factory used to create entity listeners. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| EntityResult A metadata object that provides mapping of a set of result columns to an ObjEntity. | |
| EntitySorter Defines API for sorting of Cayenne entities based on their mutual dependencies. | |
| JoinType Enumerates supported JOIN types. | |
| LifecycleEvent Defines possible object lifecycle events for which callbacks are supported. | |
| MappingNamespace Defines API of a container of DbEntities, ObjEntities, Procedures, Queries and other mapping objects. | |
| ObjAttribute An ObjAttribute is a mapping descriptor of a Java class property. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| PathComponent A component in a path chain. | |
| Procedure A mapping descriptor for a database stored procedure. | |
| ProcedureParameter A descriptor for the Procedure parameter. | |
| Relationship Defines a relationship between two entities. | |
| SQLResult A metadata object that defines how a row in a result set can be converted to result objects. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.map.event | |
|---|---|
| Attribute Defines a property descriptor that is a part of an Entity. | |
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| Embeddable A mapping descriptor of an embeddable class. | |
| EmbeddableAttribute A persistent attribute of an embeddable object. | |
| Entity An Entity is an abstract descriptor for an entity mapping concept. | |
| Procedure A mapping descriptor for a database stored procedure. | |
| ProcedureParameter A descriptor for the Procedure parameter. | |
| Relationship Defines a relationship between two entities. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.map.naming | |
|---|---|
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.merge | |
|---|---|
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| ObjAttribute An ObjAttribute is a mapping descriptor of a Java class property. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.project | |
|---|---|
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| Entity An Entity is an abstract descriptor for an entity mapping concept. | |
| ProcedureParameter A descriptor for the Procedure parameter. | |
| Relationship Defines a relationship between two entities. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.project.validator | |
|---|---|
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| Embeddable A mapping descriptor of an embeddable class. | |
| Entity An Entity is an abstract descriptor for an entity mapping concept. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Procedure A mapping descriptor for a database stored procedure. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.query | |
|---|---|
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Procedure A mapping descriptor for a database stored procedure. | |
| SQLResult A metadata object that defines how a row in a result set can be converted to result objects. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.reflect | |
|---|---|
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Embeddable A mapping descriptor of an embeddable class. | |
| EmbeddedAttribute An attribute of the ObjEntity that maps to an embeddable class. | |
| EntityInheritanceTree A tree structure representing inheritance hierarchy of an ObjEntity and its subentities. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| LifecycleEvent Defines possible object lifecycle events for which callbacks are supported. | |
| ObjAttribute An ObjAttribute is a mapping descriptor of a Java class property. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.reflect.generic | |
|---|---|
| ObjAttribute An ObjAttribute is a mapping descriptor of a Java class property. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.reflect.pojo | |
|---|---|
| EmbeddedAttribute An attribute of the ObjEntity that maps to an embeddable class. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.reflect.valueholder | |
|---|---|
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.remote | |
|---|---|
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.remote.hessian | |
|---|---|
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.remote.hessian.service | |
|---|---|
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.util | |
|---|---|
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbRelationship A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | |
| EntityResolver Represents a virtual shared namespace for zero or more DataMaps. | |
| ObjAttribute An ObjAttribute is a mapping descriptor of a Java class property. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| ObjRelationship Describes an association between two Java classes mapped as source and target ObjEntity. | |
| Classes in org.apache.cayenne.map used by org.apache.cayenne.wocompat | |
|---|---|
| Attribute Defines a property descriptor that is a part of an Entity. | |
| DataMap Stores a collection of related mapping objects that describe database and object layers of an application. | |
| DbAttribute A DbAttribute defines a descriptor for a single database table column. | |
| DbEntity A DbEntity is a mapping descriptor that defines a structure of a database table. | |
| Entity An Entity is an abstract descriptor for an entity mapping concept. | |
| ObjAttribute An ObjAttribute is a mapping descriptor of a Java class property. | |
| ObjEntity ObjEntity is a mapping descriptor for a DataObject Java class. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||