|
||||||||||
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.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.access.util | |
org.apache.cayenne.conf | Contains classes dealing with Cayenne configuration files. |
org.apache.cayenne.dataview | |
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.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.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.gen | Contains classes that provide Java source generation facility. |
org.apache.cayenne.intercept | |
org.apache.cayenne.jpa | |
org.apache.cayenne.jpa.bridge | |
org.apache.cayenne.jpa.reflect | |
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.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.tools | Command line tools and Ant tasks. |
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. |
|
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. |
|
EntityResolver
Represents a virtual shared namespace for zero or more DataMaps. |
|
ObjAttribute
An ObjAttribute is a mapping descriptor of a Java class property. |
|
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.trans | |
---|---|
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. |
|
ObjEntity
ObjEntity is a mapping descriptor for a DataObject Java class. |
|
ObjRelationship
Describes navigational association between two Java classes, represented 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.access.util | |
---|---|
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.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.dataview | |
---|---|
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 navigational association between two Java classes, represented as source and target ObjEntity. |
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.hsqldb | |
---|---|
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. |
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.sqlserver | |
---|---|
DbAttribute
A DbAttribute defines a descriptor for a single database table column. |
|
EntityResolver
Represents a virtual shared namespace for zero or more DataMaps. |
Classes in org.apache.cayenne.map used by org.apache.cayenne.dba.sybase | |
---|---|
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 | |
---|---|
EntityResolver
Represents a virtual shared namespace for zero or more DataMaps. |
|
ObjRelationship
Describes navigational association between two Java classes, represented as source and target ObjEntity. |
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 | |
---|---|
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.gen | |
---|---|
DataMap
Stores a collection of related mapping objects that describe database and object layers of an application. |
|
MappingNamespace
Defines API of a container of DbEntities, ObjEntities, Procedures, Queries and other mapping objects. |
|
ObjEntity
ObjEntity is a mapping descriptor for a DataObject Java class. |
Classes in org.apache.cayenne.map used by org.apache.cayenne.intercept | |
---|---|
EntityResolver
Represents a virtual shared namespace for zero or more DataMaps. |
Classes in org.apache.cayenne.map used by org.apache.cayenne.jpa | |
---|---|
DataMap
Stores a collection of related mapping objects that describe database and object layers of an application. |
Classes in org.apache.cayenne.map used by org.apache.cayenne.jpa.bridge | |
---|---|
DataMap
Stores a collection of related mapping objects that describe database and object layers of an application. |
|
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.jpa.reflect | |
---|---|
ObjRelationship
Describes navigational association between two Java classes, represented as source and target ObjEntity. |
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. |
|
EntityResolver
Represents a virtual shared namespace for zero or more DataMaps. |
|
EntitySorter
Defines API for sorting of Cayenne entities based on their mutual dependencies. |
|
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 navigational association between two Java classes, represented as source and target ObjEntity. |
|
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.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. |
|
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.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. |
|
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. |
|
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 navigational association between two Java classes, represented 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 navigational association between two Java classes, represented 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.reflect | |
---|---|
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. |
|
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 navigational association between two Java classes, represented 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 navigational association between two Java classes, represented as source and target ObjEntity. |
Classes in org.apache.cayenne.map used by org.apache.cayenne.reflect.pojo | |
---|---|
ObjEntity
ObjEntity is a mapping descriptor for a DataObject Java class. |
|
ObjRelationship
Describes navigational association between two Java classes, represented as source and target ObjEntity. |
Classes in org.apache.cayenne.map used by org.apache.cayenne.reflect.valueholder | |
---|---|
ObjRelationship
Describes navigational association between two Java classes, represented 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.tools | |
---|---|
DataMap
Stores a collection of related mapping objects that describe database and object layers of an application. |
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. |
|
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.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 |