A B C D E F G H I J K L M N O P Q R S T U V W X Z _

D

DATA_CONTEXT_FACTORY_PROPERTY - Static variable in class org.apache.cayenne.access.DataDomain
Defines a property name for storing an optional DataContextFactory.
DATA_CONTEXT_KEY - Static variable in class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated.  
DATA_CONTEXT_KEY - Static variable in class org.apache.cayenne.conf.ServletUtil
Used by BasicServletConfiguration as a session attribute for DataContext.
DATA_MAP_ROOT - Static variable in class org.apache.cayenne.map.QueryBuilder
 
DATA_MAP_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
databaseTypes - Variable in class org.apache.cayenne.dba.TypesMapping
 
dataChanged(DataObjectChangeEvent) - Method in interface org.apache.cayenne.dataview.DataObjectChangeListener
 
dataChanged(DataObjectChangeEvent) - Method in class org.apache.cayenne.dataview.DOListModel
 
dataChanged(DataObjectChangeEvent) - Method in class org.apache.cayenne.dataview.DOTableModel
 
DataChannel - Interface in org.apache.cayenne
DataChannel is an abstraction used by ObjectContexts to obtain mapping metadata and access a persistent store.
DataChannelListener - Interface in org.apache.cayenne
A listener of DataChannel lifecycle events.
DataContext - Class in org.apache.cayenne.access
Class that provides applications with access to Cayenne persistence features.
DataContext() - Constructor for class org.apache.cayenne.access.DataContext
Creates a new DataContext that is not attached to the Cayenne stack.
DataContext(QueryEngine, ObjectStore) - Constructor for class org.apache.cayenne.access.DataContext
Deprecated. since 1.2 - use DataContext.DataContext(DataChannel, ObjectStore) constructor instead. Note that DataDomain is both a DataChannel and a QueryEngine, so you may need to do a cast: new DataContext((DataChannel) domain, objectStore).
DataContext(DataChannel, ObjectStore) - Constructor for class org.apache.cayenne.access.DataContext
Creates a new DataContext with parent DataChannel and ObjectStore.
dataContext - Variable in class org.apache.cayenne.access.IncrementalFaultList
 
DataContextDelegate - Interface in org.apache.cayenne.access
Defines API for a DataContext "delegate" - an object that is temporarily passed control by DataContext at some critical points in the normal flow of execution.
dataContextDidCommit(DataContextEvent) - Method in interface org.apache.cayenne.access.event.DataContextTransactionEventListener
 
dataContextDidCommit(DataContextEvent) - Method in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
dataContextDidRollback(DataContextEvent) - Method in interface org.apache.cayenne.access.event.DataContextTransactionEventListener
 
dataContextDidRollback(DataContextEvent) - Method in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
DataContextEvent - Class in org.apache.cayenne.access.event
Represents events sent by DataContext.
DataContextEvent(DataContext) - Constructor for class org.apache.cayenne.access.event.DataContextEvent
 
DataContextEvent(DataContext, Map) - Constructor for class org.apache.cayenne.access.event.DataContextEvent
 
DataContextFactory - Interface in org.apache.cayenne.access
An interface for creating DataContexts.
dataContextFactory - Variable in class org.apache.cayenne.access.DataDomain
 
DataContextTransactionEventListener - Interface in org.apache.cayenne.access.event
This interface declares callback methods that subscribers to DataContext events can implement to be notified about transactions.
dataContextWillCommit(DataContextEvent) - Method in interface org.apache.cayenne.access.event.DataContextTransactionEventListener
 
dataContextWillCommit(DataContextEvent) - Method in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
DataDomain - Class in org.apache.cayenne.access
DataDomain performs query routing functions in Cayenne.
DataDomain(String) - Constructor for class org.apache.cayenne.access.DataDomain
Creates a DataDomain and assigns it a name.
DataDomain(String, Map) - Constructor for class org.apache.cayenne.access.DataDomain
Creates new DataDomain.
dataDomainComparator - Static variable in class org.apache.cayenne.project.ProjectTraversal
 
DataDomainLegacyQueryAction - Class in org.apache.cayenne.access
DataDomain query action that relies on expernally provided OperationObserver to process the results.
dataDomains - Variable in class org.apache.cayenne.conf.Configuration
Lookup map that stores DataDomains with names as keys.
dataMap - Variable in class org.apache.cayenne.gen.MapClassGenerator
 
DataMap - Class in org.apache.cayenne.map
Stores a collection of related mapping objects that describe database and object layers of an application.
DataMap() - Constructor for class org.apache.cayenne.map.DataMap
Creates a new unnamed DataMap.
DataMap(String) - Constructor for class org.apache.cayenne.map.DataMap
Creates a new named DataMap.
DataMap(String, Map) - Constructor for class org.apache.cayenne.map.DataMap
 
dataMap - Variable in class org.apache.cayenne.map.Entity
 
dataMap - Variable in class org.apache.cayenne.map.event.DataMapEvent
 
dataMap - Variable in class org.apache.cayenne.map.Procedure
 
dataMap - Variable in class org.apache.cayenne.map.QueryBuilder
 
dataMap - Variable in class org.apache.cayenne.wocompat.EOModelHelper
 
dataMapAdded(DataMapEvent) - Method in interface org.apache.cayenne.map.event.DataMapListener
Called when a new DataMap is added.
dataMapChanged(DataMapEvent) - Method in interface org.apache.cayenne.map.event.DataMapListener
Called on DataMap property changes.
dataMapComparator - Static variable in class org.apache.cayenne.project.ProjectTraversal
 
DataMapEvent - Class in org.apache.cayenne.map.event
An events describing a DataMap change.
DataMapEvent(Object, DataMap) - Constructor for class org.apache.cayenne.map.event.DataMapEvent
Creates a DataMap change event.
DataMapEvent(Object, DataMap, int) - Constructor for class org.apache.cayenne.map.event.DataMapEvent
Creates a DataMap event of a specified type.
DataMapEvent(Object, DataMap, String) - Constructor for class org.apache.cayenne.map.event.DataMapEvent
Creates a DataMap name change event.
DataMapException - Exception in org.apache.cayenne.map
Deprecated. since 1.2 unused - CayenneRuntimeException is thrown in cases where this checked exception was used.
DataMapException() - Constructor for exception org.apache.cayenne.map.DataMapException
Deprecated.  
DataMapException(String, Throwable) - Constructor for exception org.apache.cayenne.map.DataMapException
Deprecated.  
DataMapException(Throwable) - Constructor for exception org.apache.cayenne.map.DataMapException
Deprecated.  
DataMapException(String) - Constructor for exception org.apache.cayenne.map.DataMapException
Deprecated.  
DataMapFile - Class in org.apache.cayenne.project
DataMapFile is a ProjectFile abstraction of the DataMap file in a Cayenne project.
DataMapFile() - Constructor for class org.apache.cayenne.project.DataMapFile
 
DataMapFile(Project, DataMap) - Constructor for class org.apache.cayenne.project.DataMapFile
Constructor for DataMapFile.
DataMapListener - Interface in org.apache.cayenne.map.event
An interface for a listener interested in DataMap changes.
DataMapProject - Class in org.apache.cayenne.project
Cayenne project that consists of a single DataMap.
DataMapProject(File) - Constructor for class org.apache.cayenne.project.DataMapProject
Constructor for MapProject.
dataMapRemoved(DataMapEvent) - Method in interface org.apache.cayenne.map.event.DataMapListener
Called when a DataMap is removed.
dataMaps - Variable in class org.apache.cayenne.access.DataNode
 
dataMaps - Variable in class org.apache.cayenne.map.AshwoodEntitySorter
 
DataMapValidator - Class in org.apache.cayenne.project.validator
Validator for DataMaps.
DataMapValidator() - Constructor for class org.apache.cayenne.project.validator.DataMapValidator
Constructor for DataMapValidator.
DataNode - Class in org.apache.cayenne.access
Describes a single physical data source.
DataNode() - Constructor for class org.apache.cayenne.access.DataNode
Creates a new unnamed DataNode.
DataNode(String) - Constructor for class org.apache.cayenne.access.DataNode
Creates a new DataNode, assigning it a name.
dataNode - Variable in class org.apache.cayenne.map.event.DataNodeEvent
 
dataNodeAdded(DataNodeEvent) - Method in interface org.apache.cayenne.map.event.DataNodeListener
New data map has been created/added.
dataNodeChanged(DataNodeEvent) - Method in interface org.apache.cayenne.map.event.DataNodeListener
DataNode property (usually - name) changed.
DataNodeCommitHelper - Class in org.apache.cayenne.access.util
Deprecated. Unused since 1.2.
DataNodeCommitHelper(DataNode) - Constructor for class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated.  
dataNodeComparator - Static variable in class org.apache.cayenne.project.ProjectTraversal
 
DataNodeConfigInfo - Class in org.apache.cayenne.project
Stores information necessary to reconfigure nodes of existing projects.
DataNodeConfigInfo() - Constructor for class org.apache.cayenne.project.DataNodeConfigInfo
 
DataNodeEvent - Class in org.apache.cayenne.map.event
Represents events resulted from DataNode changes in CayenneModeler.
DataNodeEvent(Object, DataNode) - Constructor for class org.apache.cayenne.map.event.DataNodeEvent
Creates a node change event.
DataNodeEvent(Object, DataNode, int) - Constructor for class org.apache.cayenne.map.event.DataNodeEvent
Creates a node event of a specified type.
DataNodeEvent(Object, DataNode, String) - Constructor for class org.apache.cayenne.map.event.DataNodeEvent
Creates a node name change event.
DataNodeFile - Class in org.apache.cayenne.project
DataNodeFile is a ProjectFile abstraction of the DataNode file in a Cayenne project.
DataNodeFile() - Constructor for class org.apache.cayenne.project.DataNodeFile
 
DataNodeFile(Project, DataNode) - Constructor for class org.apache.cayenne.project.DataNodeFile
Constructor for DataNodeFile.
DataNodeListener - Interface in org.apache.cayenne.map.event
For managing the changes in the DataNode
dataNodeRemoved(DataNodeEvent) - Method in interface org.apache.cayenne.map.event.DataNodeListener
DataNode has been removed.
DataNodeValidator - Class in org.apache.cayenne.project.validator
 
DataNodeValidator() - Constructor for class org.apache.cayenne.project.validator.DataNodeValidator
Constructor for DataNodeValidator.
DataObject - Interface in org.apache.cayenne
Defines basic methods for a persistent object in Cayenne.
dataObject - Variable in class org.apache.cayenne.map.EntityDescriptor
 
DATAOBJECT_ADDED - Static variable in class org.apache.cayenne.dataview.DataObjectChangeEvent
 
DATAOBJECT_CHANGED - Static variable in class org.apache.cayenne.dataview.DataObjectChangeEvent
 
DATAOBJECT_REMOVED - Static variable in class org.apache.cayenne.dataview.DataObjectChangeEvent
 
DataObjectAccessor - Class in org.apache.cayenne.property
A PropertyAccessor that uses DataObject API to read/write values.
DataObjectAccessor(String) - Constructor for class org.apache.cayenne.property.DataObjectAccessor
 
DataObjectChangeEvent - Class in org.apache.cayenne.dataview
 
DataObjectChangeEvent(Object, int) - Constructor for class org.apache.cayenne.dataview.DataObjectChangeEvent
 
DataObjectChangeEvent(Object, int, int) - Constructor for class org.apache.cayenne.dataview.DataObjectChangeEvent
 
DataObjectChangeListener - Interface in org.apache.cayenne.dataview
 
DataObjectList - Class in org.apache.cayenne.dataview
A decorator list for a collection of DataObjects that fires DataObjectChangeEventevents on modification, and supports registering DataObjectChangeListenersto recieve these events.
DataObjectList() - Constructor for class org.apache.cayenne.dataview.DataObjectList
 
DataObjectList(int) - Constructor for class org.apache.cayenne.dataview.DataObjectList
 
DataObjectList(Collection, boolean) - Constructor for class org.apache.cayenne.dataview.DataObjectList
 
DataObjectList(Collection) - Constructor for class org.apache.cayenne.dataview.DataObjectList
 
DataObjectMatchTranslator - Class in org.apache.cayenne.access.trans
 
DataObjectMatchTranslator() - Constructor for class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
dataObjects - Variable in class org.apache.cayenne.dataview.DataObjectList
 
dataObjects - Variable in class org.apache.cayenne.dataview.DOListModel
 
DATAOBJECTS_CHANGED - Static variable in class org.apache.cayenne.dataview.DataObjectChangeEvent
 
DataObjectTransactionEventListener - Interface in org.apache.cayenne.access.event
This interface declares methods that DataObject classes can implement to be notified about transactions of their DataContext.
DataObjectUtils - Class in org.apache.cayenne
A collection of utility methods to work with DataObjects.
DataPort - Class in org.apache.cayenne.access
An engine to port data between two DataNodes.
DataPort() - Constructor for class org.apache.cayenne.access.DataPort
 
DataPort(DataPortDelegate) - Constructor for class org.apache.cayenne.access.DataPort
Creates a new DataPort instance, setting its delegate.
DataPortDelegate - Interface in org.apache.cayenne.access
Interface for callback and delegate methods allowing implementing classes to control various aspects of data porting via DataPort.
DataPortTask - Class in org.apache.cayenne.tools
A "cdataport" Ant task implementing a frontend to DataPort allowing porting database data using Ant build scripts.
DataPortTask() - Constructor for class org.apache.cayenne.tools.DataPortTask
 
DataRow - Class in org.apache.cayenne
DataRow a map that holds values retrieved from the database for a given query row.
DataRow(Map) - Constructor for class org.apache.cayenne.DataRow
 
DataRow(int) - Constructor for class org.apache.cayenne.DataRow
 
dataRowCache - Variable in class org.apache.cayenne.access.ObjectStore
Stores a reference to the DataRowStore.
dataRows(boolean) - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated. Returns all unread data rows from ResultSet, closing this iterator if needed.
dataRows(boolean) - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
Returns all unread data rows from ResultSet, closing this iterator if needed.
dataRows(boolean) - Method in interface org.apache.cayenne.access.ResultIterator
Returns all unread data rows from ResultSet and closes this iterator if asked to do so.
dataRows(boolean) - Method in class org.apache.cayenne.access.util.DistinctResultIterator
Returns all data rows.
DataRowStore - Class in org.apache.cayenne.access
A fixed size cache of DataRows keyed by ObjectId.
DataRowStore(String) - Constructor for class org.apache.cayenne.access.DataRowStore
Creates new named DataRowStore with default configuration.
DataRowStore(String, Map) - Constructor for class org.apache.cayenne.access.DataRowStore
Creates new DataRowStore with a specified name and a set of properties.
DataRowStore(String, Map, EventManager) - Constructor for class org.apache.cayenne.access.DataRowStore
Creates new DataRowStore with a specified name and a set of properties.
dataSource - Variable in class org.apache.cayenne.access.DataNode
 
dataSource - Variable in class org.apache.cayenne.dba.AutoAdapter
 
dataSource - Variable in class org.apache.cayenne.project.DataNodeConfigInfo
 
dataSource - Variable in class org.apache.cayenne.project.PartialProject.NodeMetaData
 
dataSourceFactory - Variable in class org.apache.cayenne.access.DataNode
 
DataSourceFactory - Interface in org.apache.cayenne.conf
A pluggable factory for javax.sql.DataSource instances used by Cayenne runtime.
DataSourceInfo - Class in org.apache.cayenne.conn
Helper JavaBean class that holds DataSource login information.
DataSourceInfo() - Constructor for class org.apache.cayenne.conn.DataSourceInfo
 
dataSourceLocation - Variable in class org.apache.cayenne.access.DataNode
 
dataSourceUrl - Variable in class org.apache.cayenne.conn.DataSourceInfo
 
dataSourceUrl - Variable in class org.apache.cayenne.conn.PoolManager
 
dataTypeClassMap - Variable in class org.apache.cayenne.dataview.DataTypeSpec
 
DataTypeEnum - Class in org.apache.cayenne.dataview
 
DataTypeEnum(String, int) - Constructor for class org.apache.cayenne.dataview.DataTypeEnum
 
DataTypeSpec - Class in org.apache.cayenne.dataview
 
DataTypeSpec() - Constructor for class org.apache.cayenne.dataview.DataTypeSpec
 
DataView - Class in org.apache.cayenne.dataview
A root of the view configuration hierarchy.
DataView() - Constructor for class org.apache.cayenne.dataview.DataView
 
dataViewLocations - Variable in class org.apache.cayenne.conf.Configuration
 
dataViewLocations - Variable in class org.apache.cayenne.project.PartialProject
 
DATE_TYPE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DATE_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DATE_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
dateFormat - Variable in class org.apache.cayenne.dataview.DataTypeSpec
 
DATETIME_TYPE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DATETIME_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DATETIME_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
dateTimeFormat - Variable in class org.apache.cayenne.dataview.DataTypeSpec
 
DB2ActionBuilder - Class in org.apache.cayenne.dba.db2
 
DB2ActionBuilder(DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.dba.db2.DB2ActionBuilder
 
DB2Adapter - Class in org.apache.cayenne.dba.db2
DbAdapter implementation for the DB2 RDBMS .
DB2Adapter() - Constructor for class org.apache.cayenne.dba.db2.DB2Adapter
 
DB2PkGenerator - Class in org.apache.cayenne.dba.db2
A sequence-based PK generator used by DB2Adapter.
DB2PkGenerator() - Constructor for class org.apache.cayenne.dba.db2.DB2PkGenerator
 
DB2QualifierTranslator - Class in org.apache.cayenne.dba.db2
 
DB2QualifierTranslator() - Constructor for class org.apache.cayenne.dba.db2.DB2QualifierTranslator
 
DB2QualifierTranslator(QueryAssembler, String) - Constructor for class org.apache.cayenne.dba.db2.DB2QualifierTranslator
 
DB2Sniffer - Class in org.apache.cayenne.dba.db2
 
DB2Sniffer() - Constructor for class org.apache.cayenne.dba.db2.DB2Sniffer
 
DB_ATTRIBUTE_DERIVED_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_ATTRIBUTE_PAIR_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_ATTRIBUTE_REF_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_ATTRIBUTE_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_ENTITY_ROOT - Static variable in class org.apache.cayenne.map.QueryBuilder
 
DB_ENTITY_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_GENERATOR_NAME_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_GENERATOR_TYPE_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_KEY_CACHE_SIZE_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_KEY_GENERATOR_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_PATH - Static variable in class org.apache.cayenne.exp.Expression
Expression describes a path relative to a DbEntity.
DB_RELATIONSHIP_REF_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DB_RELATIONSHIP_TAG - Static variable in class org.apache.cayenne.map.MapLoader
 
DbAdapter - Interface in org.apache.cayenne.dba
Defines API needed to handle differences between various databases accessed via JDBC.
DbAdapterFactory - Interface in org.apache.cayenne.dba
Defines a conditional factory for a specific DbAdapter.
DbAttribute - Class in org.apache.cayenne.map
A DbAttribute defines a descriptor for a single database table column.
DbAttribute() - Constructor for class org.apache.cayenne.map.DbAttribute
 
DbAttribute(String) - Constructor for class org.apache.cayenne.map.DbAttribute
 
DbAttribute(String, int, DbEntity) - Constructor for class org.apache.cayenne.map.DbAttribute
 
dbAttributeAdded(AttributeEvent) - Method in class org.apache.cayenne.map.DataMap
New attribute has been created/added.
dbAttributeAdded(AttributeEvent) - Method in class org.apache.cayenne.map.DbEntity
 
dbAttributeAdded(AttributeEvent) - Method in interface org.apache.cayenne.map.event.DbAttributeListener
New attribute has been created/added.
dbAttributeChanged(AttributeEvent) - Method in class org.apache.cayenne.map.DataMap
Attribute property changed.
dbAttributeChanged(AttributeEvent) - Method in class org.apache.cayenne.map.DbEntity
 
dbAttributeChanged(AttributeEvent) - Method in interface org.apache.cayenne.map.event.DbAttributeListener
Attribute property changed.
DbAttributeListener - Interface in org.apache.cayenne.map.event
For managing the changes in the DbAttribute.
dbAttributePath - Variable in class org.apache.cayenne.map.ObjAttribute
 
dbAttributeRemoved(AttributeEvent) - Method in class org.apache.cayenne.map.DataMap
Attribute has been removed.
dbAttributeRemoved(AttributeEvent) - Method in class org.apache.cayenne.map.DbEntity
 
dbAttributeRemoved(AttributeEvent) - Method in interface org.apache.cayenne.map.event.DbAttributeListener
Attribute has been removed.
dbAttributes - Variable in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
 
dbAttributes - Variable in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
dbAttributes - Variable in class org.apache.cayenne.query.DeleteBatchQuery
 
dbAttributes - Variable in class org.apache.cayenne.query.InsertBatchQuery
 
DbAttributeValidator - Class in org.apache.cayenne.project.validator
 
DbAttributeValidator() - Constructor for class org.apache.cayenne.project.validator.DbAttributeValidator
Constructor for DbAttributeValidator.
dbAttrValidator - Static variable in class org.apache.cayenne.project.validator.TreeNodeValidator
 
DBCPDataSourceFactory - Class in org.apache.cayenne.conf
A DataSourceFactory that creates a connection pool based on Apache Jakarta commons-dbcp.
DBCPDataSourceFactory() - Constructor for class org.apache.cayenne.conf.DBCPDataSourceFactory
 
dbEntitiesInInsertOrder - Variable in class org.apache.cayenne.access.DbGenerator
Contains all DbEntities ordered considering their interdependencies.
dbEntitiesRequiringAutoPK - Variable in class org.apache.cayenne.access.DbGenerator
 
DbEntity - Class in org.apache.cayenne.map
A DbEntity is a mapping descriptor that defines a structure of a database table.
DbEntity() - Constructor for class org.apache.cayenne.map.DbEntity
Creates an unnamed DbEntity.
DbEntity(String) - Constructor for class org.apache.cayenne.map.DbEntity
Creates a named DbEntity.
dbEntity - Variable in class org.apache.cayenne.map.DbKeyGenerator
 
dbEntity - Variable in class org.apache.cayenne.query.BatchQuery
 
dbEntityAdded(DbEntity) - Method in interface org.apache.cayenne.access.DbLoaderDelegate
 
dbEntityAdded(EntityEvent) - Method in class org.apache.cayenne.map.DataMap
New entity has been created/added.
dbEntityAdded(EntityEvent) - Method in class org.apache.cayenne.map.DbEntity
New entity has been created/added.
dbEntityAdded(EntityEvent) - Method in interface org.apache.cayenne.map.event.DbEntityListener
New entity has been created/added.
dbEntityCache - Variable in class org.apache.cayenne.map.EntityResolver
 
dbEntityChanged(EntityEvent) - Method in class org.apache.cayenne.map.DataMap
DbEntity property changed.
dbEntityChanged(EntityEvent) - Method in class org.apache.cayenne.map.DbEntity
DbEntity property changed.
dbEntityChanged(EntityEvent) - Method in interface org.apache.cayenne.map.event.DbEntityListener
Entity property changed.
dbEntityComparator - Variable in class org.apache.cayenne.map.AshwoodEntitySorter
 
DbEntityListener - Interface in org.apache.cayenne.map.event
Defines a listener for DbEntity modification events.
dbEntityName - Variable in class org.apache.cayenne.map.ObjEntity
 
dbEntityRemoved(DbEntity) - Method in interface org.apache.cayenne.access.DbLoaderDelegate
 
dbEntityRemoved(EntityEvent) - Method in class org.apache.cayenne.map.DataMap
Entity has been removed.
dbEntityRemoved(EntityEvent) - Method in class org.apache.cayenne.map.DbEntity
Entity has been removed.
dbEntityRemoved(EntityEvent) - Method in interface org.apache.cayenne.map.event.DbEntityListener
Entity has been removed.
dbEntityToTableMap - Variable in class org.apache.cayenne.map.AshwoodEntitySorter
 
DbEntityValidator - Class in org.apache.cayenne.project.validator
 
DbEntityValidator() - Constructor for class org.apache.cayenne.project.validator.DbEntityValidator
Constructor for DbEntityValidator.
dbEntityValidator - Static variable in class org.apache.cayenne.project.validator.TreeNodeValidator
 
DbGenerator - Class in org.apache.cayenne.access
Utility class that generates database schema based on Cayenne mapping.
DbGenerator(DbAdapter, DataMap) - Constructor for class org.apache.cayenne.access.DbGenerator
Creates and initializes new DbGenerator.
DbGenerator(DbAdapter, DataMap, Collection) - Constructor for class org.apache.cayenne.access.DbGenerator
Creates and initializes new DbGenerator instance.
DbGenerator(DbAdapter, DataMap, Collection, DataDomain) - Constructor for class org.apache.cayenne.access.DbGenerator
Creates and initializes new DbGenerator instance.
DbGeneratorTask - Class in org.apache.cayenne.tools
An Ant Task that is a frontend to Cayenne DbGenerator allowing schema generation from DataMap using Ant.
DbGeneratorTask() - Constructor for class org.apache.cayenne.tools.DbGeneratorTask
 
DbJoin - Class in org.apache.cayenne.map
Defines a join between two attributes of a given relationship.
DbJoin() - Constructor for class org.apache.cayenne.map.DbJoin
 
DbJoin(DbRelationship) - Constructor for class org.apache.cayenne.map.DbJoin
 
DbJoin(DbRelationship, String, String) - Constructor for class org.apache.cayenne.map.DbJoin
 
DbKeyGenerator - Class in org.apache.cayenne.map
DbKeyGenerator is an abstraction of a primary key generator It configures the primary key generation per DbEntity in a RDBMS independent manner.
DbKeyGenerator() - Constructor for class org.apache.cayenne.map.DbKeyGenerator
 
DbKeyGenerator(String) - Constructor for class org.apache.cayenne.map.DbKeyGenerator
 
DbLoader - Class in org.apache.cayenne.access
Utility class that does reverse engineering of the database.
DbLoader(Connection, DbAdapter, DbLoaderDelegate) - Constructor for class org.apache.cayenne.access.DbLoader
Creates new DbLoader.
DbLoaderDelegate - Interface in org.apache.cayenne.access
DbLoaderDelegate defines API that allows to control the behavior of DbLoader during the database reverse-engineering.
DbRelationship - Class in org.apache.cayenne.map
A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs.
DbRelationship() - Constructor for class org.apache.cayenne.map.DbRelationship
 
DbRelationship(String) - Constructor for class org.apache.cayenne.map.DbRelationship
 
dbRelationshipAdded(DbRelationship) - Method in class org.apache.cayenne.access.trans.DeleteTranslator
 
dbRelationshipAdded(DbRelationship) - Method in class org.apache.cayenne.access.trans.InsertTranslator
Deprecated.  
dbRelationshipAdded(DbRelationship) - Method in class org.apache.cayenne.access.trans.QueryAssembler
Processes a join being added.
dbRelationshipAdded(DbRelationship) - Method in class org.apache.cayenne.access.trans.SelectTranslator
Stores a new relationship in an internal list.
dbRelationshipAdded(DbRelationship) - Method in class org.apache.cayenne.access.trans.UpdateTranslator
 
dbRelationshipAdded(RelationshipEvent) - Method in class org.apache.cayenne.map.DataMap
Relationship has been created/added.
dbRelationshipAdded(RelationshipEvent) - Method in class org.apache.cayenne.map.DbEntity
Relationship has been created/added.
dbRelationshipAdded(RelationshipEvent) - Method in interface org.apache.cayenne.map.event.DbRelationshipListener
Relationship has been created/added.
dbRelationshipChanged(RelationshipEvent) - Method in class org.apache.cayenne.map.DataMap
Relationship property changed.
dbRelationshipChanged(RelationshipEvent) - Method in class org.apache.cayenne.map.DbEntity
Relationship property changed.
dbRelationshipChanged(RelationshipEvent) - Method in interface org.apache.cayenne.map.event.DbRelationshipListener
Relationship property changed.
dbRelationshipDidChange(RelationshipEvent) - Method in class org.apache.cayenne.map.ObjRelationship
 
dbRelationshipIdentifier(DbRelationship) - Method in class org.apache.cayenne.project.validator.DbRelationshipValidator
 
DbRelationshipListener - Interface in org.apache.cayenne.map.event
For managing the changes in the DbRelationship.
dbRelationshipPath - Variable in class org.apache.cayenne.map.ObjRelationship
 
dbRelationshipRemoved(RelationshipEvent) - Method in class org.apache.cayenne.map.DataMap
Relationship has been removed.
dbRelationshipRemoved(RelationshipEvent) - Method in class org.apache.cayenne.map.DbEntity
Relationship has been removed.
dbRelationshipRemoved(RelationshipEvent) - Method in interface org.apache.cayenne.map.event.DbRelationshipListener
Relationship has been removed.
dbRelationships - Variable in class org.apache.cayenne.map.ObjRelationship
 
DbRelationshipValidator - Class in org.apache.cayenne.project.validator
 
DbRelationshipValidator() - Constructor for class org.apache.cayenne.project.validator.DbRelationshipValidator
Constructor for DbRelationshipValidator.
dbRelValidator - Static variable in class org.apache.cayenne.project.validator.TreeNodeValidator
 
debug(Object, Throwable) - Method in class org.apache.cayenne.util.ResourceLocator.PredicateLogger
 
debug(Object) - Method in class org.apache.cayenne.util.ResourceLocator.PredicateLogger
 
debugStream - Variable in class org.apache.cayenne.exp.parser.ExpressionParserTokenManager
 
debugStream - Variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
DEC_DIGITS - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
DEC_FLT - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
declaredProperties - Variable in class org.apache.cayenne.property.BaseClassDescriptor
 
decode(Reader) - Method in class org.apache.cayenne.xml.XMLDecoder
Decodes XML wrapped by a Reader into an object.
decode(Reader, String) - Method in class org.apache.cayenne.xml.XMLDecoder
Decodes XML wrapped by a Reader into an object, using the supplied mapping file to guide the decoding process.
decodeBase64(byte[]) - Static method in class org.apache.cayenne.util.Base64Codec
Decodes Base64 data into octects
decodeBoolean(String) - Method in class org.apache.cayenne.xml.XMLDecoder
Decodes an XML element to a Boolean.
decodeDouble(String) - Method in class org.apache.cayenne.xml.XMLDecoder
Decodes an XML element to a Double.
decodeFloat(String) - Method in class org.apache.cayenne.xml.XMLDecoder
Decodes an XML element to a Float.
decodeFromXML(XMLDecoder) - Method in class org.apache.cayenne.CayenneDataObject
 
decodeFromXML(XMLDecoder) - Method in interface org.apache.cayenne.xml.XMLSerializable
Decodes itself from XML using the provided XMLDecoder.
decodeInteger(String) - Method in class org.apache.cayenne.xml.XMLDecoder
Decodes an XML element to an Integer.
decodeList(Reader) - Static method in class org.apache.cayenne.xml.XMLDecoder
Decodes a list of DataObjects.
decodeList(Reader, DataContext) - Static method in class org.apache.cayenne.xml.XMLDecoder
Decodes a list of DataObjects, registering them the supplied DataContext.
decodeList(Reader, String) - Static method in class org.apache.cayenne.xml.XMLDecoder
Decodes a list of DataObjects using the supplied mapping file to guide the decoding process.
decodeList(Reader, String, DataContext) - Static method in class org.apache.cayenne.xml.XMLDecoder
Decodes a list of DataObjects using the supplied mapping file to guide the decoding process, registering them the supplied DataContext.
decodeObject(String) - Method in class org.apache.cayenne.xml.XMLDecoder
Decodes an object from XML.
decodeString(String) - Method in class org.apache.cayenne.xml.XMLDecoder
Decodes an XML element to a String.
deepCopy() - Method in class org.apache.cayenne.exp.Expression
Clones this expression.
DeepMergeOperation - Class in org.apache.cayenne.util
An operation that performs object graph deep merge, terminating merge at unresolved nodes.
DeepMergeOperation(ObjectContext) - Constructor for class org.apache.cayenne.util.DeepMergeOperation
 
DEFAULT - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
DEFAULT - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
DEFAULT_ADAPTER_CLASS - Static variable in class org.apache.cayenne.access.DataNode
Deprecated. since 1.2 unused.
DEFAULT_CLIENT_PACKAGE_PROPERTY - Static variable in class org.apache.cayenne.map.DataMap
Defines the name of the property for default client Java class package.
DEFAULT_CONFIGURATION_CLASS - Static variable in class org.apache.cayenne.conf.Configuration
 
DEFAULT_DISPATCH_THREAD_COUNT - Static variable in class org.apache.cayenne.event.EventManager
 
DEFAULT_DOMAIN_FILE - Static variable in class org.apache.cayenne.conf.Configuration
 
DEFAULT_GENERIC_CLASSES - Static variable in class org.apache.cayenne.map.ObjEntity
A collection of default "generic" entity classes excluded from class generation.
DEFAULT_LOCK_TYPE_PROPERTY - Static variable in class org.apache.cayenne.map.DataMap
Defines the name of the property for default DB schema.
DEFAULT_LOG_LEVEL - Static variable in class org.apache.cayenne.access.QueryLogger
Deprecated. unused since 1.2
DEFAULT_LOG_LEVEL - Static variable in class org.apache.cayenne.access.util.DefaultOperationObserver
Deprecated. Unused since 1.2
DEFAULT_LOGGING_PROPS_FILE - Static variable in class org.apache.cayenne.conf.Configuration
 
DEFAULT_MESSAGE_BUNDLE - Static variable in class org.apache.cayenne.util.LocalizedStringsHandler
 
DEFAULT_PACKAGE_PROPERTY - Static variable in class org.apache.cayenne.map.DataMap
Defines the name of the property for default Java class package.
DEFAULT_PK_CACHE_SIZE - Static variable in class org.apache.cayenne.dba.JdbcPkGenerator
 
DEFAULT_SCHEMA_PROPERTY - Static variable in class org.apache.cayenne.map.DataMap
Defines the name of the property for default DB schema.
DEFAULT_SUPERCLASS_PROPERTY - Static variable in class org.apache.cayenne.map.DataMap
Defines the name of the property for default DB schema.
DEFAULT_TYPE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DEFAULT_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DEFAULT_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DEFAULT_VERSION - Static variable in interface org.apache.cayenne.DataObject
 
DEFAULT_VERSION - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
DefaultClassGenerator - Class in org.apache.cayenne.gen
Extends MapClassGenerator to allow target-specific filesystem locations where the files should go.
DefaultClassGenerator() - Constructor for class org.apache.cayenne.gen.DefaultClassGenerator
 
DefaultClassGenerator(DataMap) - Constructor for class org.apache.cayenne.gen.DefaultClassGenerator
Creates class generator and initializes it with DataMap.
DefaultClassGenerator(DataMap, List) - Constructor for class org.apache.cayenne.gen.DefaultClassGenerator
Creates class generator and initializes it with the list of ObjEntities that will be used in class generation.
DefaultClassGenerator(List) - Constructor for class org.apache.cayenne.gen.DefaultClassGenerator
Deprecated. Use DefaultClassGenerator(DataMap, List) to provide support for v1.2 templates.
defaultClientPackage - Variable in class org.apache.cayenne.map.DataMap
 
DefaultConfiguration - Class in org.apache.cayenne.conf
Subclass of Configuration that uses the System CLASSPATH to locate resources.
DefaultConfiguration() - Constructor for class org.apache.cayenne.conf.DefaultConfiguration
Default constructor.
DefaultConfiguration(String) - Constructor for class org.apache.cayenne.conf.DefaultConfiguration
Constructor with a named domain configuration resource.
DefaultConfiguration(String, ResourceLocator) - Constructor for class org.apache.cayenne.conf.DefaultConfiguration
Creates DefaultConfiguration with specified cayenne project file name and ResourceLocator.
defaultEntity - Variable in class org.apache.cayenne.access.util.DistinctResultIterator
 
defaultLockType - Variable in class org.apache.cayenne.map.DataMap
 
DefaultOperationObserver - Class in org.apache.cayenne.access.util
Simple implementation of OperationObserver interface.
DefaultOperationObserver() - Constructor for class org.apache.cayenne.access.util.DefaultOperationObserver
 
defaultPackage - Variable in class org.apache.cayenne.map.DataMap
 
DefaultResultIterator - Class in org.apache.cayenne.access
Deprecated. Since 1.2 replaced by JDBCResultIterator.
DefaultResultIterator(Connection, Statement, ResultSet, ResultDescriptor, int) - Constructor for class org.apache.cayenne.access.DefaultResultIterator
Deprecated.  
defaultSchema - Variable in class org.apache.cayenne.map.DataMap
 
defaultSingleClassTemplate() - Method in class org.apache.cayenne.gen.MapClassGenerator
 
defaultSubclassTemplate() - Method in class org.apache.cayenne.gen.MapClassGenerator
 
defaultSuperclass - Variable in class org.apache.cayenne.map.DataMap
 
defaultSuperclassTemplate() - Method in class org.apache.cayenne.gen.MapClassGenerator
 
defaultTemplate - Variable in class org.apache.cayenne.query.SQLTemplate
 
DefaultType - Class in org.apache.cayenne.access.types
An ExtendedType that can work with any Java class, providing JDBC-to-Java mapping exactly per JDBC specification.
DefaultType() - Constructor for class org.apache.cayenne.access.types.DefaultType
CreatesDefaultType to read objects from ResultSet using "getObject" method.
DefaultType(String) - Constructor for class org.apache.cayenne.access.types.DefaultType
 
defaultType - Variable in class org.apache.cayenne.access.types.ExtendedTypeMap
 
defaultTypes() - Static method in class org.apache.cayenne.access.types.DefaultType
Returns an Iterator of supported default Java classes (as Strings)
delegate - Variable in class org.apache.cayenne.access.DataPort
 
delegate - Variable in class org.apache.cayenne.access.DbLoader
 
delegate - Variable in class org.apache.cayenne.access.Transaction
 
delegate - Variable in class org.apache.cayenne.conf.ConfigLoader
 
delegate - Variable in class org.apache.cayenne.conf.ConfigSaver
 
DELETE - Static variable in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated.  
delete(String, boolean) - Static method in class org.apache.cayenne.util.Util
Deletes a file or directory, allowing recursive directory deletion.
DeleteBatchQuery - Class in org.apache.cayenne.query
Batched delete query.
DeleteBatchQuery(DbEntity, int) - Constructor for class org.apache.cayenne.query.DeleteBatchQuery
Creates new DeleteBatchQuery.
DeleteBatchQuery(DbEntity, List, Collection, int) - Constructor for class org.apache.cayenne.query.DeleteBatchQuery
Creates new DeleteBatchQuery.
DeleteBatchQueryBuilder - Class in org.apache.cayenne.access.trans
Translator for delete BatchQueries.
DeleteBatchQueryBuilder(DbAdapter) - Constructor for class org.apache.cayenne.access.trans.DeleteBatchQueryBuilder
 
DELETED - Static variable in class org.apache.cayenne.PersistenceState
Describes a state of an object registered with DataContext/ObjectContext, that will be deleted from the database on the next commit.
DeleteDenyException - Exception in org.apache.cayenne.access
Deprecated. since 1.2 moved to org.apache.cayenne package.
DeleteDenyException() - Constructor for exception org.apache.cayenne.access.DeleteDenyException
Deprecated.  
DeleteDenyException(Persistent, String, String) - Constructor for exception org.apache.cayenne.access.DeleteDenyException
Deprecated.  
DeleteDenyException(String) - Constructor for exception org.apache.cayenne.access.DeleteDenyException
Deprecated.  
DeleteDenyException - Exception in org.apache.cayenne
An exception thrown during an attempt to delete an object that has a relationship to a non-null related object, that has a DENY delete rule.
DeleteDenyException() - Constructor for exception org.apache.cayenne.DeleteDenyException
 
DeleteDenyException(String) - Constructor for exception org.apache.cayenne.DeleteDenyException
 
DeleteDenyException(Persistent, String, String) - Constructor for exception org.apache.cayenne.DeleteDenyException
 
deletedIds - Variable in class org.apache.cayenne.access.event.SnapshotEvent
 
deletedObjects() - Method in class org.apache.cayenne.access.DataContext
Returns a list of objects that are registered with this DataContext and have a state PersistenceState.DELETED
deletedObjects() - Method in class org.apache.cayenne.CayenneContext
 
deletedObjects() - Method in interface org.apache.cayenne.ObjectContext
Returns a collection of objects that are registered with this ObjectContext and have a state PersistenceState.DELETED
deleteFile(File) - Method in class org.apache.cayenne.project.Project
 
deleteObject(Persistent) - Method in class org.apache.cayenne.access.DataContext
Schedules an object for deletion on the next commit of this DataContext.
deleteObject(Persistent) - Method in class org.apache.cayenne.CayenneContext
Deletes an object locally, scheduling it for future deletion from the external data store.
deleteObject(Persistent) - Method in interface org.apache.cayenne.ObjectContext
Schedules a persistent object for deletion on next commit.
deleteObjects(Collection) - Method in class org.apache.cayenne.access.DataContext
Schedules all objects in the collection for deletion on the next commit of this DataContext.
DeleteQuery - Class in org.apache.cayenne.query
 
DeleteQuery() - Constructor for class org.apache.cayenne.query.DeleteQuery
Creates empty DeleteQuery.
DeleteQuery(ObjEntity) - Constructor for class org.apache.cayenne.query.DeleteQuery
Creates a DeleteQuery with null qualifier, for the specifed ObjEntity
DeleteQuery(ObjEntity, Expression) - Constructor for class org.apache.cayenne.query.DeleteQuery
Creates a DeleteQuery for the specifed ObjEntity with the given qualifier
DeleteQuery(Class) - Constructor for class org.apache.cayenne.query.DeleteQuery
Creates a DeleteQuery with null qualifier, for the entity which uses the given class
DeleteQuery(Class, Expression) - Constructor for class org.apache.cayenne.query.DeleteQuery
Creates a DeleteQuery for the entity which uses the given class, with the given qualifier
DeleteQuery(String) - Constructor for class org.apache.cayenne.query.DeleteQuery
Creates DeleteQuery with objEntityName parameter.
DeleteQuery(String, Expression) - Constructor for class org.apache.cayenne.query.DeleteQuery
Creates DeleteQuery with objEntityName and qualifier parameters.
DeleteRule - Class in org.apache.cayenne.map
Defines constants for the possible values of ObjRelationship delete rules.
DeleteRule() - Constructor for class org.apache.cayenne.map.DeleteRule
 
deleteRule - Variable in class org.apache.cayenne.map.ObjRelationship
 
deleteRuleForName(String) - Static method in class org.apache.cayenne.map.DeleteRule
Translates a possible delete rule name (typically returned from deleteRuleName at some stage), into a deleteRule constant
deleteRuleName(int) - Static method in class org.apache.cayenne.map.DeleteRule
Returns String label for a delete rule state.
DeleteTranslator - Class in org.apache.cayenne.access.trans
Class implements default translation mechanism of org.apache.cayenne.query.DeleteQuery objects to SQL DELETE statements.
DeleteTranslator() - Constructor for class org.apache.cayenne.access.trans.DeleteTranslator
 
delObjects - Variable in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
DENY - Static variable in class org.apache.cayenne.map.DeleteRule
If the relationship has any objects (toOne or toMany), deny the delete.
DependencySorter - Interface in org.apache.cayenne.access.util
Deprecated. In 1.2 replaced with EntitySorter
DeploymentConfigurator - Class in org.apache.cayenne.tools
A "cdeploy" Ant task providing an Ant frontend to org.apache.cayenne.project.ProjectConfigurator.
DeploymentConfigurator() - Constructor for class org.apache.cayenne.tools.DeploymentConfigurator
Constructor for DeploymentConfigurator.
DerbyAdapter - Class in org.apache.cayenne.dba.derby
DbAdapter implementation for the Derby RDBMS .
DerbyAdapter() - Constructor for class org.apache.cayenne.dba.derby.DerbyAdapter
 
DerbyPkGenerator - Class in org.apache.cayenne.dba.derby
Default PK generator for Derby that uses updateable ResultSet to get the next id from the lookup table.
DerbyPkGenerator() - Constructor for class org.apache.cayenne.dba.derby.DerbyPkGenerator
 
DerbySniffer - Class in org.apache.cayenne.dba.derby
Creates a DerbyAdapter if Apache Derby database is detected.
DerbySniffer() - Constructor for class org.apache.cayenne.dba.derby.DerbySniffer
 
DerivedDbAttribute - Class in org.apache.cayenne.map
A DerivedDbAttribute is a DbAttribute that resolves to an SQL expression based on a set of other attributes.
DerivedDbAttribute() - Constructor for class org.apache.cayenne.map.DerivedDbAttribute
Constructor for DerivedDbAttribute.
DerivedDbAttribute(String) - Constructor for class org.apache.cayenne.map.DerivedDbAttribute
Constructor for DerivedDbAttribute.
DerivedDbAttribute(String, int, DbEntity, String) - Constructor for class org.apache.cayenne.map.DerivedDbAttribute
Constructor for DerivedDbAttribute.
DerivedDbAttribute(DbEntity, DbAttribute) - Constructor for class org.apache.cayenne.map.DerivedDbAttribute
Creates and initializes a derived attribute with an attribute of a parent entity.
DerivedDbEntity - Class in org.apache.cayenne.map
DbEntity subclass that is based on another DbEntity and allows to define complex database expressions like GROUP BY and aggregate functions.
DerivedDbEntity() - Constructor for class org.apache.cayenne.map.DerivedDbEntity
Constructor for DerivedDbEntity.
DerivedDbEntity(String) - Constructor for class org.apache.cayenne.map.DerivedDbEntity
Constructor for DerivedDbEntity.
DerivedDbEntity(String, DbEntity) - Constructor for class org.apache.cayenne.map.DerivedDbEntity
Constructor for DerivedDbEntity.
DESC - Static variable in class org.apache.cayenne.query.Ordering
Symbolic representation of descending ordering criterion.
describeFailures() - Method in class org.apache.cayenne.conf.ConfigStatus
Returns a String description of failed configuration pieces.
describeResultSet(ResultSet, int) - Method in class org.apache.cayenne.access.jdbc.ProcedureAction
Creates a RowDescriptor for result set.
descriptor - Variable in class org.apache.cayenne.access.DefaultResultIterator
Deprecated.  
destDir - Variable in class org.apache.cayenne.gen.DefaultClassGenerator
 
destinationNode - Variable in class org.apache.cayenne.access.DataPort
 
destJar - Variable in class org.apache.cayenne.project.ProjectConfigInfo
 
destNode - Variable in class org.apache.cayenne.tools.DataPortTask
 
destroy() - Method in class org.apache.cayenne.conf.WebApplicationContextFilter
Cleanup callback method that does nothing, as the filter doesn't store any state.
destroy() - Method in class org.apache.cayenne.remote.hessian.service.HessianService
 
destroyService() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
Shuts down this service.
detach(Object, ClassDescriptor, PrefetchTreeNode) - Method in class org.apache.cayenne.util.ObjectDetachOperation
"Detaches" an object from its context by creating an unattached copy.
detectObjectMatch(Expression) - Method in class org.apache.cayenne.access.trans.QualifierTranslator
Called before processing an expression to initialize objectMatchTranslator if needed.
dictionary() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
DID_COMMIT - Static variable in class org.apache.cayenne.access.DataContext
 
DID_ROLLBACK - Static variable in class org.apache.cayenne.access.DataContext
 
didCleanData(DataPort, DbEntity, int) - Method in interface org.apache.cayenne.access.DataPortDelegate
Invoked by DataPort right after the end of data cleanup for a given entity.
didCommit(DataContextEvent) - Method in interface org.apache.cayenne.access.event.DataObjectTransactionEventListener
 
didCommit(Transaction) - Method in interface org.apache.cayenne.access.TransactionDelegate
Called after a Transaction commit.
didInitialize() - Method in class org.apache.cayenne.conf.Configuration
Called after successful completion of Configuration.initialize().
didInitialize() - Method in class org.apache.cayenne.conf.DefaultConfiguration
Default implementation of Configuration.didInitialize().
didPortEntity(DataPort, DbEntity, int) - Method in interface org.apache.cayenne.access.DataPortDelegate
Invoked by DataPort right after the end of data port for a given entity.
didRollback(Transaction) - Method in interface org.apache.cayenne.access.TransactionDelegate
Called after a Transaction is rolledback.
diff - Variable in class org.apache.cayenne.graph.GraphEvent
 
diffId - Variable in class org.apache.cayenne.graph.NodeDiff
 
diffs - Variable in class org.apache.cayenne.graph.CompoundDiff
 
DIGIT - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
direction - Variable in class org.apache.cayenne.map.ProcedureParameter
 
dirty - Variable in class org.apache.cayenne.map.AshwoodEntitySorter
 
disable_tracing() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
disable_tracing() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
DISJOINT_PREFETCH_SEMANTICS - Static variable in class org.apache.cayenne.query.PrefetchTreeNode
 
disjointNodes() - Method in class org.apache.cayenne.query.PrefetchTreeNode
Returns a collection of PrefetchTreeNodes with disjoint semantics.
dispatch(EventListener) - Method in class org.apache.cayenne.dataview.DataObjectChangeEvent
 
dispatch(EventListener) - Method in class org.apache.cayenne.dataview.DispatchableEvent
 
dispatch(DispatchableEvent) - Method in class org.apache.cayenne.dataview.EventDispatcher
 
dispatch(EventListener) - Method in class org.apache.cayenne.dataview.FieldValueChangeEvent
 
DispatchableEvent - Class in org.apache.cayenne.dataview
 
DispatchableEvent(Object) - Constructor for class org.apache.cayenne.dataview.DispatchableEvent
 
dispose() - Method in class org.apache.cayenne.conn.PoolManager
Closes all existing connections, removes them from the pool.
disposeOfMaintenanceThread() - Method in class org.apache.cayenne.conn.PoolManager
 
distinct - Variable in class org.apache.cayenne.query.SelectQuery
 
DISTINCT_DEFAULT - Static variable in class org.apache.cayenne.query.SelectQuery
 
DISTINCT_PROPERTY - Static variable in class org.apache.cayenne.query.SelectQuery
 
DistinctResultIterator - Class in org.apache.cayenne.access.util
A ResultIterator that does in-memory filtering of rows to return only distinct rows.
DistinctResultIterator(ResultIterator, DbEntity, boolean) - Constructor for class org.apache.cayenne.access.util.DistinctResultIterator
Creates new DistinctResultIterator wrapping another ResultIterator.
DIVIDE - Static variable in class org.apache.cayenne.exp.Expression
 
DOComboBoxModel - Class in org.apache.cayenne.dataview
A ComboBoxModel to display DataObjects.
DOComboBoxModel() - Constructor for class org.apache.cayenne.dataview.DOComboBoxModel
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.cayenne.conf.WebApplicationContextFilter
The main worker method that binds a DataContext to the current thread on entry and unbinds it on exit (regardless of whether any exceptions occured in the request).
DOListModel - Class in org.apache.cayenne.dataview
A Swing ListModel wrapping DataObjectList.
DOListModel() - Constructor for class org.apache.cayenne.dataview.DOListModel
 
domain - Variable in class org.apache.cayenne.access.DbGenerator
 
domain - Variable in class org.apache.cayenne.map.event.DomainEvent
 
domain - Variable in class org.apache.cayenne.project.DataNodeConfigInfo
 
domain - Variable in class org.apache.cayenne.remote.service.BaseRemoteService
 
domainAdded(DomainEvent) - Method in interface org.apache.cayenne.map.event.DomainListener
New data map has been created/added.
domainChanged(DomainEvent) - Method in interface org.apache.cayenne.map.event.DomainListener
Domain property (usually - name) changed.
domainConfigurationName - Variable in class org.apache.cayenne.conf.Configuration
 
DomainEvent - Class in org.apache.cayenne.map.event
Represents events resulted from DataDomain changes in CayenneModeler.
DomainEvent(Object, DataDomain) - Constructor for class org.apache.cayenne.map.event.DomainEvent
Creates a domain change event.
DomainEvent(Object, DataDomain, int) - Constructor for class org.apache.cayenne.map.event.DomainEvent
Creates a domain event of a specified type.
DomainEvent(Object, DataDomain, String) - Constructor for class org.apache.cayenne.map.event.DomainEvent
Creates a domain name change event.
DomainListener - Interface in org.apache.cayenne.map.event
For managing the changes in the Domain
domainNames() - Method in interface org.apache.cayenne.conf.ConfigSaverDelegate
 
domainNames() - Method in class org.apache.cayenne.conf.RuntimeSaveDelegate
 
domainRemoved(DomainEvent) - Method in interface org.apache.cayenne.map.event.DomainListener
Domain has been removed.
domains - Variable in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
domains - Variable in class org.apache.cayenne.project.PartialProject
 
DomainValidator - Class in org.apache.cayenne.project.validator
 
DomainValidator() - Constructor for class org.apache.cayenne.project.validator.DomainValidator
Constructor for DomainValidator.
domainValidator - Static variable in class org.apache.cayenne.project.validator.TreeNodeValidator
 
DONE - Static variable in class org.apache.cayenne.util.ObjectContextQueryAction
 
Done() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
doSendMessage(ClientMessage) - Method in class org.apache.cayenne.remote.BaseConnection
The worker method invoked to process message.
doSendMessage(ClientMessage) - Method in class org.apache.cayenne.remote.hessian.HessianConnection
Sends a message to remote Cayenne Hessian service.
doSendMessage(ClientMessage) - Method in class org.apache.cayenne.remote.service.LocalConnection
Dispatches a message to an internal handler.
DOTableModel - Class in org.apache.cayenne.dataview
A Swing TableModel wrapping DataObjectList.
DOTableModel() - Constructor for class org.apache.cayenne.dataview.DOTableModel
 
doTranslation() - Method in class org.apache.cayenne.access.trans.OrderingTranslator
Translates query Ordering list to SQL ORDER BY clause.
doTranslation() - Method in class org.apache.cayenne.access.trans.QualifierTranslator
Translates query qualifier to SQL WHERE clause.
doTranslation() - Method in class org.apache.cayenne.access.trans.QueryAssemblerHelper
Translates the part of parent translator's query that is supported by this PartTranslator.
DOUBLE_QUOTED_STRING - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
DOUBLE_TYPE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DOUBLE_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
DOUBLE_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
driver - Variable in class org.apache.cayenne.conn.DriverDataSource
 
driver - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
DRIVER_KEY - Static variable in class org.apache.cayenne.conf.ConnectionProperties
 
DriverDataSource - Class in org.apache.cayenne.conn
A DataSource implementation wrapping a JDBC driver.
DriverDataSource(String, String) - Constructor for class org.apache.cayenne.conn.DriverDataSource
Creates a new DriverDataSource.
DriverDataSource(Driver, String, String, String) - Constructor for class org.apache.cayenne.conn.DriverDataSource
Creates a new DriverDataSource wrapping a given Driver.
DriverDataSourceFactory - Class in org.apache.cayenne.conf
Creates DataSource objects from XML configuration files that describe a JDBC driver.
DriverDataSourceFactory() - Constructor for class org.apache.cayenne.conf.DriverDataSourceFactory
Creates new DriverDataSourceFactory.
driverFile - Variable in class org.apache.cayenne.project.DataNodeConfigInfo
 
driverInfo - Variable in class org.apache.cayenne.conf.DriverDataSourceFactory
 
dropAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.db2.DB2PkGenerator
Drops PK sequences for all specified DbEntities.
dropAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.frontbase.FrontBasePkGenerator
 
dropAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.JdbcPkGenerator
Drops table named "AUTO_PK_SUPPORT" if it exists in the database.
dropAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
 
dropAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
 
dropAutoPk(DataNode, List) - Method in interface org.apache.cayenne.dba.PkGenerator
Drops any common database objects associated with automatic primary key generation process.
dropAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.sybase.SybasePkGenerator
Drops database objects related to automatic primary key support.
dropAutoPkStatements(List) - Method in class org.apache.cayenne.dba.db2.DB2PkGenerator
Creates a list of DROP SEQUENCE statements for the list of DbEntities.
dropAutoPkStatements(List) - Method in class org.apache.cayenne.dba.JdbcPkGenerator
 
dropAutoPkStatements(List) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
Returns an empty list, since OpenBase doesn't support this operation.
dropAutoPkStatements(List) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
 
dropAutoPkStatements(List) - Method in interface org.apache.cayenne.dba.PkGenerator
Returns SQL string needed to drop database objects associated with automatic primary key generation.
dropAutoPkStatements(List) - Method in class org.apache.cayenne.dba.sybase.SybasePkGenerator
 
dropAutoPkString() - Method in class org.apache.cayenne.dba.frontbase.FrontBasePkGenerator
 
dropAutoPkString() - Method in class org.apache.cayenne.dba.JdbcPkGenerator
 
dropAutoPkString() - Method in class org.apache.cayenne.dba.mysql.MySQLPkGenerator
 
dropPK - Variable in class org.apache.cayenne.access.DbGenerator
 
dropPK - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
dropSequenceString(DbEntity) - Method in class org.apache.cayenne.dba.db2.DB2PkGenerator
Returns DROP SEQUENCE statement.
dropSequenceString(DbEntity) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
Returns a SQL string needed to drop any database objects associated with automatic primary key generation process for a specific DbEntity.
dropTable(DbEntity) - Method in class org.apache.cayenne.dba.AutoAdapter
 
dropTable(DbEntity) - Method in interface org.apache.cayenne.dba.DbAdapter
Returns a SQL string that can be used to drop a database table corresponding to ent parameter.
dropTable(DbEntity) - Method in class org.apache.cayenne.dba.frontbase.FrontBaseAdapter
Adds the CASCADE option to the DROP TABLE clause.
dropTable(DbEntity) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBNoSchemaAdapter
Returns a SQL string to drop a table corresponding to ent DbEntity.
dropTable(DbEntity) - Method in class org.apache.cayenne.dba.JdbcAdapter
Returns a SQL string to drop a table corresponding to ent DbEntity.
dropTable(DbEntity) - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
 
dropTable(DbEntity) - Method in class org.apache.cayenne.dba.oracle.OracleAdapter
Returns a query string to drop a table corresponding to ent DbEntity.
dropTable(DbEntity) - Method in class org.apache.cayenne.dba.postgres.PostgresAdapter
Adds the CASCADE option to the DROP TABLE clause.
dropTables - Variable in class org.apache.cayenne.access.DbGenerator
 
dropTables - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright © 2001-2006 Apache.org All Rights Reserved.