| Name | Description | Type | Package | Framework |
| AbstractQuery | A common superclass of Cayenne queries. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| AbstractToDbToken | Common abstract superclass for all MergerTokens going from the model to theConstructor SummaryAbstractToDbToken() | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| AbstractToModelToken | Common abstract superclass for all MergerTokens going from the database to theConstructor SummaryAbstractToModelToken() | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| AbstractType | A convenience superclass of ExtendedType implementations. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| Accessor | An accessor of a property value. | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| AccessorVisitor | An enhancer that adds interceptor code to the getters and setters. | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| AddColumnToDb | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| AddColumnToModel | A MergerToken to add a DbAttribute to a DbEntity. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| AddRelationshipToDb | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| AddRelationshipToModel | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| AggregateConditionNode | Superclass of aggregated conditional nodes such as NOT, AND, OR. | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| AggregateConditionNode | Superclass of aggregated conditional nodes such as NOT, AND, OR. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ApplicationProject | Represents Cayenne application project. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ApplicationProjectFile | ApplicationProjectFile is a ProjectFile abstraction of the main project file in a Cayenne project. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ArcCreateOperation | | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| ArcDeleteOperation | | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| ArcProperty | | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| AshwoodEntitySorter | Presently it works for acyclic database schemas with possible multi-reflexive tables. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| ASTAdd | See Also:Serialized FormFields inherited from class org. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTAnd | | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTBetween | "Between" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTDbPath | Path expression traversing DB relationships and attributes. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTDivide | "Divide" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTEqual | "Equal To" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTFalse | Boolean false expression element Notice that there is one ASTTrue and one ASTFalse instead of a ASTBoolean with a | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTGreater | "Greate Than" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTGreaterOrEqual | "Greater Than Or Equal To" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTIn | See Also:Serialized FormFields inherited from class org. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTLess | "Less Then" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTLessOrEqual | "Less than or equal to" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTLike | See Also:Serialized FormFields inherited from class org. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTLikeIgnoreCase | "Case insensitive like" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTList | A leaf expression representing an immutable collection of values. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTMultiply | "Multiply" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTNamedParameter | A named expression parameter. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTNegate | "Negate" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTNot | | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTNotBetween | "Not Between" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTNotEqual | "Not equal to" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTNotIn | "Not In" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTNotLike | "Not Like" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTNotLikeIgnoreCase | "Not like, ignore case" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTObjPath | See Also:Serialized FormFields inherited from class org. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTOr | | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTPath | Generic path expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTScalar | A scalar value wrapper expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTSubtract | "Subtract" expression. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ASTTrue | Boolean true expression element Notice that there is one ASTTrue and one ASTFalse instead of a ASTBoolean with a Boolean value. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| Attribute | Defines a property descriptor that is a part of an Entity. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| AttributeEvent | Represents events resulted from Attribute changes in CayenneModeler. | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| AttributeProperty | Represents a simple object property. | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| AutoAdapter | A DbAdapter that automatically detects the kind of database it is running on and instantiates an appropriate DB-specific adapter, delegating all subsequent method calls | Class | org.apache.cayenne.dba | Apache Cayenne |
|
| Base64Codec | Provides Base64 encoding and decoding as defined by RFC 2045. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| BaseArcProperty | A base implementation of the ArcProperty. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| BaseConnection | A common base class for concrete ClientConnection implementations. | Class | org.apache.cayenne.remote | Apache Cayenne |
|
| BaseContext | A common base superclass for Cayenne ObjectContext implementors. | Class | org.apache.cayenne | Apache Cayenne |
|
| BaseProperty | An abstract property descriptor that delegates property access to an Accessor. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| BaseRemoteService | A generic implementation of an RemoteService. | Class | org.apache.cayenne.remote.service | Apache Cayenne |
|
| BaseSchemaUpdateStrategy | | Class | org.apache.cayenne.access.dbsync | Apache Cayenne |
|
| BaseSQLAction | A convenience superclass for SQLAction implementations. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| BaseToManyProperty | A generic superclass of CollectionProperty implementations. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| BaseToOneProperty | A convenience base superclass for ToOneProperty implementors. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| BasicNamingStrategy | BasicNamingStrategy is an naming strategy that creates names in Cayenne's old-fashioned manner, i. | Class | org.apache.cayenne.map.naming | Apache Cayenne |
|
| BatchAction | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| BatchQuery | BatchQuery and its descendants allow to group similar data for the batch database modifications, including inserts, updates and deletes. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| BatchQueryBuilder | Superclass of batch query translators. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| BatchQueryBuilderFactory | Factory which creates BatchQueryBuilders for different types of queries, which, in their turn, create SQL strings | Interface | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| BeanAccessor | A property accessor that uses set/get methods following JavaBean naming conventions. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| BeanValidationFailure | ValidationFailure implementation that described a failure of a single named property of a Java Bean object. | Class | org.apache.cayenne.validation | Apache Cayenne |
|
| BigDecimalType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| BigIntegerType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| BindDirective | A custom Velocity directive to create a PreparedStatement parameter text. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| BindEqualDirective | A custom Velocity directive to create a PreparedStatement parameter text for "= ?". | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| BindNotEqualDirective | A custom Velocity directive to create a PreparedStatement parameter text for "Fields inherited from class org. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| BindObjectEqualDirective | A custom Velocity directive to create a set of SQL conditions to match an ObjectId of an object. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| BindObjectNotEqualDirective | A custom Velocity directive to create a set of SQL conditions to check unequality of an ObjectId of an object. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| BooleanType | Handles java. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| BootstrapMessage | A message sent to a remote service to request Cayenne mapping info. | Class | org.apache.cayenne.remote | Apache Cayenne |
|
| ByteArrayType | Handles byte[], mapping it as either of JDBC types - BLOB or (VAR)BINARY. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| ByteType | Handles java. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| CalendarType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| CallbackDescriptor | A mapping descriptor of a single callback event. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| CallbackMap | A generic descriptor of a set of standard lifecycle callbacks. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| CapsStrategy | enum CapsStrategyextends EnumDefines forced capitalization of the result column names in the DataRow. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| CayenneContext | A default generic implementation of ObjectContext suitable for accessing Cayenne from either an ORM or a client tiers. | Class | org.apache.cayenne | Apache Cayenne |
|
| CayenneDataObject | A default implementation of DataObject interface. | Class | org.apache.cayenne | Apache Cayenne |
|
| CayenneEnhancerVisitorFactory | EnhancerVisitorFactory implementation based on Cayenne mapping. | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| CayenneEvent | Common superclass for events passed from the EventManager to Listeners; encapsulates optional event information. | Class | org.apache.cayenne.event | Apache Cayenne |
|
| CayenneException | A generic checked exception that may be thrown by Cayenne framework. | Class | org.apache.cayenne | Apache Cayenne |
|
| CayenneInstrumentationFactory | An instrumentation factory based on CayenneAgent. | Class | org.apache.cayenne.instrument | Apache Cayenne |
|
| CayenneMap | A CayenneMap is a specialized double-linked sorted map class. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| CayenneMapEntry | Defining a double-linked named entry in CayenneMap. | Interface | org.apache.cayenne.util | Apache Cayenne |
|
| CayenneRuntimeException | A generic unchecked exception that may be thrown by Cayenne framework. | Class | org.apache.cayenne | Apache Cayenne |
|
| CayenneUserDir | CayenneUserDir represents a directory where all Cayenne-related information is stored on the user machine. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ChainDirective | A custom Velocity directive to conditionally join a number of chunks. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| CharType | Handles java. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| ChildDiffLoader | A GraphChangeHandler that loads child ObjectContext diffs into a parent ObjectContext. | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| ChunkDirective | A custom Velocity directive to describe a conditional chunk of a chain. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| ClassDescriptor | A runtime descriptor of an persistent class. | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| ClassDescriptorFactory | A factory of ClassDescriptor instances. | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| ClassDescriptorMap | An object that holds class descriptors for mapped entities, compiling new descriptors on demand using an internal chain of descriptor factories. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| ClasspathResourceFinder | A ResourceFinder that looks up resources in the classpath. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ClientChannel | A DataChannel implementation that accesses a remote server via a ClientConnection. | Class | org.apache.cayenne.remote | Apache Cayenne |
|
| ClientConnection | A connection object used to interact with a remote Cayenne server. | Interface | org.apache.cayenne.remote | Apache Cayenne |
|
| ClientMessage | | Interface | org.apache.cayenne.remote | Apache Cayenne |
|
| ClientServerChannel | A DataChannel that provides a server-side end of the bridge between client and server objects in a Remote Object Persistence stack. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| ColumnDescriptor | A descriptor of a ResultSet column. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| CompoundDiff | A GraphDiff that is a list of other GraphDiffs. | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| ConditionNode | Superclass of conditional expressions. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ConfigLoader | Class that performs runtime loading of Cayenne configuration. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigLoaderDelegate | Interface that defines callback API used by ConfigLoader to process loaded configuration. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigSaver | Class that does saving of Cayenne configuration. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigSaverDelegate | Defines a set of callback methods that provide information to ConfigSaver when Cayenne project is saved. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigStatus | Interface defines API to check the status of Cayenne configuration. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| Configuration | This class is an entry point to Cayenne. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ConfigurationException | A runtime exception thrown on failures in Cayenne configuration. | Class | org.apache.cayenne | Apache Cayenne |
|
| ConnectionEventLoggingDelegate | A callback API to used by DriverDataSource and PoolManager to notify of connection events. | Interface | org.apache.cayenne.conn | Apache Cayenne |
|
| ConnectionLogger | Adapts QueryLogger to be used as a ConnectionEventLoggingDelegate with Cayenne | Class | org.apache.cayenne.access | Apache Cayenne |
|
| ConnectionProperties | ConnectionProperties handles a set of DataSourceInfo objects using information stored in $HOME/. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ConnectionWrapper | ConnectionWrapper is a java. | Class | org.apache.cayenne.conn | Apache Cayenne |
|
| ContainerPoolFactory | Basic JNDI object factory that creates an instance of PoolManager that has been configured based on the | Class | org.apache.cayenne.conn | Apache Cayenne |
|
| ConversionUtil | A collection of static conversion utility methods. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| CreateIfNoSchemaStrategy | Fields inherited from class org. | Class | org.apache.cayenne.access.dbsync | Apache Cayenne |
|
| CreateTableToDb | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| CreateTableToModel | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| DataChannel | DataChannel is an abstraction used by ObjectContexts to obtain mapping metadata and access a persistent store. | Interface | org.apache.cayenne | Apache Cayenne |
|
| DataChannelListener | A listener of DataChannel lifecycle events. | Interface | org.apache.cayenne | Apache Cayenne |
|
| DataContext | The most common implementation of ObjectContext. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DataContextDelegate | 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. | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| DataContextFactory | An interface for creating DataContexts. | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| DataDomain | DataDomain performs query routing functions in Cayenne. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DataDomainLegacyQueryAction | | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DataMap | Stores a collection of related mapping objects that describe database and object layers of an application. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DataMapEvent | An events describing a DataMap change. | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| DataMapFile | DataMapFile is a ProjectFile abstraction of the DataMap file in a Cayenne project. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| DataMapListener | An interface for a listener interested in DataMap changes. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| DataMapProject | Cayenne project that consists of a single DataMap. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| DataMapValidator | Validator for DataMaps. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| DataNode | An abstraction of a single physical data storage. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DataNodeConfigInfo | Stores information necessary to reconfigure nodes of existing projects. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| DataNodeEvent | Represents events resulted from DataNode changes See Also:Serialized Form | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| DataNodeFile | DataNodeFile is a ProjectFile abstraction of the DataNode file in a Cayenne project. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| DataNodeListener | | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| DataNodeValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| DataObject | Defines basic methods for a persistent object in Cayenne. | Interface | org.apache.cayenne | Apache Cayenne |
|
| DataObjectDescriptorFactory | | Class | org.apache.cayenne.reflect.generic | Apache Cayenne |
|
| DataObjectMatchTranslator | | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| DataObjectUtils | A collection of utility methods to work with DataObjects. | Class | org.apache.cayenne | Apache Cayenne |
|
| DataPort | An engine to port data between two DataNodes. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DataPortDelegate | Interface for callback and delegate methods allowing implementing classes to control various aspects of data porting via DataPort. | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| DataRow | DataRow a map that holds values retrieved from the database for a given query row. | Class | org.apache.cayenne | Apache Cayenne |
|
| DataRowStore | A fixed size cache of DataRows keyed by ObjectId. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DataSourceFactory | A pluggable factory for javax. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| DataSourceInfo | Helper JavaBean class that holds DataSource login information. | Class | org.apache.cayenne.conn | Apache Cayenne |
|
| DateType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| DB2Adapter | DbAdapter implementation for the DB2 RDBMS . | Class | org.apache.cayenne.dba.db2 | Apache Cayenne |
|
| DB2MergerFactory | | Class | org.apache.cayenne.dba.db2 | Apache Cayenne |
|
| DB2PkGenerator | A sequence-based PK generator used by DB2Adapter. | Class | org.apache.cayenne.dba.db2 | Apache Cayenne |
|
| DB2QualifierTranslator | Fields inherited from class org. | Class | org.apache.cayenne.dba.db2 | Apache Cayenne |
|
| DB2Sniffer | | Class | org.apache.cayenne.dba.db2 | Apache Cayenne |
|
| DbAdapter | Defines API needed to handle differences between various databases accessed via JDBC. | Interface | org.apache.cayenne.dba | Apache Cayenne |
|
| DbAdapterFactory | Defines a conditional factory for a specific DbAdapter. | Interface | org.apache.cayenne.dba | Apache Cayenne |
|
| DbAttribute | A DbAttribute defines a descriptor for a single database table column. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DbAttributeListener | For managing the changes in the DbAttribute. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| DbAttributeValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| DBCPDataSourceFactory | A DataSourceFactory that creates a connection pool based on Apache Jakarta commons-dbcp. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| DbEntity | A DbEntity is a mapping descriptor that defines a structure of a database table. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DbEntityListener | Defines a listener for DbEntity modification events. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| DbEntityValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| DbGenerator | Utility class that generates database schema based on Cayenne mapping. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DbJoin | Defines a join between two attributes of a given relationship. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DbKeyGenerator | DbKeyGenerator is an abstraction of a primary key generator It configures the primary key generation per DbEntity in a RDBMS independent manner. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DbLoader | Utility class that does reverse engineering of the database. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DbLoaderDelegate | DbLoaderDelegate defines API that allows to control the behavior of DbLoader during the database reverse-engineering. | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| DbMerger | Traverse a DataNode and a DataMap and create a group of MergerTokens to alter the DataNode data store to match the | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| DbRelationship | A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DbRelationshipDetected | A subclass of DbRelationship to hold some extra runtime information. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DbRelationshipListener | For managing the changes in the DbRelationship. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| DbRelationshipValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| DeepMergeOperation | | Class | org.apache.cayenne.util | Apache Cayenne |
|
| DefaultBatchQueryBuilderFactory | Default implementation of BatchQueryBuilderFactory. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| DefaultConfiguration | Subclass of Configuration that uses the System CLASSPATH to locate resources. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| DefaultOperationObserver | Simple implementation of OperationObserver interface. | Class | org.apache.cayenne.access.util | Apache Cayenne |
|
| DefaultType | An ExtendedType that can work with any Java class, providing JDBC-to-Java mapping exactly per JDBC specification. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| DefaultValueForNullProvider | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| DeleteBatchQuery | Batched delete query. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| DeleteBatchQueryBuilder | Translator for delete BatchQueries. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| DeleteDenyException | 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. | Class | org.apache.cayenne | Apache Cayenne |
|
| DeleteQuery | See Also:Serialized FormFields inherited from class org. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| DeleteRule | Defines constants for the possible values of ObjRelationship delete rules. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DeleteRuleUpdater | DeleteRuleUpdater is responsible for auto-setting delete rules for object relationshipsConstructor SummaryDeleteRuleUpdater() | Class | org.apache.cayenne.util | Apache Cayenne |
|
| DeleteTranslator | Class implements default translation mechanism of org. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| DerbyAdapter | DbAdapter implementation for the Derby RDBMS . | Class | org.apache.cayenne.dba.derby | Apache Cayenne |
|
| DerbyMergerFactory | | Class | org.apache.cayenne.dba.derby | Apache Cayenne |
|
| DerbyPkGenerator | Default PK generator for Derby that uses updateable ResultSet to get the next id fromFields inherited from class org. | Class | org.apache.cayenne.dba.derby | Apache Cayenne |
|
| DerbyQualifierTranslator | Fields inherited from class org. | Class | org.apache.cayenne.dba.derby | Apache Cayenne |
|
| DerbySniffer | Creates a DerbyAdapter if Apache Derby database is detected. | Class | org.apache.cayenne.dba.derby | Apache Cayenne |
|
| DetectedDbEntity | A DbEntity subclass used to hold extra JDBC metadata. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| DistinctResultIterator | A ResultIterator that does in-memory filtering of rows to return only distinct rows. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| DistinctResultIterator | Fields inherited from class org. | Class | org.apache.cayenne.access.util | Apache Cayenne |
|
| DomainEvent | Represents events resulted from DataDomain changes See Also:Serialized Form | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| DomainListener | | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| DomainStoppedException | An exception thrown on attempts to access a DataDomain after it was explicitly shutSince:3. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| DomainValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| DoubleEnhanceException | An exception thrown from within enhancer visitors to indicate that the class is already enhanced and enhancement run should be stopped. | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| DoubleType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| DriverDataSource | A non-pooling DataSource implementation wrapping a JDBC driver. | Class | org.apache.cayenne.conn | Apache Cayenne |
|
| DriverDataSourceFactory | Creates DataSource objects from XML configuration files that describe a JDBC driver. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| DropColumnToDb | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| DropColumnToModel | A MergerToken to remove a DbAttribute from a DbEntity. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| DropRelationshipToDb | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| DropRelationshipToModel | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| DropTableToDb | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| DropTableToModel | A MergerToken to remove a DbEntity from a DataMap. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| EJBQL | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAbs | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAbstractSchemaName | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAction | Parses an EJBQL statement, converting it to SQL. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLAdd | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAggregate | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAggregateColumn | An aggregate column expression. | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAll | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAnd | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAny | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAscending | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLAverage | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLBaseVisitor | A noop implementation of the EJBQL visitor that returns same preset boolean value from all methods. | Class | org.apache.cayenne.ejbql | Apache Cayenne |
|
| EJBQLBetween | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLBooleanLiteral | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EjbqlBuilder | | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EJBQLClassName | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLCompiledExpression | Represents an EJB QL expression "compiled" in the context of a certain mapping. | Interface | org.apache.cayenne.ejbql | Apache Cayenne |
|
| EJBQLConcat | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLConditionTranslator | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLConstants | Token literal values and constants. | Interface | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLConstructor | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLConstructorParameter | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLConstructorParameters | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLCount | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLCurrentDate | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLCurrentTime | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLCurrentTimestamp | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLDbPath | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLDbPathTranslator | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLDecimalLiteral | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLDelete | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLDeleteTranslator | A translator of EJBQL DELETE statements into SQL. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLDescending | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLDistinct | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLDivide | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLEquals | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLEscapeCharacter | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLException | An exception thrown on errors during parsing EJBQL statements. | Class | org.apache.cayenne.ejbql | Apache Cayenne |
|
| EJBQLExists | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLExpression | An abstract EJBQL expression interface. | Interface | org.apache.cayenne.ejbql | Apache Cayenne |
|
| EJBQLExpressionVisitor | A visitor interface to inspect the EJBQL expression tree. | Interface | org.apache.cayenne.ejbql | Apache Cayenne |
|
| EJBQLFrom | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLFromItem | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLFromTranslator | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLGreaterOrEqual | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLGreaterThan | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLGroupBy | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLHaving | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLIdentificationVariable | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLIdentifier | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLIn | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLInnerFetchJoin | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLInnerJoin | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLIntegerLiteral | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLIsEmpty | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLIsNull | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLJoin | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLJoinAppender | Handles appending joins to the content buffer at a marked position. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLLength | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLLessOrEqual | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLLessThan | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLLike | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLLocate | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLLower | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLMax | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLMemberOf | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLMin | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLMod | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLMultiColumnOperand | A holder of multi-column match condition operand. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLMultiply | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLNamedInputParameter | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLNegative | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLNot | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLNotEquals | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLOr | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLOrderBy | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLOrderByItem | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLOuterFetchJoin | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLOuterJoin | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLParser | An abstract definition of EJBQL query parser. | Interface | org.apache.cayenne.ejbql | Apache Cayenne |
|
| EJBQLParserFactory | Creates EJBQLParser based on the system settings. | Class | org.apache.cayenne.ejbql | Apache Cayenne |
|
| EJBQLPath | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLPathTranslator | A translator that walks the relationship/attribute path, appending joins to the query. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLPatternValue | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLPositionalInputParameter | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLQuery | An EJBQL query representation in Cayenne. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| EJBQLQueryValidator | | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| EJBQLSelect | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSelectClause | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSelectColumnsTranslator | Translator of the EJBQL select clause. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLSelectExpression | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSelectExpressions | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSelectTranslator | A translator of EJBQL SELECT statements into SQL. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLSize | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSqrt | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLStringLiteral | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSubselect | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSubstring | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSubtract | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLSum | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTok | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTokenManager | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTranslationContext | A context used for translating of EJBQL to SQL. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLTranslatorFactory | Defines a factory for translation visitors of EJBQL. | Interface | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| EJBQLTreeConstants | | Interface | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTrim | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTrimBoth | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTrimCharacter | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTrimLeading | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTrimSpecification | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLTrimTrailing | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLUpdate | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLUpdateField | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLUpdateItem | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLUpdateValue | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLUpper | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| EJBQLWhere | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| Embeddable | A mapping descriptor of an embeddable class. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EmbeddableAttribute | A persistent attribute of an embeddable object. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EmbeddableAttributeEvent | | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| EmbeddableAttributeListener | | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| EmbeddableAttributeValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| EmbeddableDescriptor | | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| EmbeddableEvent | | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| EmbeddableListener | | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| EmbeddableValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| EmbeddableVisitor | | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| EmbeddedAttribute | An attribute of the ObjEntity that maps to an embeddable class. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EmbeddedFieldAccessor | An accessor for fields storing embedded objects. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| EnhancedPojoDescriptorFactory | A ClassDescriptorFactory used to create descriptors for the enhanced POJO's. | Class | org.apache.cayenne.reflect.pojo | Apache Cayenne |
|
| EnhancementHelper | | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| Enhancer | A ClassFileTransformer that delegates class enhancement to a chain of ASM transformers provided by the EnhancerVisitorFactory. | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| EnhancerVisitorFactory | A factory for the ASM ClassVisitors used during class enhancement. | Interface | org.apache.cayenne.enhancer | Apache Cayenne |
|
| Entity | An Entity is an abstract descriptor for an entity mapping concept. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EntityEvent | Represents events resulted from Entity changes in CayenneModeler. | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| EntityInheritanceTree | | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EntityListener | A mapping descriptor of an entity listener class that declares one or more callback methods to be notified of the entity events. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EntityListenerFactory | A factory used to create entity listeners. | Interface | org.apache.cayenne.map | Apache Cayenne |
|
| EntityMergeListener | EntityMergeListener interface defines API useful for listening to EntityMergeSupport processing. | Interface | org.apache.cayenne.util | Apache Cayenne |
|
| EntityMergeSupport | | Class | org.apache.cayenne.util | Apache Cayenne |
|
| EntityResolver | Represents a virtual shared namespace for zero or more DataMaps. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EntityResult | A metadata object that provides mapping of a set of result columns to an ObjEntity. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| EntityResultSegment | A "compiled" version of a EntityResult descriptor. | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| EntitySorter | Defines API for sorting of Cayenne entities based on their mutual dependencies. | Interface | org.apache.cayenne.map | Apache Cayenne |
|
| EnumSerializerProxy | A JDK14 compatible wrapper for JDK15 EnumSerializer proxy. | Class | org.apache.cayenne.remote.hessian | Apache Cayenne |
|
| EnumType | An ExtendedType that handles an enum class. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| EODbAttribute | EOModel-friendly DbAttribute subclass. | Class | org.apache.cayenne.wocompat | Apache Cayenne |
|
| EOModelHelper | Helper class used by EOModelProcessor. | Class | org.apache.cayenne.wocompat | Apache Cayenne |
|
| EOModelProcessor | Class for converting stored Apple EOModel mapping files to Cayenne DataMaps. | Class | org.apache.cayenne.wocompat | Apache Cayenne |
|
| EOObjAttribute | An ObjAttribute extension that accomodates EOModel attributes. | Class | org.apache.cayenne.wocompat | Apache Cayenne |
|
| EOObjEntity | An extension of ObjEntity used to accomodate extra EOModel entity properties. | Class | org.apache.cayenne.wocompat | Apache Cayenne |
|
| EOQuery | A descriptor of SelectQuery loaded from EOModel. | Class | org.apache.cayenne.wocompat | Apache Cayenne |
|
| EOSQLQuery | A descriptor of SQLTemplate loaded from EOModel. | Class | org.apache.cayenne.wocompat | Apache Cayenne |
|
| EqualsBuilder | Assists in implementing Object. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| EventBridge | An object that passes events between a local EventManager and some other event dispatch mechanism. | Class | org.apache.cayenne.event | Apache Cayenne |
|
| EventBridgeFactory | Defines a factory to dynamically create EventBridge instances. | Interface | org.apache.cayenne.event | Apache Cayenne |
|
| EventManager | This class acts as bridge between an Object that wants to inform others about its current state or a change thereof (Publisher) and a list of objects interested in the | Class | org.apache.cayenne.event | Apache Cayenne |
|
| EventSubject | This class encapsulates the String that is used to identify the subject that a listener is interested in. | Class | org.apache.cayenne.event | Apache Cayenne |
|
| EventUtil | Contains access stack events related utility methods. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| ExecutingMergerContext | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| ExportedKey | ExportedKey is an representation of relationship between two tables in database. | Class | org.apache.cayenne.map.naming | Apache Cayenne |
|
| Expression | Superclass of Cayenne expressions that defines basic API for expressions use. | Class | org.apache.cayenne.exp | Apache Cayenne |
|
| ExpressionException | RuntimeException subclass thrown in cases of errors during expressions creation/parsing. | Class | org.apache.cayenne.exp | Apache Cayenne |
|
| ExpressionFactory | Helper class to build expressions. | Class | org.apache.cayenne.exp | Apache Cayenne |
|
| ExpressionParameter | Named parameter for paramterized expressions. | Class | org.apache.cayenne.exp | Apache Cayenne |
|
| ExpressionParser | Parser of Cayenne Expressions. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ExpressionParserConstants | Token literal values and constants. | Interface | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ExpressionParserTokenManager | | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ExpressionParserTreeConstants | | Interface | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ExtendedEnumeration | An interface that Enum classes may implement to map enum instances to arbitrary DB values that do not match the enum names or positions. | Interface | org.apache.cayenne | Apache Cayenne |
|
| ExtendedEnumType | An ExtendedType that handles a Java Enum based upon the Cayenne ExtendedEnumeration interface. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| ExtendedType | Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements. | Interface | org.apache.cayenne.access.types | Apache Cayenne |
|
| ExtendedTypeFactory | | Interface | org.apache.cayenne.access.types | Apache Cayenne |
|
| ExtendedTypeMap | Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| Fault | Represents a placeholder for an unresolved relationship from a source object. | Class | org.apache.cayenne | Apache Cayenne |
|
| FaultFactory | | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| FaultFailureException | A runtime exception thrown when DataObject. | Class | org.apache.cayenne | Apache Cayenne |
|
| FieldAccessor | A PropertyAccessor that performs direct Field access. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| FieldEmbeddableDescriptor | A default POJO embeddable descriptor. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| FileConfiguration | | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| FlatProjectView | FlatProjectView converts a project tree into a list of nodes, thus flattening the tree. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| FloatType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| FrontBaseAdapter | DbAdapter implementation for FrontBase RDBMS. | Class | org.apache.cayenne.dba.frontbase | Apache Cayenne |
|
| FrontBasePkGenerator | Fields inherited from class org. | Class | org.apache.cayenne.dba.frontbase | Apache Cayenne |
|
| FrontBaseSniffer | | Class | org.apache.cayenne.dba.frontbase | Apache Cayenne |
|
| GenericResponse | A simple serializable implementation of QueryResponse. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| GetterVisitor | | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| GraphChangeHandler | Defines callback API that can be used by object graph nodes to notify of their state changes. | Interface | org.apache.cayenne.graph | Apache Cayenne |
|
| GraphDiff | Represents a change in an object graph. | Interface | org.apache.cayenne.graph | Apache Cayenne |
|
| GraphDiffCompressor | A utility class that removes redundant and mutually exclusive graph changes from theConstructor SummaryGraphDiffCompressor() | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| GraphEvent | An event indicating a change in the object graph. | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| GraphManager | Represents a generic "managed" graph with nodes mapped by their ids. | Interface | org.apache.cayenne.graph | Apache Cayenne |
|
| GraphMap | A base implementation of GraphManager that stores graph nodes keyed by their ids. | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| H2Adapter | Fields inherited from class org. | Class | org.apache.cayenne.dba.h2 | Apache Cayenne |
|
| H2MergerFactory | | Class | org.apache.cayenne.dba.h2 | Apache Cayenne |
|
| H2Sniffer | | Class | org.apache.cayenne.dba.h2 | Apache Cayenne |
|
| HashCodeBuilder | Assists in implementing Object. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| HessianConfig | A utility class that configures Hessian serialization properties using reflection. | Class | org.apache.cayenne.remote.hessian | Apache Cayenne |
|
| HessianConnection | An ClientConnection that passes messages to a remotely deployed HessianService. | Class | org.apache.cayenne.remote.hessian | Apache Cayenne |
|
| HessianService | An implementation of RemoteService using binary Hessian protocol. | Class | org.apache.cayenne.remote.hessian.service | Apache Cayenne |
|
| HessianServlet | An extension of the com. | Class | org.apache.cayenne.remote.hessian.service | Apache Cayenne |
|
| HessianUtil | Hessian related utilities. | Class | org.apache.cayenne.remote.hessian.service | Apache Cayenne |
|
| HSQLDBAdapter | DbAdapter implementation for the HSQLDB RDBMS . | Class | org.apache.cayenne.dba.hsqldb | Apache Cayenne |
|
| HSQLDBNoSchemaAdapter | A flavor of HSQLDBAdapter that implements workarounds for some old driver limitations. | Class | org.apache.cayenne.dba.hsqldb | Apache Cayenne |
|
| HSQLDBProcedureTranslator | Works around HSQLDB's pickiness about stored procedure syntax. | Class | org.apache.cayenne.dba.hsqldb | Apache Cayenne |
|
| HSQLDBSniffer | Detects HSQLDB database from JDBC metadata. | Class | org.apache.cayenne.dba.hsqldb | Apache Cayenne |
|
| HSQLMergerFactory | | Class | org.apache.cayenne.dba.hsqldb | Apache Cayenne |
|
| HttpRemoteService | A RemoteService implementation that stores server context information in HTTP sessions. | Class | org.apache.cayenne.remote.service | Apache Cayenne |
|
| IdMapKeyAccessor | A stateless read-only accessor of the map key value that is based on the Persistent object id. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| IDUtil | helper class to generate pseudo-GUID sequences. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| IncrementalFaultList | A synchronized list that serves as a container of DataObjects. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| IncrementalListResponse | A QueryResponse that contains a sublist of the query result. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| IndexedListProperty | A CollectionProperty that uses IndexPropertyList. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| IndexPropertyList | A List implementation that would maintain its internal ordering based on some object numeric "index" property. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| IndirectQuery | A convenience superclass of the queries that resolve into some other queries during the routing phase. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| IngresAdapter | DbAdapter implementation for Ingres. | Class | org.apache.cayenne.dba.ingres | Apache Cayenne |
|
| IngresPkGenerator | Ingres-specific sequence based PK generator. | Class | org.apache.cayenne.dba.ingres | Apache Cayenne |
|
| IngresSniffer | Detects Ingres database from JDBC metadata. | Class | org.apache.cayenne.dba.ingres | Apache Cayenne |
|
| InsertBatchQuery | Batched INSERT query. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| InsertBatchQueryBuilder | Translator of InsertBatchQueries. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| InstrumentationFactory | An interface for pluggable instrumentation agent. | Interface | org.apache.cayenne.instrument | Apache Cayenne |
|
| InstrumentUtil | Instrumentation utilities. | Class | org.apache.cayenne.instrument | Apache Cayenne |
|
| IntegerType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| Invocation | Invocation represents a dynamic method invocation bound to a specific target. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| IteratedSelectObserver | OperationObserver that is used to track the execution of SelectQueries with results returned as ResultIterator. | Class | org.apache.cayenne.access.util | Apache Cayenne |
|
| JavaCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| JavaCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| JavaGroupsBridge | communication software. | Class | org.apache.cayenne.event | Apache Cayenne |
|
| JavaGroupsBridgeFactory | Factory to create JavaGroupsBridge instances. | Class | org.apache.cayenne.event | Apache Cayenne |
|
| JdbcActionBuilder | A factory of default SQLActions. | Class | org.apache.cayenne.dba | Apache Cayenne |
|
| JdbcAdapter | A generic DbAdapter implementation. | Class | org.apache.cayenne.dba | Apache Cayenne |
|
| JdbcEJBQLTranslatorFactory | A default EJBQLTranslatorFactory. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| JdbcPkGenerator | Default primary key generator implementation. | Class | org.apache.cayenne.dba | Apache Cayenne |
|
| JDBCResultIterator | A ResultIterator over the underlying JDBC ResultSet. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| JJTEJBQLState | | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| JMSBridge | Service). | Class | org.apache.cayenne.event | Apache Cayenne |
|
| JMSBridgeFactory | Factory to create JMSBridge instances. | Class | org.apache.cayenne.event | Apache Cayenne |
|
| JNDIDataSourceFactory | Looks up DataSource objects via JNDI. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| JoinStack | Encapsulates join reuse/split logic used in SelectQuery processing. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| JoinTreeNode | | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| JoinType | enum JoinTypeextends EnumEnumerates supported JOIN types. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| LazyClassDescriptorDecorator | A ClassDescriptor wrapper that compiles decorated descriptor lazily on first access. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| LifecycleCallbackRegistry | A registry of lifecycle callbacks for all callback event types. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| LifecycleEvent | enum LifecycleEventextends EnumDefines possible object lifecycle events for which callbacks are supported. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| LifecycleListener | A callback interface to listen to persistent object lifecycle events. | Interface | org.apache.cayenne | Apache Cayenne |
|
| LimitResultIterator | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| ListProperty | Provides access to a property implemented as a List Field. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| ListResponse | A QueryResponse optimized to hold a single object or data row list. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| LOBBatchQueryBuilder | Superclass of query builders for the DML operations involving LOBs. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| LOBBatchQueryWrapper | | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| LOBInsertBatchQueryBuilder | Fields inherited from class org. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| LOBUpdateBatchQueryBuilder | Fields inherited from class org. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| LocalConnection | A ClientConnection that connects to a DataChannel. | Class | org.apache.cayenne.remote.service | Apache Cayenne |
|
| LocalizedStringsHandler | | Class | org.apache.cayenne.util | Apache Cayenne |
|
| LongType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| MapEvent | Superclass of CayenneModeler events. | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| MapLoader | Default MapLoader. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| MappingNamesHelper | Defines a set of rules for validating java and db mapping identifiers. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| MappingNamespace | | Interface | org.apache.cayenne.map | Apache Cayenne |
|
| MapQueryCache | A default implementation of the QueryCache interface that stores data in a non-expiring LRUMap. | Class | org.apache.cayenne.cache | Apache Cayenne |
|
| MapQueryCacheFactory | | Class | org.apache.cayenne.cache | Apache Cayenne |
|
| MemoryBlob | A Blob implementation that stores content in memory. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| MemoryClob | A Clob implementation that stores contents in memory. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| MergeDirection | enum MergeDirectionextends EnumRepresent a merge direction that can be one of two. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| MergerContext | An object passed as an argument to MergerToken. | Interface | org.apache.cayenne.merge | Apache Cayenne |
|
| MergerFactory | All MergerTokens should be created from a MergerFactory obtained from DbAdapter. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| MergerToken | | Interface | org.apache.cayenne.merge | Apache Cayenne |
|
| MissingSessionException | An exception that are thrown by the ROP server if the client are missing a session. | Class | org.apache.cayenne.remote.service | Apache Cayenne |
|
| ModelMergeDelegate | A interface used to tell about modifications performed on the model by MergerToken with MergeDirection. | Interface | org.apache.cayenne.merge | Apache Cayenne |
|
| MultiProjectConfiguration | A Configuration implementation that creates a single virtual runtime project out of multiple Cayenne configurations. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| MySQLAdapter | DbAdapter implementation for MySQL RDBMS. | Class | org.apache.cayenne.dba.mysql | Apache Cayenne |
|
| MySQLMergerFactory | | Class | org.apache.cayenne.dba.mysql | Apache Cayenne |
|
| MySQLPkGenerator | Fields inherited from class org. | Class | org.apache.cayenne.dba.mysql | Apache Cayenne |
|
| MySQLSniffer | Detects MySQL database from JDBC metadata. | Class | org.apache.cayenne.dba.mysql | Apache Cayenne |
|
| NameConverter | Utility class to convert from different naming styles to Java convention. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| NamedObjectFactory | Factory class that generates various Cayenne objects with default names that are unique in their corresponding context. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| NamedQuery | A query that is a reference to a named parameterized query stored in the mapping. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| NamingStrategy | NamingStrategy is a strategy for creating names for entities, attributes, relationships during reverse engineering. | Interface | org.apache.cayenne.map.naming | Apache Cayenne |
|
| NestedQueryCache | A QueryCache wrapper that introduces a key namespace on top of a delegate shared cache. | Class | org.apache.cayenne.cache | Apache Cayenne |
|
| Node | A JJTree-compliant tree node interface. | Interface | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| Node | Provides basic machinery for constructing the parent and child relationships between nodes. | Interface | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| NodeCreateOperation | | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| NodeDeleteOperation | | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| NodeDiff | An abstract superclass of operations on individual nodes and arcs in a digraph. | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| NodeIdChangeOperation | A GraphDiff representing a change in node ID. | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| NodePropertyChangeOperation | | Class | org.apache.cayenne.graph | Apache Cayenne |
|
| ObjAttribute | An ObjAttribute is a mapping descriptor of a Java class property. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| ObjAttributeListener | Listener for ObjAttribute events. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| ObjAttributeValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| ObjectContext | A Cayenne object facade to a persistent store. | Interface | org.apache.cayenne | Apache Cayenne |
|
| ObjectContextGraphAction | A base implementation of a helper class to handle ObjectContext. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| ObjectContextQueryAction | A helper class that implements DataChannel. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| ObjectDetachOperation | An operation that creates a subgraph of detached objects, using the PrefetchTree to delineate the graph boundaries. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| ObjectId | A portable global identifier for persistent objects. | Class | org.apache.cayenne | Apache Cayenne |
|
| ObjectIdQuery | A query that matches zero or one object or data row corresponding to the ObjectId. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| ObjectStore | ObjectStore stores objects using their ObjectId as a key. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| ObjectType | This is a default ExtendedType that relies on JDBC driver to determine the result type. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| ObjEntity | ObjEntity is a mapping descriptor for a DataObject Java class. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| ObjEntityListener | | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| ObjEntityValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| ObjRelationship | Describes an association between two Java classes mapped as source and target ObjEntity. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| ObjRelationshipListener | Defines a listener for ObjRelationship modification events. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| ObjRelationshipValidator | Fields inherited from class org. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| OpenBaseAdapter | DbAdapter implementation for OpenBase. | Class | org.apache.cayenne.dba.openbase | Apache Cayenne |
|
| OpenBaseMergerFactory | | Class | org.apache.cayenne.dba.openbase | Apache Cayenne |
|
| OpenBasePkGenerator | Fields inherited from class org. | Class | org.apache.cayenne.dba.openbase | Apache Cayenne |
|
| OpenBaseQualifierTranslator | Translates query qualifier to SQL. | Class | org.apache.cayenne.dba.openbase | Apache Cayenne |
|
| OpenBaseSniffer | Detects OpenBase DB from JDBC metadata. | Class | org.apache.cayenne.dba.openbase | Apache Cayenne |
|
| OperationHints | | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| OperationObserver | Defines a set of callback methods that allow QueryEngine to pass back query results and notify caller about exceptions. | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| OptimisticLockException | An exception thrown on optimistic lock failure. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| Oracle8Adapter | A flavor of OracleAdapter that implements workarounds for some old driver limitations. | Class | org.apache.cayenne.dba.oracle | Apache Cayenne |
|
| OracleAdapter | DbAdapter implementation for Oracle RDBMS . | Class | org.apache.cayenne.dba.oracle | Apache Cayenne |
|
| OracleMergerFactory | | Class | org.apache.cayenne.dba.oracle | Apache Cayenne |
|
| OraclePkGenerator | Sequence-based primary key generator implementation for Oracle. | Class | org.apache.cayenne.dba.oracle | Apache Cayenne |
|
| OracleQualifierTranslator | Oracle qualifier translator. | Class | org.apache.cayenne.dba.oracle | Apache Cayenne |
|
| OracleSniffer | | Class | org.apache.cayenne.dba.oracle | Apache Cayenne |
|
| OracleUtilDateType | | Class | org.apache.cayenne.dba.oracle | Apache Cayenne |
|
| Ordering | Defines object sorting criteria, used either for in-memory sorting of object lists or as a specification for building ORDER BY clause of a SelectQuery query. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| OrderingTranslator | Translates query ordering to SQL. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| OSQueryCache | A QueryCache implementation based on OpenSymphony OSCache. | Class | org.apache.cayenne.cache | Apache Cayenne |
|
| OSQueryCacheFactory | A factory for the OSCache factory. | Class | org.apache.cayenne.cache | Apache Cayenne |
|
| ParameterBinding | Describes PreparedStatement parameter binding. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| ParameterizedQuery | Defines a query that can serve as a template for other queries. | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.cayenne.wocompat.parser | Apache Cayenne |
|
| Parser | NeXT/Apple Property List format parser. | Class | org.apache.cayenne.wocompat.parser | Apache Cayenne |
|
| ParserConstants | | Interface | org.apache.cayenne.wocompat.parser | Apache Cayenne |
|
| ParserTokenManager | | Class | org.apache.cayenne.wocompat.parser | Apache Cayenne |
|
| PartialProject | PartialProject is a "lightweight" project implementation. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| PasswordEncoding | Password encoders are used to translate the text of the database password, on loading and on saving, from one form to another. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| PathComponent | A component in a path chain. | Interface | org.apache.cayenne.map | Apache Cayenne |
|
| PatternMatchNode | Superclass of pattern matching nodes. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| PersistenceState | Defines a set of object states from the point of view of persistence. | Class | org.apache.cayenne | Apache Cayenne |
|
| Persistent | Defines minimal API of an object that can be persisted via Cayenne. | Interface | org.apache.cayenne | Apache Cayenne |
|
| PersistentAccessorVisitor | Accessor enhancer that enhances getters and setters mapped in a given ObjEntity. | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| PersistentDescriptor | A default ClassDescriptor implementation for persistent objects. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| PersistentDescriptorFactory | A convenience superclass for ClassDescriptorFactory implementors. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| PersistentObject | A convenience base superclass for concrete Persistent objects. | Class | org.apache.cayenne | Apache Cayenne |
|
| PersistentObjectHolder | A ValueHolder implementation that holds a single Persistent object related to an object used to initialize PersistentObjectHolder. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| PersistentObjectList | A list of persistent objects lazily resolved on the first access. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| PersistentObjectMap | | Class | org.apache.cayenne.util | Apache Cayenne |
|
| PersistentObjectSet | | Class | org.apache.cayenne.util | Apache Cayenne |
|
| PkGenerator | Defines methods to support automatic primary key generation. | Interface | org.apache.cayenne.dba | Apache Cayenne |
|
| PkRange | Represents data structure to maintain a range of cached primary keys. | Class | org.apache.cayenne.dba | Apache Cayenne |
|
| Placeholder16 | This class is a placeholder class for the Java 1. | Class | org.apache.cayenne | Apache Cayenne |
|
| PlainTextPasswordEncoder | The plain text password encoder passes the text of the database password straight-through without any alteration. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| PlistDataStructureFactory | An interface that defines a factory for custom deserializing a property list. | Interface | org.apache.cayenne.wocompat | Apache Cayenne |
|
| PojoVisitor | Enhances classes passed through the visitor, ensuring that the resulting class implements Persistent interface as well as supports lazy faulting. | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| PoolDataSource | PoolDataSource allows to generate pooled connections. | Class | org.apache.cayenne.conn | Apache Cayenne |
|
| PooledConnectionImpl | PooledConnectionImpl is an implementation of a pooling wrapper for the database connection as per JDBC3 spec. | Class | org.apache.cayenne.conn | Apache Cayenne |
|
| PoolManager | PoolManager is a pooling DataSource impementation. | Class | org.apache.cayenne.conn | Apache Cayenne |
|
| PostgresAdapter | DbAdapter implementation for PostgreSQL RDBMS . | Class | org.apache.cayenne.dba.postgres | Apache Cayenne |
|
| PostgresMergerFactory | | Class | org.apache.cayenne.dba.postgres | Apache Cayenne |
|
| PostgresPkGenerator | Default PK generator for PostgreSQL that uses sequences for PK generation. | Class | org.apache.cayenne.dba.postgres | Apache Cayenne |
|
| PostgresQualifierTranslator | Uses Postgres extensions to optimize various translations. | Class | org.apache.cayenne.dba.postgres | Apache Cayenne |
|
| PostgresSniffer | | Class | org.apache.cayenne.dba.postgres | Apache Cayenne |
|
| PrefetchProcessor | A hierarchical visitor interface for traversing a tree of PrefetchTreeNodes. | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| PrefetchSelectQuery | A SelectQuery to perform a prefetch based on another query. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| PrefetchTreeNode | Defines a node in a prefetch tree. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| Procedure | A mapping descriptor for a database stored procedure. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| ProcedureAction | A SQLAction that runs a stored procedure. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| ProcedureEvent | An event generated when a Procedure object is added to a DataMap, removed from a DataMap, or changed within a DataMap. | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| ProcedureListener | Listener for Procedure events. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| ProcedureParameter | A descriptor for the Procedure parameter. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| ProcedureParameterEvent | | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| ProcedureParameterListener | Listener for ProcedureParameterEvents. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| ProcedureParameterValidator | Validator for stored procedure parameters. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| ProcedureQuery | A query based on Procedure. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| ProcedureQueryValidator | Validator for ProcedureQueries. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| ProcedureTranslator | Stored procedure query translator. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| ProcedureValidator | Validator for stored procedures. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| Project | Describes a model of Cayenne project. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectConfigInfo | Stores project information necessary to reconfigure existing projects. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectConfiguration | Subclass of FileConfiguration used in the project model. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectConfigurator | Performs on the fly reconfiguration of Cayenne projects. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectDataSource | ProjectDataSource is a DataSource implementation used by the project model. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectDataSourceFactory | Factory of DataSource objects used by the project model. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectException | Runtime exception thrown on various errors within project model. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectFile | ProjectFile is an adapter from an object in Cayenne project to its representation in the file system. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectPath | Immutable holder of a selection path within a Cayenne project. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectTraversal | ProjectTraversal allows to traverse Cayenne project tree in a "depth-first" order starting from an arbitrary level to its children. | Class | org.apache.cayenne.project | Apache Cayenne |
|
| ProjectTraversalHandler | ProjectTraversalHandler defines callback methods that are invoked during project tree traversal. | Interface | org.apache.cayenne.project | Apache Cayenne |
|
| Property | | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| PropertyAccessor | A utility accessor class that wraps a simple property. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| PropertyException | An unchecked exception thrown on errors during property access, either within a Accessor or a Property. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| PropertyListSerialization | A PropertyListSerialization is a utility class that reads and stores files in NeXT/Apple property list format. | Class | org.apache.cayenne.wocompat | Apache Cayenne |
|
| PropertyUtils | Utility methods to quickly access object properties. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| PropertyVisitor | A visitor for various types of properties in a ClassDescriptor. | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| QualifiedQuery | An abstract superclass of queries with Expression qualifiers. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| QualifierTranslator | Translates query qualifier to SQL. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| Query | Defines minimal API of a query descriptor that is executable via Cayenne. | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| QueryAssembler | Abstract superclass of Query translators. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| QueryAssemblerHelper | Translates parts of the query to SQL. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| QueryBuilder | A builder that constructs Cayenne queries from abstract configuration information defined in cayenne-data-map*. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| QueryCache | An interface that defines generic QueryCache. | Interface | org.apache.cayenne.cache | Apache Cayenne |
|
| QueryCacheEntryFactory | A factory that is used by the cache to rebuild expired entries. | Interface | org.apache.cayenne.cache | Apache Cayenne |
|
| QueryCacheFactory | | Interface | org.apache.cayenne.cache | Apache Cayenne |
|
| QueryCacheStrategy | enum QueryCacheStrategyextends EnumDefines query result caching policy. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| QueryChain | A Query decorator for a collection of other queries. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| QueryEngine | Defines methods used to run Cayenne queries. | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| QueryEvent | An event generated when a Query object is added to a DataMap, removed from a DataMap, or changed within a DataMap. | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| QueryListener | Listener for QueryEvents. | Interface | org.apache.cayenne.map.event | Apache Cayenne |
|
| QueryLogger | QueryLogger is intended to log special events that happen whenever Cayenne interacts with a database. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| QueryMessage | A message passed to a DataChannel to request a query execution with result returned asSince:1. | Class | org.apache.cayenne.remote | Apache Cayenne |
|
| QueryMetadata | Provides a common interface for accessing query metadata. | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| QueryResponse | Represents a result of query execution. | Interface | org.apache.cayenne | Apache Cayenne |
|
| QueryResult | QueryResult encapsulates a result of execution of zero or more queries using QueryEngine. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| QueryRouter | An interface used by Queries to route themselves to an appropriate QueryEngine. | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| QueryTranslator | Defines API for translation Cayenne queries to JDBC PreparedStatements. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| QuotingStrategy | | Interface | org.apache.cayenne.dba | Apache Cayenne |
|
| RefreshQuery | A query that allows to explicitly clear both object and list caches either via refetch (eager refresh) or invalidate (lazy refresh). | Class | org.apache.cayenne.query | Apache Cayenne |
|
| Relationship | Defines a relationship between two entities. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| RelationshipEvent | Represents events resulted from Relationship changes in CayenneModeler. | Class | org.apache.cayenne.map.event | Apache Cayenne |
|
| RelationshipFault | An abstract superclass of lazily faulted to-one and to-many relationships. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| RelationshipQuery | A query that selects objects related to a given object via a mapped relationship. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| RemoteIncrementalFaultList | A list that serves as a container of Persistent objects. | Class | org.apache.cayenne.remote | Apache Cayenne |
|
| RemoteService | Interface of a Cayenne remote service. | Interface | org.apache.cayenne.remote | Apache Cayenne |
|
| RemoteSession | A descriptor used by default service implementation to pass session parameters to the client. | Class | org.apache.cayenne.remote | Apache Cayenne |
|
| ResourceFinder | An object that defines a strategy for locating stream resources. | Interface | org.apache.cayenne.conf | Apache Cayenne |
|
| ResourceLocator | Utility class to find resources (files, etc. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| ResultDirective | A custom Velocity directive to describe a ResultSet column. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| ResultIterator | Defines API of an iterator over the records returned as a result of SelectQuery execution. | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| Rot13PasswordEncoder | The ROT-13 password encoder passes the text of the database password through a simple Caesar cipher to obscure the password text. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| Rot47PasswordEncoder | The ROT-47 password encoder passes the text of the database password through a simple Caesar cipher to obscure the password text. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| RowDescriptor | A descriptor of a result row obtained from a database. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| RowDescriptorBuilder | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| RowReader | | Interface | org.apache.cayenne.access.select | Apache Cayenne |
|
| RuntimeLoadDelegate | | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| RuntimeSaveDelegate | Save delegate used for saving Cayenne access stack. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| ScalarResultSegment | | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| SchemaUpdateStrategy | A strategy for auto generating a database schema on the application startup. | Interface | org.apache.cayenne.access.dbsync | Apache Cayenne |
|
| SelectAction | A SQLAction that handles SelectQuery execution. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| SelectColumn | Describes a single column in a JDBC select, linking it to the Cayenne mapping. | Interface | org.apache.cayenne.access.select | Apache Cayenne |
|
| SelectDescriptor | Describes a mapping between JDBC ResultSet and object select result. | Interface | org.apache.cayenne.access.select | Apache Cayenne |
|
| SelectDescriptorBuilder | A class used as a builder of SelectDescriptors of any complexity. | Class | org.apache.cayenne.access.select | Apache Cayenne |
|
| SelectQuery | A query that selects persistent objects of a certain type or "raw data" (aka DataRows). | Class | org.apache.cayenne.query | Apache Cayenne |
|
| SelectQueryValidator | Validator for SelectQueries. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| SelectTranslator | A builder of JDBC PreparedStatements based on Cayenne SelectQueries. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| ServerSession | An object that stores server side objects for the client session. | Class | org.apache.cayenne.remote.service | Apache Cayenne |
|
| ServletUtil | Configuration class that uses ServletContext to locate resources. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| SetAllowNullToDb | A MergerToken to add a "allow null" clause to a column. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| SetAllowNullToModel | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| SetColumnTypeToDb | An MergerToken to use to set type, length and precision. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| SetColumnTypeToModel | A MergerToken that modifies one original DbAttribute to match another new DbAttributes type, maxLength and precision. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| SetNotNullToDb | A MergerToken to add a "not null" clause to a column. | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| SetNotNullToModel | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| SetPrimaryKeyToDb | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| SetPrimaryKeyToModel | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| SetterVisitor | | Class | org.apache.cayenne.enhancer | Apache Cayenne |
|
| SetValueForNullToDb | | Class | org.apache.cayenne.merge | Apache Cayenne |
|
| ShortType | Handles java. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| SimpleAttributeProperty | A descriptor of an "attribute" persistent property. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). | Class | org.apache.cayenne.wocompat.parser | Apache Cayenne |
|
| SimpleNode | A base node for the EJBQL concrete nodes that satisfies JJTree requirements. | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| SimpleNode | Superclass of AST* expressions that implements Node interface defined by JavaCC Some parts of the parser are based on OGNL parser, copyright (c) 2002, Drew Davidson | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| SimpleValidationFailure | Represents a generic validation failure that contains failed object and a message describing the failure. | Class | org.apache.cayenne.validation | Apache Cayenne |
|
| SingletonFaultFactory | | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| SkipSchemaUpdateStrategy | A SchemaUpdateStrategy that does nothing. | Class | org.apache.cayenne.access.dbsync | Apache Cayenne |
|
| SnapshotEvent | Event sent on modification of the DataRowStore. | Class | org.apache.cayenne.access.event | Apache Cayenne |
|
| SnapshotEventListener | | Interface | org.apache.cayenne.access.event | Apache Cayenne |
|
| SoftDeleteBatchQueryBuilder | UPDATE and sets 'deleted' field to true instead-of running SQL DELETE)Fields inherited from class org. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| SoftDeleteQueryBuilderFactory | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| SortOrder | enum SortOrderextends EnumConstants to order query results (the ORDER BY clause). | Class | org.apache.cayenne.query | Apache Cayenne |
|
| SQLAction | Defines API for query execution strategy over JDBC connection (as in Strategy Pattern). | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| SQLActionVisitor | A factory interface to create standard SQLActions for a set of standard queries. | Interface | org.apache.cayenne.query | Apache Cayenne |
|
| SQLiteAdapter | A SQLite database adapter that works with Zentus JDBC driver. | Class | org.apache.cayenne.dba.sqlite | Apache Cayenne |
|
| SQLiteSniffer | Detects SQLite database from JDBC metadata. | Class | org.apache.cayenne.dba.sqlite | Apache Cayenne |
|
| SQLResult | A metadata object that defines how a row in a result set can be converted to result objects. | Class | org.apache.cayenne.map | Apache Cayenne |
|
| SQLServerActionBuilder | Fields inherited from class org. | Class | org.apache.cayenne.dba.sqlserver | Apache Cayenne |
|
| SQLServerAdapter | Cayenne DbAdapter implementation for engine. | Class | org.apache.cayenne.dba.sqlserver | Apache Cayenne |
|
| SQLServerBatchAction | Fields inherited from class org. | Class | org.apache.cayenne.dba.sqlserver | Apache Cayenne |
|
| SQLServerMergerFactory | | Class | org.apache.cayenne.dba.sqlserver | Apache Cayenne |
|
| SQLServerProcedureAction | ProcedureAction for SQLServer MS JDBC driver. | Class | org.apache.cayenne.dba.sqlserver | Apache Cayenne |
|
| SQLServerSelectAction | Fields inherited from class org. | Class | org.apache.cayenne.dba.sqlserver | Apache Cayenne |
|
| SQLServerSelectTranslator | Fields inherited from class org. | Class | org.apache.cayenne.dba.sqlserver | Apache Cayenne |
|
| SQLServerSniffer | Detects SQLServer database from JDBC metadata. | Class | org.apache.cayenne.dba.sqlserver | Apache Cayenne |
|
| SQLStatement | A PreparedStatement descriptor containing a String of SQL and an array of parameters. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| SQLTemplate | A query that executes unchanged (except for template preprocessing) "raw" SQL specified by the user. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| SQLTemplateAction | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| SQLTemplateRenderingUtils | when rendering SQLTemplates. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| SQLTemplateResourceManager | An implementation of the Velocity ResourceManager and ResourceLoader that creates templates from in-memory Strings. | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| SQLTemplateValidator | Validator for SQLTemplate queries. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| SybaseAdapter | DbAdapter implementation for Sybase RDBMS. | Class | org.apache.cayenne.dba.sybase | Apache Cayenne |
|
| SybaseMergerFactory | | Class | org.apache.cayenne.dba.sybase | Apache Cayenne |
|
| SybasePkGenerator | Primary key generator implementation for Sybase. | Class | org.apache.cayenne.dba.sybase | Apache Cayenne |
|
| SybaseSniffer | Detects Sybase database from JDBC metadata. | Class | org.apache.cayenne.dba.sybase | Apache Cayenne |
|
| SyncMessage | A message used for synchronization of the child with parent. | Class | org.apache.cayenne.remote | Apache Cayenne |
|
| ThrowOnPartialOrCreateSchemaStrategy | Fields inherited from class org. | Class | org.apache.cayenne.access.dbsync | Apache Cayenne |
|
| ThrowOnPartialSchemaStrategy | Fields inherited from class org. | Class | org.apache.cayenne.access.dbsync | Apache Cayenne |
|
| TimestampType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| TimeType | | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| Token | Describes the input token stream. | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| Token | Describes the input token stream. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| Token | Describes the input token stream. | Class | org.apache.cayenne.wocompat.parser | Apache Cayenne |
|
| TokenMgrError | Token Manager Error. | Class | org.apache.cayenne.ejbql.parser | Apache Cayenne |
|
| TokenMgrError | Token Manager Error. | Class | org.apache.cayenne.exp.parser | Apache Cayenne |
|
| TokenMgrError | See Also:Serialized FormConstructor SummaryTokenMgrError() | Class | org.apache.cayenne.wocompat.parser | Apache Cayenne |
|
| ToManyList | A list that holds objects for to-many relationships. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| ToManyListFault | | Class | org.apache.cayenne.access | Apache Cayenne |
|
| ToManyMapFault | | Class | org.apache.cayenne.access | Apache Cayenne |
|
| ToManyMapProperty | A property representing a map of objects keyed by one of the object properties. | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| ToManyProperty | A property representing a collection of objects. | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| ToManySetFault | | Class | org.apache.cayenne.access | Apache Cayenne |
|
| ToOneFault | | Class | org.apache.cayenne.access | Apache Cayenne |
|
| ToOneProperty | An ArcProperty that points to a single graph node. | Interface | org.apache.cayenne.reflect | Apache Cayenne |
|
| ToStringBuilder | A utility class to simplify implementation of Object toString methods. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| Transaction | A Cayenne transaction. | Class | org.apache.cayenne.access | Apache Cayenne |
|
| TransactionDelegate | Defines callback methods for tracking and customizing Transactions execution. | Interface | org.apache.cayenne.access | Apache Cayenne |
|
| TraversalHandler | Expression visitor interface. | Interface | org.apache.cayenne.exp | Apache Cayenne |
|
| TraversalHelper | Noop implementation of TraversalHandler. | Class | org.apache.cayenne.exp | Apache Cayenne |
|
| TreeNodeValidator | Validator of a single node in a project object tree. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| TrimmingQualifierTranslator | QualifierTranslator that allows translation of qualifiers that perform comparison with CHAR columns. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| TypesHandler | TypesHandler provides JDBC-RDBMS types mapping. | Class | org.apache.cayenne.dba | Apache Cayenne |
|
| TypesMapping | A utility class that handles mappings of JDBC data types to the database types and Java types. | Class | org.apache.cayenne.dba | Apache Cayenne |
|
| UnresolvablePathException | A runtime exception thrown when PropertyUtils. | Class | org.apache.cayenne.reflect | Apache Cayenne |
|
| UpdateAction | | Class | org.apache.cayenne.access.jdbc | Apache Cayenne |
|
| UpdateBatchQuery | Batched UPDATE query. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| UpdateBatchQueryBuilder | A translator for UpdateBatchQueries that produces parameterized SQL. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| UpdateQuery | Object encapsulating an UPDATE statement. | Class | org.apache.cayenne.query | Apache Cayenne |
|
| UpdateTranslator | Class implements default translation mechanism of org. | Class | org.apache.cayenne.access.trans | Apache Cayenne |
|
| Util | Contains various unorganized static utility methods used across Cayenne. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| UtilDateType | Maps java. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| UUIDType | An ExtendedType to map Java UUIDs as persistent attributes. | Class | org.apache.cayenne.access.types | Apache Cayenne |
|
| Validating | Defines a number of callback methods that allow an object to be validated before safe. | Interface | org.apache.cayenne | Apache Cayenne |
|
| ValidationException | An exception thrown on unsuccessful validation. | Class | org.apache.cayenne.validation | Apache Cayenne |
|
| ValidationFailure | Definea a single failure during the validation process. | Interface | org.apache.cayenne.validation | Apache Cayenne |
|
| ValidationInfo | ValidationInfo encapsulates information about a single node validation on the project tree. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| ValidationResult | Represents a result of a validation execution. | Class | org.apache.cayenne.validation | Apache Cayenne |
|
| Validator | Validator is used to validate Cayenne projects. | Class | org.apache.cayenne.project.validator | Apache Cayenne |
|
| ValueForNullProvider | | Interface | org.apache.cayenne.merge | Apache Cayenne |
|
| ValueHolder | Provides a level of indirection for property value access, most often used for deferred faulting of to-one relationships. | Interface | org.apache.cayenne | Apache Cayenne |
|
| ValueHolderDescriptorFactory | A ClassDescriptorFactory for Persistent objects that implement relationship faulting via ValueHolder. | Class | org.apache.cayenne.reflect.valueholder | Apache Cayenne |
|
| ValueInjector | Describes expressions, that can "inject" value to an object, i. | Interface | org.apache.cayenne.exp | Apache Cayenne |
|
| WebApplicationContextFilter | A Servlet Filter that binds session DataContext to the current request thread. | Class | org.apache.cayenne.conf | Apache Cayenne |
|
| WebApplicationResourceLocator | A ResourceLocator that can find resources relative to web application context. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| XMLDecoder | XMLDecoder is used to decode XML into objects. | Class | org.apache.cayenne.xml | Apache Cayenne |
|
| XMLEncoder | A helper class to encode objects to XML. | Class | org.apache.cayenne.util | Apache Cayenne |
|
| XMLEncoder | A helper class to encode objects to XML. | Class | org.apache.cayenne.xml | Apache Cayenne |
|
| XMLSerializable | Interface for Cayenne objects that can be saved to XML. | Interface | org.apache.cayenne.util | Apache Cayenne |
|
| XMLSerializable | Interface for Cayenne objects that can be saved to XML. | Interface | org.apache.cayenne.xml | Apache Cayenne |
|
| XMPPBridge | An EventBridge implementation based on XMPP protocol and Smack XMPP client library. | Class | org.apache.cayenne.event | Apache Cayenne |
|
| XMPPBridgeFactory | A factory of XMPPBridge. | Class | org.apache.cayenne.event | Apache Cayenne |
|
| ZipUtil | Utility class to perform zip/unzip operations on files and directories. | Class | org.apache.cayenne.util | Apache Cayenne |