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

G

generate() - Method in class org.apache.cayenne.gen.ImportUtils
Generate package and list of import statements based on the registered types.
generateClass(Writer, ObjEntity) - Method in class org.apache.cayenne.gen.ClassGenerator
Generates Java code for the ObjEntity.
generateClass(Writer, DataMap, ObjEntity, String, String, String) - Method in class org.apache.cayenne.gen.ClassGenerator
Generates Java code for the ObjEntity.
generateClassPairs() - Method in class org.apache.cayenne.gen.MapClassGenerator
Runs class generation.
generateClassPairs(String, String, String) - Method in class org.apache.cayenne.gen.MapClassGenerator
Runs class generation.
generated - Variable in class org.apache.cayenne.map.DbAttribute
Defines whether this column value is generated by the database.
generatedAttributes - Variable in class org.apache.cayenne.map.DbEntity
 
generateParseException() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
generateParseException() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
generatePkForDbEntity(DataNode, DbEntity) - Method in class org.apache.cayenne.dba.JdbcPkGenerator
Generates new (unique and non-repeating) primary key for specified dbEntity.
generatePkForDbEntity(DataNode, DbEntity) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
Returns a non-repeating primary key for a given entity.
generatePkForDbEntity(DataNode, DbEntity) - Method in interface org.apache.cayenne.dba.PkGenerator
Generates new (unique and non-repeating) primary key for specified DbEntity.
generatePkForDbEntityString(DbEntity) - Method in class org.apache.cayenne.dba.JdbcPkGenerator
Deprecated. Since 1.2 corresponding interface method is deprecated.
generatePkForDbEntityString(DbEntity) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
Deprecated. Since 1.2 corresponding interface method is unused and deprecated.
generatePkForDbEntityString(DbEntity) - Method in interface org.apache.cayenne.dba.PkGenerator
Deprecated. Since 1.2. This method is not used.
generateSingleClasses() - Method in class org.apache.cayenne.gen.MapClassGenerator
Runs class generation.
generateSingleClasses(String) - Method in class org.apache.cayenne.gen.MapClassGenerator
Deprecated. Use generateSingleClasses(String classTemplate, String superPrefix) instead.
generateSingleClasses(String, String) - Method in class org.apache.cayenne.gen.MapClassGenerator
Runs class generation.
generator - Variable in class org.apache.cayenne.tools.CayenneGenerator
 
generatorName - Variable in class org.apache.cayenne.map.DbKeyGenerator
 
generatorType - Variable in class org.apache.cayenne.map.DbKeyGenerator
 
genericClassName - Variable in class org.apache.cayenne.access.DbLoader
 
GenericResponse - Class in org.apache.cayenne.util
A simple serializable implementation of QueryResponse.
GenericResponse() - Constructor for class org.apache.cayenne.util.GenericResponse
Creates an empty BaseResponse.
GenericResponse(List) - Constructor for class org.apache.cayenne.util.GenericResponse
Creates a BaseResponse with a single result list.
GenericResponse(QueryResponse) - Constructor for class org.apache.cayenne.util.GenericResponse
Creates a response that it a shallow copy of another response.
GenericSelectQuery - Interface in org.apache.cayenne.query
Deprecated. Since 1.2 this interface obsolete. Query parameters are described via QueryMetadata.
get(int) - Method in class org.apache.cayenne.access.IncrementalFaultList
 
get(int) - Method in class org.apache.cayenne.access.ToManyList
 
get(int) - Method in class org.apache.cayenne.dataview.DataObjectList
 
get(int) - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
get(int) - Method in class org.apache.cayenne.util.IndexPropertyList
 
get(int) - Method in class org.apache.cayenne.util.PersistentObjectList
 
getAccessor() - Method in exception org.apache.cayenne.property.PropertyAccessException
Returns property descriptor that was used to access the property.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.AutoAdapter
 
getAction(Query, DataNode) - Method in interface org.apache.cayenne.dba.DbAdapter
Returns an instance of SQLAction that should handle the query.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.frontbase.FrontBaseAdapter
Uses special action builder to create the right action.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Uses special action builder to create the right action.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.JdbcAdapter
Uses JdbcActionBuilder to create the right action.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
Uses special action builder to create the right action.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
Uses special action builder to create the right action.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.oracle.Oracle8Adapter
Uses OracleActionBuilder to create the right action.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.oracle.OracleAdapter
Uses OracleActionBuilder to create the right action.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.postgres.PostgresAdapter
Uses PostgresActionBuilder to create the right action.
getAction(Query, DataNode) - Method in class org.apache.cayenne.dba.sqlserver.SQLServerAdapter
Uses SQLServerActionBuilder to create the right action.
getAdapter() - Method in class org.apache.cayenne.access.DataNode
Returns DbAdapter object.
getAdapter() - Method in class org.apache.cayenne.access.DbGenerator
Returns DbAdapter associated with this DbGenerator.
getAdapter() - Method in class org.apache.cayenne.access.DbLoader
Returns DbAdapter associated with this DbLoader.
getAdapter() - Method in class org.apache.cayenne.access.jdbc.BaseSQLAction
 
getAdapter() - Method in class org.apache.cayenne.access.jdbc.SQLTemplateAction
Returns DbAdapter associated with this execution plan object.
getAdapter() - Method in class org.apache.cayenne.access.QueryTranslator
 
getAdapter() - Method in class org.apache.cayenne.access.trans.BatchQueryBuilder
 
getAdapter() - Method in class org.apache.cayenne.dba.AutoAdapter
Returns a proxied DbAdapter, lazily creating it on first invocation.
getAdapter() - Method in class org.apache.cayenne.dba.JdbcActionBuilder
Returns DbAdapter used associated with this action builder.
getAdapter() - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Returns the adapter.
getAdapterClassName() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
getAdapterMessageKey(String, String) - Method in class org.apache.cayenne.conf.ConfigStatus
 
getAffectedDataObjectIndex() - Method in class org.apache.cayenne.dataview.DataObjectChangeEvent
 
getAliasedName(String) - Method in class org.apache.cayenne.map.DbAttribute
 
getAliasedName(String) - Method in class org.apache.cayenne.map.DerivedDbAttribute
 
getAllEntities(DataNode, DataNode) - Method in class org.apache.cayenne.tools.DataPortTask
 
getAltProjectFile() - Method in class org.apache.cayenne.project.ProjectConfigInfo
Returns the altProjectFile.
getAnyRelationship(Entity) - Method in class org.apache.cayenne.map.Entity
Returns a relationship that has a specified entity as a target.
getArcId() - Method in class org.apache.cayenne.graph.ArcCreateOperation
 
getArcId() - Method in class org.apache.cayenne.graph.ArcDeleteOperation
 
getAsciiStream() - Method in class org.apache.cayenne.util.MemoryClob
Retrieves the CLOB value designated by this Clob object as an ascii stream.
getAttribute(String) - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
getAttribute(String) - Method in class org.apache.cayenne.map.Entity
Returns attribute with name attributeName or null if no attribute with this name exists.
getAttribute() - Method in class org.apache.cayenne.map.event.AttributeEvent
Get attribute (obj or db).
getAttribute(String) - Method in class org.apache.cayenne.map.ObjEntity
Returns a named attribute that either belongs to this ObjEntity or is inherited.
getAttributeForDbAttribute(DbAttribute) - Method in class org.apache.cayenne.map.ObjEntity
Returns ObjAttribute of this entity that maps to dbAttribute parameter.
getAttributeMap() - Method in class org.apache.cayenne.map.Entity
Returns an unmodifiable sorted map of entity attributes.
getAttributeMap() - Method in class org.apache.cayenne.map.ObjEntity
Returns a SortedMap of all attributes that either belong to this ObjEntity or inherited.
getAttributeOverrides() - Method in class org.apache.cayenne.access.trans.SelectTranslator
Returns a map of ColumnDescriptors keyed by ObjAttribute for columns that may need to be reprocessed manually due to incompatible mappings along the inheritance hierarchy.
getAttributes() - Method in class org.apache.cayenne.map.Entity
Returns an unmodifiable collection of entity attributes.
getAttributes() - Method in class org.apache.cayenne.map.ObjEntity
Returns a Collection of all attributes that either belong to this ObjEntity or inherited.
getAttributesToAdd(ObjEntity) - Method in class org.apache.cayenne.util.EntityMergeSupport
Returns a list of attributes that exist in the DbEntity, but are missing from the ObjEntity.
getAutoCommit() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
getBaseClassName() - Method in class org.apache.cayenne.gen.EntityUtils
Returns the base class (without a package) of the data object class associated with this generator.
getBasePackageName() - Method in class org.apache.cayenne.gen.EntityUtils
Returns basePackageName property that defines a baseclass's (superclass superclass) package name.
getBatchTerminator() - Method in class org.apache.cayenne.dba.AutoAdapter
 
getBatchTerminator() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns a String used to terminate a batch in command-line tools.
getBatchTerminator() - Method in class org.apache.cayenne.dba.JdbcAdapter
Returns default separator - a semicolon.
getBatchTerminator() - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
Returns word "go".
getBatchTerminator() - Method in class org.apache.cayenne.dba.sybase.SybaseAdapter
Returns word "go".
getBeginColumn() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getBeginLine() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getBinaryStream() - Method in class org.apache.cayenne.util.MemoryBlob
Retrieves the BLOB value designated by this Blob instance as a stream.
getBindingNames() - Method in class org.apache.cayenne.wocompat.EOQuery
 
getBindings() - Method in class org.apache.cayenne.access.jdbc.SQLStatement
 
getBuilder(Class) - Method in class org.apache.cayenne.dataview.FormatFactory
 
getBundle() - Static method in class org.apache.cayenne.util.LocalizedStringsHandler
 
getBytes(long, int) - Method in class org.apache.cayenne.util.MemoryBlob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getCachedQueryResult(String) - Method in class org.apache.cayenne.access.ObjectStore
Returns cached query results for a given query, or null if no results are cached.
getCachedSnapshot(ObjectId) - Method in class org.apache.cayenne.access.DataRowStore
Returns cached snapshot or null if no snapshot is currently cached for the given ObjectId.
getCachedSnapshot(ObjectId) - Method in class org.apache.cayenne.access.ObjectStore
Returns a snapshot for ObjectId from the underlying snapshot cache.
getCachedSnapshots(String) - Method in class org.apache.cayenne.access.DataRowStore
Returns a list of previously cached snapshots.
getCachedValues(ObjEntityViewField) - Method in class org.apache.cayenne.dataview.LookupCache
 
getCacheKey() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns a String that uniquely identifies this query for the purposes of result caching.
getCachePolicy() - Method in interface org.apache.cayenne.query.GenericSelectQuery
Deprecated. Returns query cache policy, which can be one of GenericSelectQuery.NO_CACHE, GenericSelectQuery.LOCAL_CACHE, or GenericSelectQuery.SHARED_CACHE.
getCachePolicy() - Method in class org.apache.cayenne.query.ObjectIdQuery
 
getCachePolicy() - Method in class org.apache.cayenne.query.ProcedureQuery
 
getCachePolicy() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns query cache policy, which can be one of QueryMetadata.NO_CACHE, QueryMetadata.LOCAL_CACHE, or QueryMetadata.SHARED_CACHE.
getCachePolicy() - Method in class org.apache.cayenne.query.SelectQuery
 
getCachePolicy() - Method in class org.apache.cayenne.query.SQLTemplate
 
getCalcType() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getCallOutParameters() - Method in class org.apache.cayenne.map.Procedure
Returns a list of OUT and INOUT call parameters.
getCallParameters() - Method in class org.apache.cayenne.map.Procedure
Returns an unmodifiable list of call parameters.
getCappedProp() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Returns current property name with capitalized first letter
getCappedProp() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getCappedProp()
getCaption() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getCatalog() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
getCatalog() - Method in class org.apache.cayenne.map.DbEntity
Returns the catalog name of the table described by this DbEntity.
getCatalog() - Method in class org.apache.cayenne.map.DerivedDbEntity
Returns catalog of the parent entity.
getCatalog() - Method in class org.apache.cayenne.map.Procedure
 
getCatalogs() - Method in class org.apache.cayenne.access.DbLoader
Retrieves catalogues for the database associated with this DbLoader.
getCellEditorValue() - Method in class org.apache.cayenne.dataview.CellEditors.ButtonEditor
 
getChannel() - Method in class org.apache.cayenne.access.DataContext
Returns parent DataChannel, that is normally a DataDomain or another DataContext.
getChannel() - Method in class org.apache.cayenne.CayenneContext
 
getChannel() - Method in interface org.apache.cayenne.ObjectContext
Returns an DataChannel used by this context.
getChannel() - Method in class org.apache.cayenne.remote.service.LocalConnection
Returns wrapped DataChannel.
getChannel() - Method in class org.apache.cayenne.remote.service.ServerSession
 
getCharacterStream() - Method in class org.apache.cayenne.util.MemoryClob
Retrieves the CLOB value designated by this Clob object as a java.io.Reader object (or as a stream of characters).
getChatService() - Method in class org.apache.cayenne.event.XMPPBridge
 
getChild(InternalContextAdapter, Node, int) - Method in class org.apache.cayenne.access.jdbc.BindDirective
 
getChild(InternalContextAdapter, Node, int) - Method in class org.apache.cayenne.access.jdbc.ResultDirective
 
getChild(String) - Method in class org.apache.cayenne.query.PrefetchTreeNode
 
getChildAsString(InternalContextAdapter, Node, int) - Method in class org.apache.cayenne.access.jdbc.ResultDirective
Returns a directive argument at a given index converted to String.
getChildren() - Method in class org.apache.cayenne.map.EntityInheritanceTree
 
getChildren() - Method in class org.apache.cayenne.project.ApplicationProject
 
getChildren() - Method in class org.apache.cayenne.project.DataMapProject
Returns a list that contains project DataMap as a single object.
getChildren() - Method in class org.apache.cayenne.project.PartialProject
 
getChildren() - Method in class org.apache.cayenne.project.Project
Returns a list of first-level children of the project.
getChildren() - Method in class org.apache.cayenne.query.PrefetchTreeNode
Returns an unmodifiable collection of children.
getChildrenCount() - Method in class org.apache.cayenne.map.EntityInheritanceTree
 
getClassDescriptor(String) - Method in class org.apache.cayenne.map.EntityResolver
Returns ClassDescriptor for the ObjEntity matching the name.
getClassDescriptorFactory() - Method in class org.apache.cayenne.map.EntityResolver
Returns a factory for ClassDescriptors used by Cayenne stack.
getClassGenerationInfo() - Method in class org.apache.cayenne.gen.ClassGenerator
 
getClassLoader() - Method in class org.apache.cayenne.util.ResourceLocator
Returns the ClassLoader associated with this ResourceLocator.
getClassName() - Method in class org.apache.cayenne.access.types.AbstractType
 
getClassName() - Method in class org.apache.cayenne.access.types.BooleanType
 
getClassName() - Method in class org.apache.cayenne.access.types.ByteArrayType
 
getClassName() - Method in class org.apache.cayenne.access.types.ByteType
 
getClassName() - Method in class org.apache.cayenne.access.types.CharType
Returns "java.lang.String".
getClassName() - Method in class org.apache.cayenne.access.types.DefaultType
 
getClassName() - Method in class org.apache.cayenne.access.types.EnumType
 
getClassName() - Method in interface org.apache.cayenne.access.types.ExtendedType
Returns a full name of Java class that this ExtendedType supports.
getClassName() - Method in class org.apache.cayenne.access.types.ShortType
 
getClassName() - Method in class org.apache.cayenne.access.types.UtilDateType
Returns "java.util.Date".
getClassName() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Returns class name (without a package) of the class associated with this generator.
getClassName() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getClassName()
getClassName() - Method in class org.apache.cayenne.map.ObjEntity
Returns the name of DataObject class described by this entity.
getClientAttribute() - Method in class org.apache.cayenne.map.ObjAttribute
Returns an ObjAttribute stripped of any server-side information, such as DbAttribute mapping.
getClientClassName() - Method in class org.apache.cayenne.map.ObjEntity
Returns the name of ClientDataObject class described by this entity.
getClientDataMap(EntityResolver) - Method in class org.apache.cayenne.map.DataMap
Returns a DataMap stripped of any server-side information, such as DbEntity mapping, or ObjEntities that are not allowed in the client tier.
getClientEntity() - Method in class org.apache.cayenne.map.ObjEntity
Returns an ObjEntity stripped of any server-side information, such as DbEntity mapping.
getClientEntityResolver() - Method in class org.apache.cayenne.map.EntityResolver
Returns ClientEntityResolver with mapping information that only includes entities available on CWS Client Tier.
getClientRelationship() - Method in class org.apache.cayenne.map.ObjRelationship
Returns an ObjAttribute stripped of any server-side information, such as DbAttribute mapping.
getClientSuperClassName() - Method in class org.apache.cayenne.map.ObjEntity
Returns a fully-qualified name of the client-side super class of the DataObject class.
getColumn() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
Deprecated.  
getColumnClass(int) - Method in class org.apache.cayenne.dataview.DOTableModel
 
getColumnCount() - Method in class org.apache.cayenne.dataview.DOTableModel
 
getColumnName(int) - Method in class org.apache.cayenne.dataview.DOTableModel
 
getColumns() - Method in class org.apache.cayenne.access.jdbc.RowDescriptor
Returns column descriptors.
getColumns() - Method in class org.apache.cayenne.access.trans.SelectTranslator
Deprecated. since 1.2 - contents of this list are now ColumnDescriptors, not DbAttributes. Anyway, use getResultColumns() instead to reduce confusion.
getComplimentaryReverseArc() - Method in class org.apache.cayenne.property.AbstractSingleObjectArcProperty
 
getComplimentaryReverseArc() - Method in interface org.apache.cayenne.property.ArcProperty
Returns a complimentary reverse ArcProperty or null if no reverse arc exists.
getCon() - Method in class org.apache.cayenne.access.DbLoader
Returns database connection used by this DbLoader.
getCon() - Method in class org.apache.cayenne.access.QueryTranslator
Deprecated. Since 1.2 use getConnection().
getConfig() - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
Returns the config.
getConfiguration() - Method in class org.apache.cayenne.conf.WebApplicationListener
Deprecated. Returns the current configuration.
getConfiguration() - Method in class org.apache.cayenne.project.ApplicationProject
Returns Cayenne configuration object associated with this project.
getConfigURL() - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
getConnection() - Method in class org.apache.cayenne.access.QueryTranslator
Returns Connection object used by this translator.
getConnection(String) - Method in class org.apache.cayenne.access.Transaction
 
getConnection() - Method in class org.apache.cayenne.conn.DriverDataSource
Returns a new database connection, using preconfigured data to locate the database and obtain a connection.
getConnection(String, String) - Method in class org.apache.cayenne.conn.DriverDataSource
Returns a new database connection using provided credentials to login to the database.
getConnection() - Method in class org.apache.cayenne.conn.PooledConnectionImpl
 
getConnection() - Method in class org.apache.cayenne.conn.PoolManager
Returns connection from the pool using internal values of user name and password.
getConnection(String, String) - Method in class org.apache.cayenne.conn.PoolManager
Returns connection from the pool.
getConnection() - Method in class org.apache.cayenne.project.ProjectDataSource
 
getConnection(String, String) - Method in class org.apache.cayenne.project.ProjectDataSource
 
getConnectionInfo(String) - Method in class org.apache.cayenne.conf.ConnectionProperties
Returns DataSourceInfo object for a symbolic name.
getContext() - Method in class org.apache.cayenne.access.ObjectStore
 
getContext() - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
Returns ObjectContext associated with this list.
getConverters() - Method in class org.apache.cayenne.access.jdbc.RowDescriptor
Returns extended types for columns.
getConverters() - Method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
getCurrentlyInUse() - Method in class org.apache.cayenne.conn.PoolManager
Returns the number of connections obtained via this DataSource that are currently in use by the DataSource clients.
getCurrentlyUnused() - Method in class org.apache.cayenne.conn.PoolManager
Returns the number of connections maintained in the pool that are currently not used by any clients and are available immediately via getConnection method.
getCurrentQualifier() - Method in class org.apache.cayenne.query.DeleteBatchQuery
Returns a snapshot of the current qualifier values.
getCurrentQualifier() - Method in class org.apache.cayenne.query.UpdateBatchQuery
Returns a snapshot of the current qualifier values.
getCustomDbAttributes() - Method in class org.apache.cayenne.query.SelectQuery
Returns a list of attributes that will be included in the results of this query.
getCustomTemplate(String) - Method in class org.apache.cayenne.query.SQLTemplate
Returns template for key, or null if there is no template configured for this key.
getDatabaseTypes() - Static method in class org.apache.cayenne.dba.TypesMapping
Returns an array of string names of the default JDBC data types.
getDataContext() - Method in class org.apache.cayenne.access.event.DataContextEvent
 
getDataContext() - Method in class org.apache.cayenne.access.IncrementalFaultList
Returns the dataContext.
getDataContext() - Method in class org.apache.cayenne.CayenneDataObject
Returns a DataContext that holds this object.
getDataContext() - Method in interface org.apache.cayenne.DataObject
Returns a data context this object is registered with, or null if this object has no associated DataContext.
getDataContextFactory() - Method in class org.apache.cayenne.access.DataDomain
 
getDataMap() - Method in class org.apache.cayenne.gen.MapClassGenerator
 
getDataMap() - Method in class org.apache.cayenne.map.Entity
 
getDataMap(String) - Method in class org.apache.cayenne.map.EntityResolver
Returns a DataMap matching the name.
getDataMap() - Method in class org.apache.cayenne.map.event.DataMapEvent
Returns DataMap associated with this event.
getDataMap() - Method in class org.apache.cayenne.map.Procedure
 
getDataMap() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns a DataMap associated with a query or null if no such DataMap exists.
getDataMap() - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns a DataMap associated with this helper.
getDataMaps() - Method in class org.apache.cayenne.access.DataContext
Deprecated. since 1.2. Use 'getEntityResolver().getDataMaps()' instead.
getDataMaps() - Method in class org.apache.cayenne.access.DataDomain
Returns a collection of registered DataMaps.
getDataMaps() - Method in class org.apache.cayenne.access.DataNode
Returns an unmodifiable collection of DataMaps handled by this DataNode.
getDataMaps() - Method in interface org.apache.cayenne.access.QueryEngine
Deprecated. since 1.2. Use 'getEntityResolver().getDataMaps()' instead.
getDataMaps() - Method in class org.apache.cayenne.map.EntityResolver
Returns an unmodifiable collection of DataMaps.
getDataNode() - Method in class org.apache.cayenne.map.event.DataNodeEvent
Returns node object associated with this event.
getDataNodes() - Method in class org.apache.cayenne.access.DataDomain
Returns an unmodifiable collection of DataNodes associated with this domain.
getDataObject(int) - Method in class org.apache.cayenne.dataview.DataObjectList
 
getDataObject(int) - Method in class org.apache.cayenne.dataview.DOListModel
 
getDataObject(int) - Method in class org.apache.cayenne.dataview.DOTableModel
 
getDataObject(ObjEntityViewField, Object) - Method in class org.apache.cayenne.dataview.LookupCache
 
getDataObjects() - Method in class org.apache.cayenne.dataview.DOListModel
 
getDataObjects() - Method in class org.apache.cayenne.dataview.DOTableModel
 
getDataRowCache() - Method in class org.apache.cayenne.access.ObjectStore
Returns a DataRowStore associated with this ObjectStore.
getDataRowWidth() - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated. Returns the number of columns in the result row.
getDataRowWidth() - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
Returns the number of columns in the result row.
getDataRowWidth() - Method in interface org.apache.cayenne.access.ResultIterator
Returns the number of columns in the result row.
getDataRowWidth() - Method in class org.apache.cayenne.access.util.DistinctResultIterator
 
getDataSource() - Method in class org.apache.cayenne.access.DataNode
Returns DataSource used by this DataNode to obtain connections.
getDataSource(String) - Method in interface org.apache.cayenne.conf.DataSourceFactory
Returns DataSource object corresponding to location.
getDataSource(String, Level) - Method in interface org.apache.cayenne.conf.DataSourceFactory
Deprecated. since 1.2 use and implement "getDataSource(String)" instead.
getDataSource(String, Level) - Method in class org.apache.cayenne.conf.DBCPDataSourceFactory
Deprecated. since 1.2
getDataSource(String) - Method in class org.apache.cayenne.conf.DBCPDataSourceFactory
Creates and returns a {{org.apache.commons.dbcp.PoolingDataSource}} instance.
getDataSource(String, Level) - Method in class org.apache.cayenne.conf.DriverDataSourceFactory
Deprecated. since 1.2
getDataSource(String) - Method in class org.apache.cayenne.conf.DriverDataSourceFactory
 
getDataSource(String, Level) - Method in class org.apache.cayenne.conf.JNDIDataSourceFactory
Deprecated. since 1.2
getDataSource(String) - Method in class org.apache.cayenne.conf.JNDIDataSourceFactory
Attempts to load DataSource using JNDI.
getDataSource() - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Returns the dataSource.
getDataSource(String) - Method in class org.apache.cayenne.project.ProjectDataSourceFactory
 
getDataSourceFactory() - Method in class org.apache.cayenne.access.DataNode
Returns a name of DataSourceFactory class for this node.
getDataSourceFactory() - Method in class org.apache.cayenne.conf.Configuration
Returns an internal property for the DataSource factory that will override any settings configured in XML.
getDataSourceFactory() - Method in class org.apache.cayenne.project.ProjectConfiguration
Returns a DataSource factory for projects.
getDataSourceInfo() - Method in class org.apache.cayenne.project.ProjectDataSource
 
getDataSourceLocation() - Method in class org.apache.cayenne.access.DataNode
Returns a location of DataSource of this node.
getDataSourceMessageKey(String, String) - Method in class org.apache.cayenne.conf.ConfigStatus
 
getDataSourceUrl() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
getDataSourceUrl() - Method in class org.apache.cayenne.conn.PoolManager
Returns a database URL used to initialize this pool.
getDataType(String) - Method in class org.apache.cayenne.dataview.DataTypeSpec
 
getDataType(int) - Method in class org.apache.cayenne.dataview.DataTypeSpec
 
getDataType() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getDataTypeSpec() - Method in class org.apache.cayenne.dataview.DataView
 
getDataViewLocations() - Method in class org.apache.cayenne.conf.Configuration
 
getDbAttribute() - Method in class org.apache.cayenne.map.ObjAttribute
Returns a DbAttribute mapped by this ObjAttribute.
getDbAttributeName() - Method in class org.apache.cayenne.map.ObjAttribute
Returns the dbAttributeName.
getDbAttributePath() - Method in class org.apache.cayenne.map.ObjAttribute
 
getDbAttributes() - Method in class org.apache.cayenne.query.BatchQuery
Returns a list of DbAttributes describing batch parameters.
getDbAttributes() - Method in class org.apache.cayenne.query.DeleteBatchQuery
 
getDbAttributes() - Method in class org.apache.cayenne.query.InsertBatchQuery
 
getDbAttributes() - Method in class org.apache.cayenne.query.UpdateBatchQuery
 
getDbAttributesForLOBSelectQualifier() - Method in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
Returns a list of DbAttributes used in the qualifier of the query that selects a LOB row for LOB update.
getDbAttributesForUpdatedLOBColumns() - Method in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
Returns a list of DbAttributes that correspond to the LOB columns updated in the current row in the batch query.
getDbEntities() - Method in class org.apache.cayenne.map.DataMap
Returns all DbEntities in this DataMap.
getDbEntities() - Method in class org.apache.cayenne.map.EntityResolver
Returns all DbEntities.
getDbEntities() - Method in interface org.apache.cayenne.map.MappingNamespace
Returns all DbEntities in the namespace.
getDbEntity() - Method in class org.apache.cayenne.access.trans.QueryAssemblerHelper
 
getDbEntity(String) - Method in class org.apache.cayenne.map.DataMap
Returns DbEntity matching the name parameter.
getDbEntity() - Method in class org.apache.cayenne.map.DbKeyGenerator
 
getDbEntity(String) - Method in class org.apache.cayenne.map.EntityResolver
 
getDbEntity(String) - Method in interface org.apache.cayenne.map.MappingNamespace
Returns DbEntity for a given name, or null if no such DbEntity is found in the MappingNamespace.
getDbEntity() - Method in class org.apache.cayenne.map.ObjEntity
Returns a DbEntity associated with this ObjEntity.
getDbEntity() - Method in class org.apache.cayenne.query.BatchQuery
Returns a DbEntity associated with this batch.
getDbEntity() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns a DbEntity associated with a query or null if no such entity exists.
getDbEntityComparator() - Method in class org.apache.cayenne.access.util.PrimaryKeyHelper
Deprecated.  
getDbEntityComparator(boolean) - Method in class org.apache.cayenne.map.AshwoodEntitySorter
 
getDbEntityMap() - Method in class org.apache.cayenne.map.DataMap
Returns a sorted unmodifiable map of DbEntities contained in this DataMap, keyed by DbEntity name.
getDbEntityName() - Method in class org.apache.cayenne.map.ObjEntity
Returns the name of the underlying DbEntity.
getDbPathIterator() - Method in class org.apache.cayenne.map.ObjAttribute
 
getDbRelationshipPath() - Method in class org.apache.cayenne.map.ObjRelationship
Returns a dot-separated path over mapped DbRelationships.
getDbRelationships() - Method in class org.apache.cayenne.map.ObjRelationship
Returns an immutable list of underlying DbRelationships.
getDeclaredAttributes() - Method in class org.apache.cayenne.map.ObjEntity
Returns a Collection of all attributes that belong to this ObjEntity, excluding inherited attributes.
getDeclaredLockType() - Method in class org.apache.cayenne.map.ObjEntity
Returns the type of lock used by this ObjEntity, regardless of what locking type is used by super entities.
getDeclaredProperty(String) - Method in class org.apache.cayenne.property.BaseClassDescriptor
 
getDeclaredProperty(String) - Method in interface org.apache.cayenne.property.ClassDescriptor
Returns a Java Bean property descriptor matching property name or null if no such property is found.
getDeclaredQualifier() - Method in class org.apache.cayenne.map.ObjEntity
Returns a qualifier that imposes a restriction on what objects belong to this entity.
getDeclaredRelationships() - Method in class org.apache.cayenne.map.ObjEntity
Returns a Collection of all relationships that belong to this ObjEntity, excluding inherited attributes.
getDefaultClientPackage() - Method in class org.apache.cayenne.map.DataMap
Returns default client package.
getDefaultContext(HttpSession) - Static method in class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated. Returns default Cayenne DataContext associated with the HttpSession.
getDefaultFactory() - Static method in class org.apache.cayenne.dba.AutoAdapter
Returns a DbAdapterFactory configured to detect all databases officially supported by Cayenne.
getDefaultJavaClass(int, int) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
Returns a default Java class for an internal JDBC type.
getDefaultLockType() - Method in class org.apache.cayenne.map.DataMap
 
getDefaultManager() - Static method in class org.apache.cayenne.event.EventManager
Returns the shared EventManager.
getDefaultPackage() - Method in class org.apache.cayenne.map.DataMap
 
getDefaultSchema() - Method in class org.apache.cayenne.map.DataMap
 
getDefaultSuperclass() - Method in class org.apache.cayenne.map.DataMap
 
getDefaultTemplate() - Method in class org.apache.cayenne.query.SQLTemplate
Returns default SQL template for this query.
getDefaultType() - Method in class org.apache.cayenne.access.types.ExtendedTypeMap
Returns a default ExtendedType that is used to handle unmapped types.
getDefaultType(String) - Method in class org.apache.cayenne.access.types.ExtendedTypeMap
Returns a default type for specific Java classes.
getDefaultValue() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getDelegate() - Method in class org.apache.cayenne.access.DataContext
Returns a delegate currently associated with this DataContext.
getDelegate() - Method in class org.apache.cayenne.access.DataPort
Returns previously initialized DataPortDelegate object.
getDelegate() - Method in class org.apache.cayenne.access.Transaction
 
getDelegate() - Method in class org.apache.cayenne.conf.ConfigLoader
Returns the delegate.
getDeletedIds() - Method in class org.apache.cayenne.access.event.SnapshotEvent
 
getDeleteRule() - Method in class org.apache.cayenne.map.ObjRelationship
Returns the deleteRule.
getDescription() - Method in class org.apache.cayenne.validation.SimpleValidationFailure
Returns the error converted to String.
getDescription() - Method in interface org.apache.cayenne.validation.ValidationFailure
Returns a String representation of the error object.
getDescriptor(String) - Method in class org.apache.cayenne.map.EntityDescriptorFactory
 
getDescriptor(String) - Method in interface org.apache.cayenne.property.ClassDescriptorFactory
Returns a ClassDescriptor instance for a given symbolic entity name.
getDeserializer(Class) - Method in class org.apache.cayenne.remote.hessian.EnumSerializerProxy
 
getDestinationNode() - Method in class org.apache.cayenne.access.DataPort
 
getDestJar() - Method in class org.apache.cayenne.project.ProjectConfigInfo
Returns the destJar.
getDiff() - Method in class org.apache.cayenne.graph.GraphEvent
 
getDiffId() - Method in class org.apache.cayenne.graph.NodeDiff
Returns an id of this diff that can be used for various purposes, such as identifying the order of the diff in a sequence.
getDiffs() - Method in class org.apache.cayenne.graph.CompoundDiff
 
getDirection() - Method in class org.apache.cayenne.map.ProcedureParameter
Returns the direction of this parameter.
getDirectory() - Method in class org.apache.cayenne.project.CayenneUserDir
Returns a directory object where all user Cayenne-related configuration is stored.
getDisplayFormat() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getDomain() - Method in class org.apache.cayenne.access.DbGenerator
Returns a DataDomain used by the DbGenerator to detect cross-database relationships.
getDomain(String) - Method in class org.apache.cayenne.conf.Configuration
Returns registered domain matching name or null if no such domain is found.
getDomain() - Method in class org.apache.cayenne.conf.Configuration
Returns default domain of this configuration.
getDomain() - Method in class org.apache.cayenne.map.event.DomainEvent
Returns domain object associated with this event.
getDomain() - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Returns the domain.
getDomainConfiguration() - Method in class org.apache.cayenne.conf.Configuration
Returns a DataDomain as a stream or null if it cannot be found.
getDomainConfiguration() - Method in class org.apache.cayenne.conf.DefaultConfiguration
Returns the domain configuration as a stream or null if it cannot be found.
getDomainConfigurationName() - Method in class org.apache.cayenne.conf.Configuration
Returns the name of the main domain configuration resource.
getDomains() - Method in class org.apache.cayenne.conf.Configuration
Returns an unmodifiable collection of registered DataDomainobjects.
getDomains() - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
Returns the domains.
getDriverFile() - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Returns the driverFile.
getDriverInfo() - Method in class org.apache.cayenne.conf.DriverDataSourceFactory
Returns DataSourceInfo property.
getDriverInfo() - Method in class org.apache.cayenne.project.ProjectDataSourceFactory
 
getEditableFields() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getEditFormat() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getElementAt(int) - Method in class org.apache.cayenne.dataview.DOListModel
 
getEncoding() - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Returns file encoding for the generated files.
getEndColumn() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getEndLine() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getEngine() - Method in class org.apache.cayenne.access.QueryTranslator
Deprecated. Since 1.2 use "getEntityResolver()"
getEntities() - Method in class org.apache.cayenne.access.DataPort
 
getEntity() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Returns entity for the class associated with this generator.
getEntity() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getEntity()
getEntity() - Method in class org.apache.cayenne.map.Attribute
Returns parent entity that holds this attribute.
getEntity() - Method in class org.apache.cayenne.map.EntityDescriptor
Returns ObjEntity described by this object.
getEntity() - Method in class org.apache.cayenne.map.EntityInheritanceTree
 
getEntity() - Method in class org.apache.cayenne.map.event.EntityEvent
Returns entity object associated with this event.
getEntity() - Method in class org.apache.cayenne.map.ProcedureParameter
Deprecated. since 1.2 use getProcedure() instead.
getEntityName() - Method in class org.apache.cayenne.ObjectId
 
getEntityResolver() - Method in class org.apache.cayenne.access.ClientServerChannel
 
getEntityResolver() - Method in class org.apache.cayenne.access.DataContext
Returns EntityResolver.
getEntityResolver() - Method in class org.apache.cayenne.access.DataDomain
Returns an EntityResolver that stores mapping information for this domain.
getEntityResolver() - Method in class org.apache.cayenne.access.DataNode
Returns EntityResolver that handles DataMaps of this node.
getEntityResolver() - Method in class org.apache.cayenne.access.jdbc.BaseSQLAction
 
getEntityResolver() - Method in interface org.apache.cayenne.access.QueryEngine
Returns a resolver for this query engine that is capable of resolving between classes, entity names, and obj/db entities
getEntityResolver() - Method in class org.apache.cayenne.access.QueryTranslator
 
getEntityResolver() - Method in class org.apache.cayenne.CayenneContext
Returns an EntityResolver that provides mapping information needed for CayenneContext operation.
getEntityResolver() - Method in interface org.apache.cayenne.DataChannel
Returns an EntityResolver instance that contains runtime mapping information.
getEntityResolver() - Method in class org.apache.cayenne.dataview.DataView
 
getEntityResolver() - Method in class org.apache.cayenne.dba.JdbcActionBuilder
Returns EntityResolver that can be used to gain access to the mapping objects.
getEntityResolver() - Method in class org.apache.cayenne.gen.EntityUtils
Returns the EntityResolver for this set of DataMaps.
getEntityResolver() - Method in interface org.apache.cayenne.ObjectContext
Returns EntityResolver that stores all mapping information accessible by this ObjectContext.
getEntityResolver() - Method in class org.apache.cayenne.remote.ClientChannel
 
getEntitySorter() - Method in class org.apache.cayenne.access.DataNode
Returns EntitySorter used by the DataNode.
getEntryDelimiter() - Method in class org.apache.cayenne.dataview.MapFormat
 
getEnum(String) - Static method in class org.apache.cayenne.dataview.CalcTypeEnum
 
getEnum(int) - Static method in class org.apache.cayenne.dataview.CalcTypeEnum
 
getEnum(String) - Static method in class org.apache.cayenne.dataview.DataTypeEnum
 
getEnum(int) - Static method in class org.apache.cayenne.dataview.DataTypeEnum
 
getEnumClass() - Method in class org.apache.cayenne.dataview.CalcTypeEnum
 
getEnumClass() - Method in class org.apache.cayenne.dataview.DataTypeEnum
 
getEnumList() - Static method in class org.apache.cayenne.dataview.CalcTypeEnum
 
getEnumList() - Static method in class org.apache.cayenne.dataview.DataTypeEnum
 
getEnumMap() - Static method in class org.apache.cayenne.dataview.CalcTypeEnum
 
getEnumMap() - Static method in class org.apache.cayenne.dataview.DataTypeEnum
 
getEoAttributeName() - Method in class org.apache.cayenne.wocompat.EODbAttribute
 
getEOName() - Method in class org.apache.cayenne.wocompat.EOQuery
 
getEOQueries() - Method in class org.apache.cayenne.wocompat.EOObjEntity
Returns a collection of queries for this entity.
getEOQuery(String) - Method in class org.apache.cayenne.wocompat.EOObjEntity
Returns stored EOQuery.
getError() - Method in class org.apache.cayenne.validation.SimpleValidationFailure
 
getError() - Method in interface org.apache.cayenne.validation.ValidationFailure
Returns an user defined error object.
getEventBridgeFactoryName() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
 
getEventBridgeParameters() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
 
getEventManager() - Method in class org.apache.cayenne.access.ClientServerChannel
 
getEventManager() - Method in class org.apache.cayenne.access.DataContext
Returns EventManager associated with the ObjectStore.
getEventManager() - Method in class org.apache.cayenne.access.DataDomain
Returns EventManager used by this DataDomain.
getEventManager() - Method in class org.apache.cayenne.access.DataRowStore
Returns an EventManager associated with this DataRowStore.
getEventManager() - Method in class org.apache.cayenne.conf.Configuration
Returns EventManager used by this configuration.
getEventManager() - Method in interface org.apache.cayenne.DataChannel
Returns an EventManager associated with this channel.
getEventManager() - Method in class org.apache.cayenne.event.EventBridge
Returns local EventManager used by the bridge.
getEventManager() - Method in class org.apache.cayenne.remote.ClientChannel
 
getEventQueue() - Method in class org.apache.cayenne.event.EventManager
Returns a list of currently queued events.
getExceptionLabel() - Static method in exception org.apache.cayenne.CayenneException
 
getExistingSequences(DataNode) - Method in class org.apache.cayenne.dba.db2.DB2PkGenerator
Fetches a list of existing sequences that might match Cayenne generated ones.
getExistingSequences(DataNode) - Method in class org.apache.cayenne.dba.ingres.IngresPkGenerator
 
getExistingSequences(DataNode) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
Fetches a list of existing sequences that might match Cayenne generated ones.
getExistingSequences(DataNode) - Method in class org.apache.cayenne.dba.postgres.PostgresPkGenerator
Fetches a list of existing sequences that might match Cayenne generated ones.
getExpression() - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTAdd
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTAnd
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTBetween
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTDivide
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTEqual
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTGreater
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTGreaterOrEqual
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTIn
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTLess
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTLessOrEqual
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTLike
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTLikeIgnoreCase
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTList
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTMultiply
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTNegate
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTNot
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTNotBetween
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTNotEqual
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTNotIn
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTNotLike
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTNotLikeIgnoreCase
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTOr
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTPath
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTScalar
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.ASTSubtract
 
getExpressionOperator(int) - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
getExpressionSpec() - Method in class org.apache.cayenne.map.DerivedDbAttribute
Returns the expressionSpec.
getExpressionString() - Method in exception org.apache.cayenne.exp.ExpressionException
 
getExtendedTypes() - Method in class org.apache.cayenne.dba.AutoAdapter
 
getExtendedTypes() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns a map of ExtendedTypes that is used to translate values between Java and JDBC layer.
getExtendedTypes() - Method in class org.apache.cayenne.dba.JdbcAdapter
 
getExternalEventSource() - Method in class org.apache.cayenne.event.EventBridge
Returns an object used as a source of local events posted in response to remote events.
getExternalSubject() - Method in class org.apache.cayenne.event.EventBridge
Returns a String subject used to post distributed events.
getFactories() - Method in class org.apache.cayenne.access.types.ExtendedTypeMap
Returns ExtendedTypeFactories registered with this instance.
getFailedAdapters() - Method in class org.apache.cayenne.conf.ConfigStatus
Returns a map of adapter classes for node names that failed to load.
getFailedDataSources() - Method in class org.apache.cayenne.conf.ConfigStatus
Returns a map of DataSource locations for node names that failed to load.
getFailedMapRefs() - Method in class org.apache.cayenne.conf.ConfigStatus
Returns a list of map reference names that failed to load.
getFailedMaps() - Method in class org.apache.cayenne.conf.ConfigStatus
Returns a map of locations for names of the data maps that failed to load.
getFailures() - Method in class org.apache.cayenne.access.DbGenerator
Returns an object representing a collection of failures that occurred on the last "runGenerator" invocation, or null if there were no failures.
getFailures() - Method in class org.apache.cayenne.validation.ValidationResult
Returns all failures added to this result, or empty list is result has no failures.
getFailures(Object) - Method in class org.apache.cayenne.validation.ValidationResult
Returns all failures related to the source object, or an empty list if there are no such failures.
getFetchLimit() - Method in interface org.apache.cayenne.query.GenericSelectQuery
Deprecated. Returns the limit on the maximium number of records that can be returned by this query.
getFetchLimit() - Method in class org.apache.cayenne.query.ProcedureQuery
 
getFetchLimit() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns the limit on the maximium number of records that can be returned by this query.
getFetchLimit() - Method in class org.apache.cayenne.query.SelectQuery
Returns the fetchLimit.
getFetchLimit() - Method in class org.apache.cayenne.query.SQLTemplate
 
getFetchStartIndex() - Method in interface org.apache.cayenne.query.QueryMetadata
Specifies a start of a range when fetching a subset of records.
getField(int) - Method in class org.apache.cayenne.dataview.DOTableModel
 
getField() - Method in class org.apache.cayenne.dataview.FieldValueChangeEvent
 
getField(int) - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getField(String) - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getFieldCount() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getFieldForObjAttribute(String) - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getFields() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getFirstRows(Query) - Method in class org.apache.cayenne.access.QueryResult
Returns the first results for the query.
getFirstUpdateCount(Query) - Method in class org.apache.cayenne.access.QueryResult
Returns the first update count for the query.
getFirstUpdateCounts(Query) - Method in class org.apache.cayenne.access.QueryResult
Returns the first update count.
getFlattenedDeleteQueries() - Method in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated.  
getFlattenedInsertQueries() - Method in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated.  
getFormatFactory() - Method in class org.apache.cayenne.dataview.DataView
 
getFormats() - Method in class org.apache.cayenne.dataview.MapFormat
 
getFormattedValue(DataObject) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getFormatter() - Method in class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
getFormatter() - Method in class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
getFreshSnapshot(QueryEngine) - Method in exception org.apache.cayenne.access.OptimisticLockException
Retrieves fresh snapshot for the failed row.
getFullSize() - Method in class org.apache.cayenne.util.IncrementalListResponse
 
getFullyQualifiedName() - Method in class org.apache.cayenne.map.DbEntity
Returns table name including schema, if present.
getFullyQualifiedName() - Method in class org.apache.cayenne.map.DerivedDbEntity
 
getFullyQualifiedName() - Method in class org.apache.cayenne.map.Procedure
Returns procedure name including schema, if present.
getGeneratedAttributes() - Method in class org.apache.cayenne.map.DbEntity
Returns an unmodifiable collection of DbAttributes that are generated by the database.
getGeneratorName() - Method in class org.apache.cayenne.map.DbKeyGenerator
 
getGeneratorType() - Method in class org.apache.cayenne.map.DbKeyGenerator
 
getGenericClassName() - Method in class org.apache.cayenne.access.DbLoader
Returns a name of a generic class that should be used for all ObjEntities.
getGlobalExceptions() - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
Returns a list of global exceptions that occured during data operation run.
getGraphManager() - Method in class org.apache.cayenne.access.DataContext
Returns this context's ObjectStore.
getGraphManager() - Method in class org.apache.cayenne.CayenneContext
 
getGraphManager() - Method in interface org.apache.cayenne.ObjectContext
Returns GraphManager that manages object graph associated with this context.
getGroupByAttributes() - Method in class org.apache.cayenne.map.DerivedDbEntity
Returns attributes used in GROUP BY as an unmodifiable list.
getHandler(URL) - Static method in class org.apache.cayenne.dba.TypesHandler
 
getHasSuperClass() - Method in class org.apache.cayenne.wocompat.EOObjEntity
Deprecated. since 2.0 use isSubclass()
getHelperForNode(List, DataNode) - Static method in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated. Finds an existing helper for DataNode, creates a new one if no matching helper is found.
getHoldability() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
getId() - Method in class org.apache.cayenne.dataview.DataObjectChangeEvent
 
getId() - Method in class org.apache.cayenne.map.event.MapEvent
Returns the id.
getIdIndexes(DbEntity) - Method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
getIdSnapshot() - Method in class org.apache.cayenne.ObjectId
Returns an unmodifiable Map of persistent id values, essentailly a primary key map.
GetImage() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getIndex() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getIndexValue(Object) - Method in class org.apache.cayenne.util.IndexPropertyList
 
getIndirectlyModifiedIds() - Method in class org.apache.cayenne.access.event.SnapshotEvent
 
getInfo() - Method in class org.apache.cayenne.event.CayenneEvent
 
getInfo() - Method in class org.apache.cayenne.tools.DeploymentConfigurator
 
getInputStream(String) - Method in class org.apache.cayenne.conf.DriverDataSourceFactory
 
getInsertBatchSize() - Method in class org.apache.cayenne.access.DataPort
 
getInstance() - Static method in class org.apache.cayenne.conf.ConnectionProperties
Returns ConnectionProperties singleton.
getInstance() - Static method in class org.apache.cayenne.gen.StringUtils
 
getInstance() - Static method in class org.apache.cayenne.project.CayenneUserDir
 
getInstance() - Static method in class org.apache.cayenne.project.FlatProjectView
Returns a FlatProjectView singleton.
getInstance() - Static method in class org.apache.cayenne.project.validator.MappingNamesHelper
Returns shared instance of the validator.
getInvalidatedIds() - Method in class org.apache.cayenne.access.event.SnapshotEvent
 
getInvalidText() - Method in class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
getInvalidText() - Method in class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
getIsAbstractEntity() - Method in class org.apache.cayenne.wocompat.EOObjEntity
Deprecated. since 2.0 use isAbstractEntity()
getIsClientEntity() - Method in class org.apache.cayenne.wocompat.EOObjEntity
Deprecated. since 2.0 use !isServerOnly()
getJavaBySqlType(int) - Static method in class org.apache.cayenne.dba.TypesMapping
Get the corresponding Java type by its java.sql.Types counterpart.
getJavaBySqlType(int, int, int) - Static method in class org.apache.cayenne.dba.TypesMapping
Get the corresponding Java type by its java.sql.Types counterpart.
getJavaClass() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
getJavaClass() - Method in class org.apache.cayenne.dataview.DataTypeEnum
 
getJavaClass(DataTypeEnum) - Method in class org.apache.cayenne.dataview.DataTypeSpec
 
getJavaClass() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getJavaClass() - Method in class org.apache.cayenne.map.ObjAttribute
Returns Java class of an object property described by this attribute.
getJavaClass(ClassLoader) - Method in class org.apache.cayenne.map.ObjEntity
Deprecated. since 1.2 thread ClassLoader is used.
getJavaClass() - Method in class org.apache.cayenne.map.ObjEntity
Returns Java class of persistent objects described by this entity.
getJavaClass(String) - Static method in class org.apache.cayenne.util.Util
Creates a Java class, handling regular class names as well as single-dimensional arrays and primitive types.
getJdbcDriver() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
getJdbcDriver() - Method in class org.apache.cayenne.conn.PoolManager
Returns a name of a JDBC driver used to initialize this pool.
getJdbcType() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
getJdbcType() - Method in class org.apache.cayenne.access.jdbc.ParameterBinding
 
getJdbcTypes() - Method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
getJoins() - Method in class org.apache.cayenne.map.DbRelationship
Returns a list of joins.
getKey() - Method in class org.apache.cayenne.ObjectId
 
getKeyCacheSize() - Method in class org.apache.cayenne.map.DbKeyGenerator
 
getLabel() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
Returns "label" used in a DataRow for column value.
getLastModified(Resource) - Method in class org.apache.cayenne.access.jdbc.SQLTemplateResourceManager
 
getLastPrefetchHint() - Method in class org.apache.cayenne.query.PrefetchSelectQuery
Retunrs last incoming ObjRelationship in the prefetch relationship chain.
getLine() - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
Deprecated.  
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
getListenerCount() - Method in class org.apache.cayenne.dataview.EventDispatcher
 
getLoaderDelegate() - Method in class org.apache.cayenne.conf.Configuration
Returns a delegate used for controlling the loading of configuration elements.
getLoaderNameForResource(String) - Method in class org.apache.cayenne.access.jdbc.SQLTemplateResourceManager
 
getLoadStatus() - Method in class org.apache.cayenne.conf.Configuration
Returns the load status.
getLoadStatus() - Method in class org.apache.cayenne.project.ApplicationProject
 
getLoadStatus() - Method in class org.apache.cayenne.project.DataMapProject
Always returns empty status.
getLoadStatus() - Method in class org.apache.cayenne.project.PartialProject
 
getLoadStatus() - Method in class org.apache.cayenne.project.Project
 
getLocale() - Method in class org.apache.cayenne.dataview.DataView
 
getLocalSubject() - Method in class org.apache.cayenne.event.EventBridge
Deprecated. since 1.2 EventBridge supports multiple local subjects, so use 'getLocalSubjects()' instead. This method returns the first subject from the subject array for backwards compatibility.
getLocalSubjects() - Method in class org.apache.cayenne.event.EventBridge
Returns a Collection of local EventSubjects.
getLocation() - Method in class org.apache.cayenne.map.DataMap
Returns "location" property value.
getLocation() - Method in class org.apache.cayenne.project.ProjectFile
Builds a filename from the object name and "file suffix".
getLocationSuffix() - Method in class org.apache.cayenne.project.ApplicationProjectFile
Returns suffix to append to object name when creating a file name.
getLocationSuffix() - Method in class org.apache.cayenne.project.DataMapFile
Returns ".map.xml" that should be used as a file suffix for DataMaps.
getLocationSuffix() - Method in class org.apache.cayenne.project.DataNodeFile
Returns ".driver.xml" that should be used as a file suffix for DataNode driver files.
getLocationSuffix() - Method in class org.apache.cayenne.project.ProjectFile
Returns suffix to append to object name when creating a file name.
getLockType() - Method in class org.apache.cayenne.map.ObjEntity
Returns the type of lock used by this ObjEntity.
getLogger() - Method in class org.apache.cayenne.conn.DriverDataSource
 
getLoggingLevel() - Method in class org.apache.cayenne.access.DataDomainLegacyQueryAction
Deprecated. since 1.2, as corresponding interface method is deprecated too.
getLoggingLevel() - Method in interface org.apache.cayenne.access.OperationHints
Deprecated. Unused since 1.2
getLoggingLevel() - Static method in class org.apache.cayenne.access.QueryLogger
Returns current logging level.
getLoggingLevel() - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
Deprecated. since 1.2
getLoggingLevel() - Static method in class org.apache.cayenne.conf.Configuration
Deprecated. since 1.2 unused
getLoginId() - Method in class org.apache.cayenne.event.XMPPBridge
 
getLoginTimeout() - Method in class org.apache.cayenne.conn.DriverDataSource
 
getLoginTimeout() - Method in class org.apache.cayenne.conn.PoolDataSource
 
getLoginTimeout() - Method in class org.apache.cayenne.conn.PoolManager
 
getLoginTimeout() - Method in class org.apache.cayenne.project.ProjectDataSource
 
getLogLevel() - Method in class org.apache.cayenne.access.Transaction
Deprecated. since 1.2 unused
getLogLevel() - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
Deprecated. since 1.2
getLogWriter() - Method in class org.apache.cayenne.conn.DriverDataSource
 
getLogWriter() - Method in class org.apache.cayenne.conn.PoolDataSource
 
getLogWriter() - Method in class org.apache.cayenne.conn.PoolManager
 
getLogWriter() - Method in class org.apache.cayenne.project.ProjectDataSource
 
getLookupCache() - Method in class org.apache.cayenne.dataview.DataView
 
getLookupField() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getLookupObjEntityViewFields() - Method in class org.apache.cayenne.dataview.DataView
 
getLookupValues() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getMainFile() - Method in class org.apache.cayenne.project.Project
Returns a canonical form of a main file associated with this project.
getMap(String) - Method in class org.apache.cayenne.access.DataDomain
Returns DataMap matching name parameter.
getMap() - Method in class org.apache.cayenne.util.EntityMergeSupport
 
getMapConfiguration(String) - Method in class org.apache.cayenne.conf.Configuration
Returns a DataMap with the given name or null if it cannot be found.
getMapConfiguration(String) - Method in class org.apache.cayenne.conf.DefaultConfiguration
Returns the DataMap configuration from a specified location or null if it cannot be found.
getMapMessageKey(String, String) - Method in class org.apache.cayenne.conf.ConfigStatus
 
getMappedEntities(DbEntity) - Method in class org.apache.cayenne.map.DataMap
Returns all ObjEntities mapped to the given DbEntity.
getMapRefMessageKey(String) - Method in class org.apache.cayenne.conf.ConfigStatus
 
getMaxConnections() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
getMaxConnections() - Method in class org.apache.cayenne.conn.PoolManager
Returns maximum number of connections this pool can keep.
getMaxFetchSize() - Method in class org.apache.cayenne.access.IncrementalFaultList
Get the upper bound on the number of records to resolve in one round trip to the database.
getMaxLength() - Method in class org.apache.cayenne.map.DbAttribute
Returns the length of database column described by this attribute.
getMaxLength() - Method in class org.apache.cayenne.map.ProcedureParameter
 
getMaxSeverity() - Method in class org.apache.cayenne.project.validator.Validator
Returns maximum severity level encountered during the last validation run.
getMeaningfulFKs(ObjEntity) - Method in class org.apache.cayenne.util.EntityMergeSupport
Returns a list of ObjAttributes that are mapped to foreign keys.
getMessage() - Method in exception org.apache.cayenne.access.OptimisticLockException
Returns descriptive message for this exception.
getMessage() - Method in exception org.apache.cayenne.CayenneException
 
getMessage() - Method in exception org.apache.cayenne.CayenneRuntimeException
Returns message that includes Cayenne version label and the actual exception message.
getMessage() - Method in exception org.apache.cayenne.DeleteDenyException
 
getMessage() - Method in exception org.apache.cayenne.exp.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.apache.cayenne.project.validator.ValidationInfo
Returns the message.
getMessage() - Method in exception org.apache.cayenne.wocompat.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.cayenne.wocompat.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMetaData() - Method in class org.apache.cayenne.access.DbLoader
Returns DatabaseMetaData object associated with this DbLoader.
getMetaData() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.AbstractQuery
Returns default select parameters.
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.BatchQuery
Returns default select parameters.
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.IndirectQuery
Returns the metadata obtained from the replacement query.
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.InsertQuery
Deprecated.  
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.NamedQuery
 
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.ObjectIdQuery
Returns query metadata object.
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.ProcedureQuery
 
getMetaData(EntityResolver) - Method in interface org.apache.cayenne.query.Query
Returns query runtime parameters.
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.QueryChain
Returns default metadata.
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.RelationshipQuery
Returns query metadata object.
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.SelectQuery
 
getMetaData(EntityResolver) - Method in class org.apache.cayenne.query.SQLTemplate
 
getMethod() - Method in class org.apache.cayenne.util.Invocation
 
getMinConnections() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
getMinConnections() - Method in class org.apache.cayenne.conn.PoolManager
Returns the absolute minimum number of connections allowed in this pool at any moment in time.
getModelUrl() - Method in class org.apache.cayenne.wocompat.EOModelHelper
Returns EOModel location as URL.
getModifiedDiffs() - Method in class org.apache.cayenne.access.event.SnapshotEvent
 
getModifiedObject() - Method in class org.apache.cayenne.dataview.FieldValueChangeEvent
 
getMulticastAddress() - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
getMulticastPort() - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
getName() - Method in class org.apache.cayenne.access.DataDomain
Returns "name" property value.
getName() - Method in class org.apache.cayenne.access.DataNode
Returns node name.
getName() - Method in class org.apache.cayenne.access.DataRowStore
Returns the name of this DataRowStore.
getName() - Method in class org.apache.cayenne.access.jdbc.BindDirective
 
getName() - Method in class org.apache.cayenne.access.jdbc.BindEqualDirective
 
getName() - Method in class org.apache.cayenne.access.jdbc.BindNotEqualDirective
 
getName() - Method in class org.apache.cayenne.access.jdbc.ChainDirective
 
getName() - Method in class org.apache.cayenne.access.jdbc.ChunkDirective
 
getName() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
Retunrs column name.
getName() - Method in class org.apache.cayenne.access.jdbc.ResultDirective
 
getName() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getName() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getName() - Method in class org.apache.cayenne.exp.ExpressionParameter
Returns the name of the expression parameter.
getName() - Method in class org.apache.cayenne.map.Attribute
 
getName() - Method in class org.apache.cayenne.map.DataMap
Returns the name of this DataMap.
getName() - Method in class org.apache.cayenne.map.DbKeyGenerator
 
getName() - Method in class org.apache.cayenne.map.Entity
Returns entity name.
getName() - Method in class org.apache.cayenne.map.MapObject
Deprecated.  
getName() - Method in class org.apache.cayenne.map.Procedure
 
getName() - Method in class org.apache.cayenne.map.ProcedureParameter
 
getName() - Method in class org.apache.cayenne.map.Relationship
 
getName() - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Returns the name.
getName() - Method in class org.apache.cayenne.property.BeanAccessor
 
getName() - Method in class org.apache.cayenne.property.DataObjectAccessor
 
getName() - Method in class org.apache.cayenne.property.FieldAccessor
 
getName() - Method in interface org.apache.cayenne.property.PropertyAccessor
Returns property name.
getName() - Method in class org.apache.cayenne.property.SimpleProperty
 
getName() - Method in class org.apache.cayenne.query.AbstractQuery
Returns a symbolic name of the query.
getName() - Method in class org.apache.cayenne.query.BatchQuery
 
getName() - Method in class org.apache.cayenne.query.IndirectQuery
 
getName() - Method in class org.apache.cayenne.query.PrefetchTreeNode
 
getName() - Method in interface org.apache.cayenne.query.Query
Returns a symbolic name of the query.
getName() - Method in class org.apache.cayenne.query.QueryChain
 
getName() - Method in class org.apache.cayenne.remote.RemoteSession
Returns session group name.
getName() - Method in interface org.apache.cayenne.util.CayenneMapEntry
Returns the name property of this object.
getNames() - Method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
getNamespace() - Method in class org.apache.cayenne.map.DataMap
Returns a parent namespace where this DataMap resides.
getNewBlobFunction() - Method in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
 
getNewClobFunction() - Method in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
 
getNewName() - Method in class org.apache.cayenne.map.event.AttributeEvent
 
getNewName() - Method in class org.apache.cayenne.map.event.DataMapEvent
 
getNewName() - Method in class org.apache.cayenne.map.event.DataNodeEvent
 
getNewName() - Method in class org.apache.cayenne.map.event.DomainEvent
 
getNewName() - Method in class org.apache.cayenne.map.event.EntityEvent
 
getNewName() - Method in class org.apache.cayenne.map.event.MapEvent
Returns the newName of the object that caused this event.
getNewName() - Method in class org.apache.cayenne.map.event.ProcedureEvent
 
getNewName() - Method in class org.apache.cayenne.map.event.ProcedureParameterEvent
 
getNewName() - Method in class org.apache.cayenne.map.event.QueryEvent
 
getNewName() - Method in class org.apache.cayenne.map.event.RelationshipEvent
 
getNewValue() - Method in class org.apache.cayenne.dataview.FieldValueChangeEvent
 
getNextPrimaryKey() - Method in class org.apache.cayenne.dba.PkRange
 
getNextToken() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
getNextToken() - Method in class org.apache.cayenne.exp.parser.ExpressionParserTokenManager
 
getNextToken() - Method in class org.apache.cayenne.wocompat.parser.Parser
 
getNextToken() - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
getNode(String) - Method in class org.apache.cayenne.access.DataDomain
Returns registered DataNode whose name matches name parameter.
getNode(Object) - Method in class org.apache.cayenne.access.ObjectStore
Returns a registered DataObject or null of no object exists for the ObjectId.
getNode() - Method in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated. Returns the node.
getNode(Object) - Method in interface org.apache.cayenne.graph.GraphManager
Returns a graph node given an id.
getNode(Object) - Method in class org.apache.cayenne.graph.GraphMap
 
getNode(String) - Method in class org.apache.cayenne.query.PrefetchTreeNode
Looks up an existing node in the tree desribed by the dot-separated path.
getNodeId() - Method in class org.apache.cayenne.graph.NodeDiff
 
getNodes() - Method in class org.apache.cayenne.project.ProjectConfigInfo
Returns the nodes.
getNullFormat() - Method in class org.apache.cayenne.dataview.MapFormat
 
getNullText() - Method in class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
getNullText() - Method in class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
getNullValueDesignation() - Method in class org.apache.cayenne.dataview.MapFormat
 
getObjAttribute() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getObject(ObjectId) - Method in class org.apache.cayenne.access.ObjectStore
Deprecated. since 1.2 a GraphManager ObjectStore.getNode(Object) method should be used.
getObject() - Method in exception org.apache.cayenne.DeleteDenyException
 
getObject() - Method in class org.apache.cayenne.project.ApplicationProjectFile
Returns a project.
getObject() - Method in class org.apache.cayenne.project.DataMapFile
Returns DataMap associated with this project.
getObject() - Method in class org.apache.cayenne.project.DataNodeFile
 
getObject() - Method in class org.apache.cayenne.project.ProjectFile
Returns a project object associated with this file.
getObject() - Method in class org.apache.cayenne.project.ProjectPath
Returns the last object in the path.
getObject(int) - Method in class org.apache.cayenne.query.BatchQuery
Deprecated. Since 1.2 renamed to "getValue()"
getObjectClass() - Method in class org.apache.cayenne.property.BaseClassDescriptor
 
getObjectClass() - Method in interface org.apache.cayenne.property.ClassDescriptor
Returns a bean class mapped by this descriptor.
getObjectContext() - Method in class org.apache.cayenne.CayenneDataObject
Returns this object's DataContext.
getObjectContext() - Method in interface org.apache.cayenne.Persistent
 
getObjectContext() - Method in class org.apache.cayenne.PersistentObject
 
getObjectId() - Method in class org.apache.cayenne.CayenneDataObject
 
getObjectId() - Method in interface org.apache.cayenne.Persistent
 
getObjectId() - Method in class org.apache.cayenne.PersistentObject
 
getObjectId() - Method in class org.apache.cayenne.query.BatchQuery
Returns an ObjectId associated with the current batch iteration.
getObjectId() - Method in class org.apache.cayenne.query.InsertBatchQuery
Returns an ObjectId associated with the current batch iteration.
getObjectId() - Method in class org.apache.cayenne.query.InsertQuery
Deprecated.  
getObjectId() - Method in class org.apache.cayenne.query.ObjectIdQuery
 
getObjectId() - Method in class org.apache.cayenne.query.RelationshipQuery
 
getObjectId() - Method in class org.apache.cayenne.query.UpdateBatchQuery
Returns an ObjectId associated with the current batch iteration.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.cayenne.conn.ContainerPoolFactory
Creates and returns a new PoolManager instance.
getObjectIterator() - Method in class org.apache.cayenne.access.ObjectStore
Returns an iterator over the registered objects.
getObjectName() - Method in class org.apache.cayenne.project.ApplicationProjectFile
 
getObjectName() - Method in class org.apache.cayenne.project.DataMapFile
 
getObjectName() - Method in class org.apache.cayenne.project.DataNodeFile
 
getObjectName() - Method in class org.apache.cayenne.project.ProjectFile
Returns a name of associated object, that is also used as a file name.
getObjectParent() - Method in class org.apache.cayenne.project.ProjectPath
Returns an object corresponding to the parent node of the node represented by the path.
getObjects() - Method in class org.apache.cayenne.access.ObjectStore
Deprecated. since 1.2 use GraphManager method ObjectStore.registeredNodes().
getObjectSnapshot() - Method in class org.apache.cayenne.query.InsertQuery
Deprecated.  
getObjectStore() - Method in class org.apache.cayenne.access.DataContext
Returns ObjectStore associated with this DataContext.
getObjEntities() - Method in class org.apache.cayenne.gen.MapClassGenerator
 
getObjEntities() - Method in class org.apache.cayenne.map.DataMap
Returns an unmodifiable collection of ObjEntities stored in this DataMap.
getObjEntities(boolean) - Method in class org.apache.cayenne.map.DataMap
Deprecated. since 1.2 use getObjEntities().
getObjEntities() - Method in class org.apache.cayenne.map.EntityResolver
 
getObjEntities() - Method in interface org.apache.cayenne.map.MappingNamespace
Returns all ObjEntities in the namespace.
getObjEntitiesForDelete() - Method in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated. Returns the objEntitiesForDelete.
getObjEntitiesForInsert() - Method in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated. Returns the objEntitiesForInsert.
getObjEntitiesForUpdate() - Method in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated. Returns the objEntitiesForUpdate.
getObjEntity() - Method in class org.apache.cayenne.access.trans.QualifierTranslator
 
getObjEntity() - Method in class org.apache.cayenne.access.trans.QueryAssemblerHelper
 
getObjEntity() - Method in class org.apache.cayenne.CayenneDataObject
Returns mapped ObjEntity for this object.
getObjEntity() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getObjEntity(String) - Method in class org.apache.cayenne.map.DataMap
Returns an ObjEntity for a given name.
getObjEntity(String) - Method in class org.apache.cayenne.map.EntityResolver
 
getObjEntity(String) - Method in interface org.apache.cayenne.map.MappingNamespace
Returns ObjEntity for a given name, or null if no such ObjEntity is found in the MappingNamespace.
getObjEntity() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns an ObjEntity associated with a query or null if no such entity exists.
getObjEntityComparator() - Method in class org.apache.cayenne.access.util.PrimaryKeyHelper
Deprecated.  
getObjEntityComparator(boolean) - Method in class org.apache.cayenne.map.AshwoodEntitySorter
 
getObjEntityForJavaClass(String) - Method in class org.apache.cayenne.map.DataMap
Returns an ObjEntity for a DataObject class name.
getObjEntityMap() - Method in class org.apache.cayenne.map.DataMap
Returns a sorted unmodifiable map of ObjEntities contained in this DataMap, keyed by ObjEntity name.
getObjEntityView(String) - Method in class org.apache.cayenne.dataview.DataView
 
getObjEntityViewNames() - Method in class org.apache.cayenne.dataview.DataView
 
getObjEntityViews() - Method in class org.apache.cayenne.dataview.DataView
 
getObjRelationship() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getOldLocation() - Method in class org.apache.cayenne.project.ProjectFile
Returns saved location of a file.
getOldName() - Method in class org.apache.cayenne.map.event.MapEvent
Returns the oldName.
getOldValue() - Method in class org.apache.cayenne.dataview.FieldValueChangeEvent
 
getOperand(int) - Method in class org.apache.cayenne.exp.BinaryExpression
Deprecated.  
getOperand(int) - Method in class org.apache.cayenne.exp.Expression
Returns a value of operand at index.
getOperand(int) - Method in class org.apache.cayenne.exp.ListExpression
Deprecated.  
getOperand(int) - Method in class org.apache.cayenne.exp.parser.ASTList
 
getOperand(int) - Method in class org.apache.cayenne.exp.parser.ASTPath
 
getOperand(int) - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
getOperand(int) - Method in class org.apache.cayenne.exp.TernaryExpression
Deprecated.  
getOperand(int) - Method in class org.apache.cayenne.exp.UnaryExpression
Deprecated.  
getOperandCount() - Method in class org.apache.cayenne.exp.BinaryExpression
Deprecated.  
getOperandCount() - Method in class org.apache.cayenne.exp.Expression
Returns a count of operands of this expression.
getOperandCount() - Method in class org.apache.cayenne.exp.ListExpression
Deprecated. Returns the number of operands currently in the list.
getOperandCount() - Method in class org.apache.cayenne.exp.parser.ASTList
 
getOperandCount() - Method in class org.apache.cayenne.exp.parser.ASTNegate
 
getOperandCount() - Method in class org.apache.cayenne.exp.parser.ASTPath
 
getOperandCount() - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
getOperandCount() - Method in class org.apache.cayenne.exp.TernaryExpression
Deprecated.  
getOperandCount() - Method in class org.apache.cayenne.exp.UnaryExpression
Deprecated.  
getOperation() - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
getOracleCursorType() - Static method in class org.apache.cayenne.dba.oracle.OracleAdapter
Returns an Oracle JDBC extension type defined in oracle.jdbc.driver.OracleTypes.CURSOR.
getOrderByColumnList() - Method in class org.apache.cayenne.access.trans.OrderingTranslator
Returns the column expressions (not Expressions) used in the order by clause.
getOrderings() - Method in class org.apache.cayenne.query.SelectQuery
Returns a list of orderings used by this query.
getOtherFailures() - Method in class org.apache.cayenne.conf.ConfigStatus
Returns a list of error messages not directly associated with project objects, such as XML pare exceptions, IOExceptions, etc.
getOutParamIndexes() - Method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
getOutputStreamFromBlobMethod() - Static method in class org.apache.cayenne.dba.oracle.OracleAdapter
 
getOwner() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getOwner() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getPackageName() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Returns Java package name of the class associated with this generator.
getPackageName() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getPackageName()
getPackagePath(String) - Static method in class org.apache.cayenne.util.Util
Returns package name for the Java class as a path separated with forward slash ("/").
getPageSize() - Method in class org.apache.cayenne.access.IncrementalFaultList
Returns the pageSize.
getPageSize() - Method in interface org.apache.cayenne.query.GenericSelectQuery
Deprecated. Returns query page size.
getPageSize() - Method in class org.apache.cayenne.query.ProcedureQuery
 
getPageSize() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns query page size.
getPageSize() - Method in class org.apache.cayenne.query.SelectQuery
Returns pageSize property.
getPageSize() - Method in class org.apache.cayenne.query.SQLTemplate
 
getPageSize() - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
Returns the pageSize.
getParameter() - Method in class org.apache.cayenne.map.event.ProcedureParameterEvent
 
getParameters() - Method in class org.apache.cayenne.query.ProcedureQuery
Returns a map of procedure parameters.
getParameters() - Method in class org.apache.cayenne.query.SQLTemplate
Utility method to get the first set of parameters, since most queries will only have one.
getParameterTypes() - Method in class org.apache.cayenne.util.Invocation
 
getParameterValues(BatchQuery) - Method in class org.apache.cayenne.access.trans.BatchQueryBuilder
Returns a list of values for the current batch iteration.
getParameterValues(BatchQuery) - Method in class org.apache.cayenne.access.trans.InsertBatchQueryBuilder
Returns a list of values for the current batch iteration.
getParams() - Method in class org.apache.cayenne.map.DerivedDbAttribute
Returns the params.
getParent() - Method in class org.apache.cayenne.access.DataContext
Deprecated. since 1.2. Use 'getParentDataDomain()' or 'getChannel()' instead.
getParent() - Method in class org.apache.cayenne.map.Attribute
 
getParent() - Method in class org.apache.cayenne.map.DbKeyGenerator
 
getParent() - Method in class org.apache.cayenne.map.Entity
 
getParent() - Method in class org.apache.cayenne.map.MapObject
Deprecated.  
getParent() - Method in class org.apache.cayenne.map.Procedure
 
getParent() - Method in class org.apache.cayenne.map.ProcedureParameter
 
getParent() - Method in class org.apache.cayenne.map.Relationship
 
getParent() - Method in class org.apache.cayenne.query.PrefetchTreeNode
 
getParent() - Method in class org.apache.cayenne.util.CayenneMap
Returns the parent.
getParent() - Method in interface org.apache.cayenne.util.CayenneMapEntry
Returns the parent map.
getParentDataDomain() - Method in class org.apache.cayenne.access.DataContext
Returns a DataDomain used by this DataContext.
getParentEntity() - Method in class org.apache.cayenne.map.DerivedDbEntity
Returns the parentEntity.
getParentEntityName() - Method in class org.apache.cayenne.map.DerivedDbEntity
Returns the parentEntityName.
getParentObjEntityName() - Method in class org.apache.cayenne.query.SelectQuery
Returns the name of parent ObjEntity.
getParentQualifier() - Method in class org.apache.cayenne.query.SelectQuery
Getter for query parent entity qualifier.
getParentQuery() - Method in class org.apache.cayenne.query.PrefetchSelectQuery
 
getParentTask() - Method in class org.apache.cayenne.gen.AntClassGenerator
 
getParser() - Method in class org.apache.cayenne.util.AbstractHandler
Deprecated. Returns currently used XMLReader.
getPassword() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
getPassword() - Method in class org.apache.cayenne.conn.PoolManager
Returns a data source password used to initialize this pool.
getPassword() - Method in class org.apache.cayenne.event.XMPPBridge
 
getPassword() - Method in class org.apache.cayenne.remote.hessian.HessianConnection
Returns password that is used for basic authentication when connecting to the cayenne server.
getPath() - Method in class org.apache.cayenne.exp.parser.ASTPath
 
getPath() - Method in class org.apache.cayenne.project.ProjectPath
 
getPath() - Method in class org.apache.cayenne.project.validator.ValidationInfo
Returns the ProjectPath object identifing a location described by this ValidationInfo.
getPath() - Method in class org.apache.cayenne.query.PrefetchTreeNode
Returns full prefetch path, that is a dot separated String of node names starting from root and up to and including this node.
getPath(PrefetchTreeNode) - Method in class org.apache.cayenne.query.PrefetchTreeNode
 
getPattern() - Method in class org.apache.cayenne.exp.parser.PatternMatchNode
 
getPersistenceState() - Method in class org.apache.cayenne.CayenneDataObject
 
getPersistenceState() - Method in interface org.apache.cayenne.Persistent
 
getPersistenceState() - Method in class org.apache.cayenne.PersistentObject
 
getPkCacheSize() - Method in class org.apache.cayenne.dba.frontbase.FrontBasePkGenerator
Retruns zero as PK caching is not supported by FrontBaseAdapter.
getPkCacheSize() - Method in class org.apache.cayenne.dba.JdbcPkGenerator
Returns a size of the entity primary key cache.
getPkCacheSize() - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
Returns zero, since PK caching is not feasible with OpenBase PK generation mechanism.
getPkGenerator() - Method in class org.apache.cayenne.dba.AutoAdapter
Returns a primary key generator.
getPkGenerator() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns primary key generator associated with this DbAdapter.
getPkGenerator() - Method in class org.apache.cayenne.dba.JdbcAdapter
Returns primary key generator associated with this DbAdapter.
getPooledConnection() - Method in class org.apache.cayenne.conn.PoolDataSource
 
getPooledConnection(String, String) - Method in class org.apache.cayenne.conn.PoolDataSource
 
getPoolSize() - Method in class org.apache.cayenne.conn.PoolManager
Returns current number of connections.
getPostedBy() - Method in class org.apache.cayenne.event.CayenneEvent
Returns an object that posted this event.
getPrecision() - Method in class org.apache.cayenne.access.jdbc.ParameterBinding
 
getPrecision() - Method in class org.apache.cayenne.map.DbAttribute
Returns the number of digits after period for DECIMAL.
getPrecision() - Method in class org.apache.cayenne.map.ProcedureParameter
 
getPreferredIndex() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getPrefetches() - Method in class org.apache.cayenne.query.SelectQuery
Deprecated. since 1.2 use 'getPrefetchTree' to explore prefetches.
getPrefetchPath() - Method in class org.apache.cayenne.query.PrefetchSelectQuery
Returns the prefetchPath.
getPrefetchTree() - Method in interface org.apache.cayenne.query.GenericSelectQuery
Deprecated. Returns a root node of prefetch tree used by this query, or null of no prefetches are configured.
getPrefetchTree() - Method in class org.apache.cayenne.query.ProcedureQuery
 
getPrefetchTree() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns a root node of prefetch tree used by this query, or null of no prefetches are configured.
getPrefetchTree() - Method in class org.apache.cayenne.query.SelectQuery
 
getPrefetchTree() - Method in class org.apache.cayenne.query.SQLTemplate
 
getPrimaryDataMap() - Method in class org.apache.cayenne.gen.EntityUtils
 
getPrimaryKey(Statement, String) - Method in class org.apache.cayenne.dba.mysql.MySQLPkGenerator
 
getPrimaryKey() - Method in class org.apache.cayenne.map.DbEntity
Returns an unmodifiable list of DbAttributes representing the primary key of the table described by this DbEntity.
getPrimaryKeyGenerator() - Method in class org.apache.cayenne.map.DbEntity
 
getPrimaryKeyHelper() - Method in class org.apache.cayenne.access.DataDomain
Deprecated. unused since 1.2
getPrintWriter() - Method in class org.apache.cayenne.util.XMLEncoder
 
getProcedure() - Method in class org.apache.cayenne.access.jdbc.ProcedureAction
Returns stored procedure for an internal query.
getProcedure() - Method in class org.apache.cayenne.access.trans.ProcedureTranslator
 
getProcedure(String) - Method in class org.apache.cayenne.map.DataMap
Returns a Procedure for a given name or null if no such procedure exists.
getProcedure(String) - Method in class org.apache.cayenne.map.EntityResolver
 
getProcedure() - Method in class org.apache.cayenne.map.event.ProcedureEvent
 
getProcedure(String) - Method in interface org.apache.cayenne.map.MappingNamespace
Returns Procedure for a given name, or null if no such Procedure is found in the MappingNamespace.
getProcedure() - Method in class org.apache.cayenne.map.ProcedureParameter
Returns the procedure that holds this parameter.
getProcedure() - Method in interface org.apache.cayenne.query.QueryMetadata
Returns a Procedure associated with a query or null if no such procedure exists.
getProcedureMap() - Method in class org.apache.cayenne.map.DataMap
Returns a sorted unmodifiable map of Procedures in this DataMap keyed by name.
getProcedureName() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
Returns the name of the parent stored procedure.
getProcedureQuery() - Method in class org.apache.cayenne.access.trans.ProcedureTranslator
 
getProcedureResultDescriptor() - Method in class org.apache.cayenne.access.trans.ProcedureTranslator
Deprecated. Since 1.2 is unused. Instead OUTParametersReader is created inside a SQLAction.
getProcedures() - Method in class org.apache.cayenne.map.DataMap
Returns stored procedures associated with this DataMap.
getProcedures() - Method in class org.apache.cayenne.map.EntityResolver
 
getProcedures() - Method in interface org.apache.cayenne.map.MappingNamespace
Returns all Procedures in the namespace.
getProcessedMessagesCount() - Method in class org.apache.cayenne.remote.BaseConnection
Returns a count of processed messages since the beginning of life of this connector.
getProject() - Method in class org.apache.cayenne.project.ProjectFile
Returns the project.
getProject() - Method in class org.apache.cayenne.project.validator.Validator
Returns the project.
getProjectDirectory() - Method in class org.apache.cayenne.conf.FileConfiguration
Returns the directory of the current project file as returned by FileConfiguration.getProjectFile().
getProjectDirectory() - Method in class org.apache.cayenne.project.Project
Returns project directory.
getProjectFile() - Method in class org.apache.cayenne.conf.FileConfiguration
Returns the main domain file used for this configuration.
getProjectVersion() - Method in class org.apache.cayenne.conf.Configuration
 
getProp() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
 
getProp() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getProp()
getPropAsConstantName() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
 
getPropAsConstantName() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getPropAsConstantName()
getProperties() - Method in class org.apache.cayenne.access.DataDomain
 
getProperties() - Method in class org.apache.cayenne.property.BaseClassDescriptor
 
getProperties() - Method in interface org.apache.cayenne.property.ClassDescriptor
Returns an Iterator over descriptor properties.
getProperty(String) - Method in class org.apache.cayenne.property.BaseClassDescriptor
Recursively looks up property descriptor in this class descriptor and all superclass descriptors.
getProperty(String) - Method in interface org.apache.cayenne.property.ClassDescriptor
Returns a Java Bean property descriptor matching property name or null if no such property is found.
getProperty(Object, String) - Static method in class org.apache.cayenne.property.PropertyUtils
Returns object property using JavaBean-compatible introspection with one addition - a property can be a dot-separated property name path.
getProperty() - Method in class org.apache.cayenne.validation.BeanValidationFailure
Returns a failed property of the failure source object.
getPrototypeAttributeMapFor(String) - Method in class org.apache.cayenne.wocompat.EOModelHelper
 
getQualifiedColumnName() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
Returns "qualifiedColumnName" property.
getQualifier() - Method in class org.apache.cayenne.query.QualifiedQuery
Returns query qualifier.
getQualifierAttributes() - Method in class org.apache.cayenne.query.DeleteBatchQuery
 
getQualifierAttributes() - Method in class org.apache.cayenne.query.UpdateBatchQuery
 
getQualifierSnapshot() - Method in exception org.apache.cayenne.access.OptimisticLockException
 
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.AutoAdapter
 
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.db2.DB2Adapter
Returns a trimming translator.
getQualifierTranslator(QueryAssembler) - Method in interface org.apache.cayenne.dba.DbAdapter
 
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.derby.DerbyAdapter
Returns a trimming translator.
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.ingres.IngresAdapter
 
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.JdbcAdapter
Creates and returns a default implementation of a qualifier translator.
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
Returns OpenBase-specific translator for queries.
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.oracle.OracleAdapter
Returns a trimming translator.
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.postgres.PostgresAdapter
Returns a trimming translator.
getQualifierTranslator(QueryAssembler) - Method in class org.apache.cayenne.dba.sqlserver.SQLServerAdapter
Returns a trimming translator.
getQueries() - Method in class org.apache.cayenne.access.QueryResult
Returns an iterator over all executed queries in the order they were executed.
getQueries() - Method in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated. Returns the queries.
getQueries() - Method in class org.apache.cayenne.map.DataMap
Returns an unmodifiable collection of mapped queries.
getQueries() - Method in class org.apache.cayenne.map.EntityResolver
 
getQueries() - Method in interface org.apache.cayenne.map.MappingNamespace
Returns all Queries in the namespace.
getQuery() - Method in class org.apache.cayenne.access.jdbc.SQLTemplateAction
Returns a SQLTemplate for this action.
getQuery() - Method in class org.apache.cayenne.access.QueryTranslator
Returns query object being processed.
getQuery() - Method in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
Returns wrapped BatchQuery.
getQuery(String) - Method in class org.apache.cayenne.map.DataMap
Returns a named query associated with this DataMap.
getQuery(String) - Method in class org.apache.cayenne.map.EntityResolver
 
getQuery() - Method in class org.apache.cayenne.map.event.QueryEvent
 
getQuery(String) - Method in interface org.apache.cayenne.map.MappingNamespace
Returns Query for a given name, or null if no such Query is found in the MappingNamespace.
getQuery() - Method in class org.apache.cayenne.map.QueryBuilder
Builds a Query object based on internal configuration information.
getQuery() - Method in class org.apache.cayenne.remote.QueryMessage
 
getQueryAssembler() - Method in class org.apache.cayenne.access.trans.QueryAssemblerHelper
Returns parent QueryAssembler that uses this helper.
getQueryExceptions() - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
Returns a list of exceptions that occured during data operation run by query.
getQueryMap() - Method in class org.apache.cayenne.map.DataMap
 
getQuerySQL() - Method in exception org.apache.cayenne.access.OptimisticLockException
 
getQueryTranslator(Query) - Method in class org.apache.cayenne.dba.AutoAdapter
Deprecated. since 1.2 this method is deprecated in DbAdapter interface.
getQueryTranslator(Query) - Method in interface org.apache.cayenne.dba.DbAdapter
Deprecated. since 1.2 this method is unneeded as customizations are done via custom SQLActions.
getQueryTranslator(Query) - Method in class org.apache.cayenne.dba.JdbcAdapter
Deprecated. since 1.2 this method is unneeded as customizations are done via custom SQLActions.
getRawValue(DataObject) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getReadOnly() - Method in class org.apache.cayenne.wocompat.EOObjAttribute
Deprecated. since 2.0 use isReadOnly().
getRegisteredType(String) - Method in class org.apache.cayenne.access.types.ExtendedTypeMap
Returns a type registered for the class name.
getRegisteredType(Class) - Method in class org.apache.cayenne.access.types.ExtendedTypeMap
Returns a type registered for the class name.
getRegisteredTypeNames() - Method in class org.apache.cayenne.access.types.ExtendedTypeMap
Returns array of Java class names supported by Cayenne for JDBC mapping.
getRelationship() - Method in class org.apache.cayenne.access.ToManyList
Returns a name of relationship for this list.
getRelationship() - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
getRelationship() - Method in exception org.apache.cayenne.DeleteDenyException
 
getRelationship() - Method in class org.apache.cayenne.map.DbJoin
 
getRelationship(String) - Method in class org.apache.cayenne.map.Entity
Returns relationship with name relName.
getRelationship() - Method in class org.apache.cayenne.map.event.RelationshipEvent
Returns relationship associated with this event.
getRelationship(String) - Method in class org.apache.cayenne.map.ObjEntity
Returns a named Relationship that either belongs to this ObjEntity or is inherited.
getRelationship(EntityResolver) - Method in class org.apache.cayenne.query.RelationshipQuery
Returns a non-null relationship object for this query.
getRelationshipForDbRelationship(DbRelationship) - Method in class org.apache.cayenne.map.ObjEntity
Returns ObjRelationship of this entity that maps to dbRelationship parameter.
getRelationshipMap() - Method in class org.apache.cayenne.map.Entity
Returns an unmodifiable map of relationships sorted by name.
getRelationshipMap() - Method in class org.apache.cayenne.map.ObjEntity
 
getRelationshipName() - Method in class org.apache.cayenne.query.RelationshipQuery
 
getRelationshipName() - Method in class org.apache.cayenne.util.RelationshipFault
 
getRelationshipOwner() - Method in class org.apache.cayenne.access.ToManyList
 
getRelationshipOwner() - Method in class org.apache.cayenne.util.RelationshipFault
 
getRelationships() - Method in class org.apache.cayenne.map.Entity
Returns an unmodifiable collection of Relationships that exist in this entity.
getRelationships() - Method in class org.apache.cayenne.map.ObjEntity
 
getRelationshipsToAdd(ObjEntity) - Method in class org.apache.cayenne.util.EntityMergeSupport
 
getReplacementId() - Method in class org.apache.cayenne.ObjectId
Deprecated. Since 1.2 replacement id is built by appending to replacementIdMap.
getReplacementIdMap() - Method in class org.apache.cayenne.ObjectId
Returns a non-null mutable map that can be used to append replacement id values.
getReplacementQuery(EntityResolver) - Method in class org.apache.cayenne.query.IndirectQuery
Returns a replacement query, creating it on demand and caching it for reuse.
getReplacesVersion() - Method in class org.apache.cayenne.DataRow
 
getResource(String, int, String) - Method in class org.apache.cayenne.access.jdbc.SQLTemplateResourceManager
Returns a Velocity Resource which is a Template for the given SQL.
getResourceLoader() - Static method in class org.apache.cayenne.conf.Configuration
Deprecated. since 1.2 use Thread.currentThread().getContextClassLoader(). This is what Cayenne uses internally.
getResourceLocator() - Method in class org.apache.cayenne.conf.Configuration
Returns the resource locator used for finding and loading resources.
getResourceLocator() - Method in class org.apache.cayenne.conf.DefaultConfiguration
Returns the default ResourceLocator configured for CLASSPATH lookups.
getResourceStream(String) - Method in class org.apache.cayenne.access.jdbc.SQLTemplateResourceManager
 
getResourceStream(String) - Method in class org.apache.cayenne.gen.AbsFileResourceLoader
Deprecated. Returns resource as InputStream.
getResourceStream(String) - Method in class org.apache.cayenne.gen.ClassGeneratorResourceLoader
Returns resource as InputStream.
getResultClass(ClassLoader) - Method in class org.apache.cayenne.query.ProcedureQuery
Deprecated. since 1.2
getResultClassName() - Method in class org.apache.cayenne.query.ProcedureQuery
Deprecated. since 1.2 use ProcedureQuery.getResultEntityName()
getResultColumns() - Method in class org.apache.cayenne.access.jdbc.SQLStatement
 
getResultColumns() - Method in class org.apache.cayenne.access.trans.SelectTranslator
Returns a list of ColumnDescriptors for the query columns.
getResultDescriptor(ResultSet) - Method in interface org.apache.cayenne.access.trans.SelectQueryTranslator
Deprecated. Returns a descriptor that contains information needed for the ResultSet processing.
getResultDescriptors() - Method in class org.apache.cayenne.query.ProcedureQuery
Returns a List of #RowDescriptor objects describing query ResultSets in the order they are returned by the stored procedure.
getResultEntityName() - Method in class org.apache.cayenne.query.ProcedureQuery
 
getResultIterator() - Method in class org.apache.cayenne.access.util.IteratedSelectObserver
 
getResultParam() - Method in class org.apache.cayenne.map.Procedure
Returns parameter describing the return value of the StoredProcedure, or null if procedure does not support return values.
getResultPaths() - Method in class org.apache.cayenne.query.PrefetchSelectQuery
Returns extra result paths.
getResults(Query) - Method in class org.apache.cayenne.access.QueryResult
Returns a list of all results of a given query.
getResults(Query) - Method in class org.apache.cayenne.access.util.SelectObserver
Deprecated. Returns a list of result snapshots for the specified query, or null if this query has never produced any results.
getResults() - Method in class org.apache.cayenne.access.util.SelectObserver
Deprecated. Returns query results accumulated during query execution with this object as an operation observer.
getResultsAsObjects(DataContext, Query) - Method in class org.apache.cayenne.access.util.SelectObserver
Deprecated. since 1.2. Note that this implementation no longer resolves prefetches properly.
getResultWidth() - Method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated. Returns a count of columns in the result.
getReverseDbRelationshipPath() - Method in class org.apache.cayenne.map.ObjRelationship
Returns a reversed dbRelationship path.
getReverseRelationship() - Method in class org.apache.cayenne.map.DbRelationship
Returns DbRelationship that is the opposite of this DbRelationship.
getReverseRelationship() - Method in class org.apache.cayenne.map.ObjRelationship
Returns a "complimentary" ObjRelationship going in the opposite direction.
getReverseRelationshipName() - Method in class org.apache.cayenne.map.ObjRelationship
Returns the name of a complimentary relationship going in the opposite direction or null if it doesn't exist.
getRoot() - Method in class org.apache.cayenne.map.QueryBuilder
Determines query root based on configuration info, falls back to a DataMap root if the data is invalid.
getRoot() - Method in class org.apache.cayenne.project.ProjectPath
Returns the root or starting object of the path.
getRoot() - Method in class org.apache.cayenne.query.AbstractQuery
Returns the root of this query.
getRoot() - Method in class org.apache.cayenne.query.BatchQuery
Deprecated. since 1.2 as the corresponding interface method is also deprecated.
getRoot() - Method in class org.apache.cayenne.query.IndirectQuery
Deprecated. since 1.2
getRoot() - Method in class org.apache.cayenne.query.ObjectIdQuery
Deprecated. since 1.2
getRoot() - Method in class org.apache.cayenne.query.PrefetchTreeNode
Returns the root of the node tree.
getRoot() - Method in interface org.apache.cayenne.query.Query
Deprecated. since 1.2. Query "root" is now accessed via Query.getMetaData(EntityResolver).
getRoot() - Method in class org.apache.cayenne.query.QueryChain
Deprecated. since 1.2
getRootChannel() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
Returns a DataChannel that is a parent of all session DataChannels.
getRootDbEntity() - Method in class org.apache.cayenne.access.QueryTranslator
 
getRootEntity() - Method in class org.apache.cayenne.access.QueryTranslator
 
getRootInheritanceTree() - Method in class org.apache.cayenne.access.QueryTranslator
Returns an EntityInheritanceTree for the root entity.
getRootOwner() - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getRowCount() - Method in class org.apache.cayenne.dataview.DOTableModel
 
getRowDescriptor() - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
 
getRows(Query) - Method in class org.apache.cayenne.access.QueryResult
Returns a List that itself contains Lists of data rows for each ResultSet returned by the query.
getSaveDelegate() - Method in class org.apache.cayenne.project.ApplicationProjectFile
Returns the saveDelegate.
getSaverDelegate() - Method in class org.apache.cayenne.conf.Configuration
 
getSchema() - Method in class org.apache.cayenne.map.DbEntity
Returns database schema of this table.
getSchema() - Method in class org.apache.cayenne.map.DerivedDbEntity
Returns schema of the parent entity.
getSchema() - Method in class org.apache.cayenne.map.Procedure
 
getSchemaName(DbEntity) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Generate fully-qualified name for 1.8 and on.
getSchemaName(DbEntity) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBNoSchemaAdapter
Generate unqualified name.
getSchemas() - Method in class org.apache.cayenne.access.DbLoader
Retrieves the schemas for the database.
getSelectCount() - Method in class org.apache.cayenne.access.util.SelectObserver
Deprecated. Returns a count of select queries that returned results since the last time "clear" was called, or since this object was created.
getSelectedDataObject() - Method in class org.apache.cayenne.dataview.DOComboBoxModel
 
getSelectedItem() - Method in class org.apache.cayenne.dataview.DOComboBoxModel
 
getSelectQuery() - Method in class org.apache.cayenne.dataview.BasicQueryBuilder
 
getSemantics() - Method in class org.apache.cayenne.query.PrefetchTreeNode
 
getSenderChanges() - Method in class org.apache.cayenne.remote.SyncMessage
 
getSerializer(Class) - Method in class org.apache.cayenne.remote.hessian.EnumSerializerProxy
 
getServerEventBridge() - Method in interface org.apache.cayenne.remote.ClientConnection
Returns an EventBridge that receives remote server events.
getServerEventBridge() - Method in class org.apache.cayenne.remote.hessian.HessianConnection
 
getServerEventBridge() - Method in class org.apache.cayenne.remote.service.LocalConnection
Returns null.
getServerSession() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
Returns a ServerSession object that represents Cayenne-related state associated with the current session.
getServerSession() - Method in class org.apache.cayenne.remote.service.HttpRemoteService
Returns a ServerSession object that represents Cayenne-related state associated with the current session.
getServletContext() - Method in class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated. Returns current application context object.
getServletContext() - Method in class org.apache.cayenne.util.WebApplicationResourceLocator
Gets the ServletContext used to locate resources.
getSession(boolean) - Method in class org.apache.cayenne.remote.hessian.service.HessianService
 
getSession(boolean) - Method in class org.apache.cayenne.remote.service.HttpRemoteService
Returns an HttpSession associated with the current request in progress.
getSession() - Method in class org.apache.cayenne.remote.service.ServerSession
 
getSessionContext(HttpSession) - Static method in class org.apache.cayenne.conf.ServletUtil
Returns default Cayenne DataContext associated with the HttpSession, creating it on the fly and storing in the session if needed.
getSessionHandle() - Method in class org.apache.cayenne.event.XMPPBridge
 
getSessionId() - Method in class org.apache.cayenne.remote.RemoteSession
Returns server session id.
getSeverity() - Method in class org.apache.cayenne.project.validator.ValidationInfo
Returns the severity.
getSharedChannel(String) - Method in class org.apache.cayenne.remote.service.HttpRemoteService
 
getSharedConfiguration() - Static method in class org.apache.cayenne.conf.Configuration
Use this method as an entry point to all Cayenne access objects.
getSharedSessionName() - Method in class org.apache.cayenne.remote.hessian.HessianConnection
 
getSharedSnapshotCache() - Method in class org.apache.cayenne.access.DataDomain
Returns snapshots cache for this DataDomain, lazily initializing it on the first call if 'sharedCacheEnabled' flag is true.
getSize() - Method in class org.apache.cayenne.dataview.DOListModel
 
getSnapshot(ObjectId, QueryEngine) - Method in class org.apache.cayenne.access.DataRowStore
Deprecated. since 1.2 unused, as DataRowStore no longer performs queries on its own.
getSnapshot(ObjectId, QueryEngine) - Method in class org.apache.cayenne.access.ObjectStore
Deprecated. since 1.2. Use ObjectStore.getSnapshot(ObjectId) instead.
getSnapshot(ObjectId) - Method in class org.apache.cayenne.access.ObjectStore
Returns a snapshot for ObjectId from the underlying snapshot cache.
getSnapshotEventSubject() - Method in class org.apache.cayenne.access.DataRowStore
Returns EventSubject used by this SnapshotCache to notify of snapshot changes.
getSnapshotVersion() - Method in class org.apache.cayenne.CayenneDataObject
Returns a version of a DataRow snapshot that was used to create this object.
getSnapshotVersion() - Method in interface org.apache.cayenne.DataObject
Returns a version of a DataRow snapshot that was used to create this object.
getSortSpec() - Method in class org.apache.cayenne.query.Ordering
Returns the expression defining a ordering Java Bean property.
getSortSpecString() - Method in class org.apache.cayenne.query.Ordering
Returns sortSpec string representation.
getSource() - Method in class org.apache.cayenne.access.ToManyList
Deprecated. since 1.2 use 'getRelationshipOwner()'
getSource() - Method in class org.apache.cayenne.map.DbJoin
Returns DbAttribute on on the left side of the join.
getSource() - Method in exception org.apache.cayenne.property.PropertyAccessException
Returns an object that caused an error.
getSource() - Method in class org.apache.cayenne.remote.SyncMessage
Returns a source of SyncMessage.
getSource() - Method in class org.apache.cayenne.validation.SimpleValidationFailure
Returns object that failed the validation.
getSource() - Method in interface org.apache.cayenne.validation.ValidationFailure
Returns the object that has generated the failure.
getSourceAttributes() - Method in class org.apache.cayenne.map.DbRelationship
Returns a Collection of source attributes.
getSourceEntity() - Method in class org.apache.cayenne.map.Relationship
Returns relationship source entity.
getSourceJar() - Method in class org.apache.cayenne.project.ProjectConfigInfo
Returns the sourceJar.
getSourceName() - Method in class org.apache.cayenne.map.DbJoin
 
getSourceNode() - Method in class org.apache.cayenne.access.DataPort
 
getSql() - Method in class org.apache.cayenne.access.jdbc.SQLStatement
 
getSqlNameByType(int) - Static method in class org.apache.cayenne.dba.TypesMapping
Returns a String representation of the SQL type from its JDBC code.
getSqlTypeByJava(String) - Static method in class org.apache.cayenne.dba.TypesMapping
Returns default java.sql.Types type by the Java type name.
getSqlTypeByJava(Class) - Static method in class org.apache.cayenne.dba.TypesMapping
Guesses a default JDBC type for the Java class.
getSqlTypeByName(String) - Static method in class org.apache.cayenne.dba.TypesMapping
Returns a JDBC int type for SQL typem name.
getState() - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
getStatus() - Method in class org.apache.cayenne.access.Transaction
 
getStatus() - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
 
getStatus() - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
Returns the status.
getString(String) - Static method in class org.apache.cayenne.util.LocalizedStringsHandler
Returns localized string for the given key.
getSubclassDescriptor(Class) - Method in class org.apache.cayenne.property.BaseClassDescriptor
 
getSubclassDescriptor(Class) - Method in interface org.apache.cayenne.property.ClassDescriptor
Returns the most "specialized" descriptor for a given class.
getSubClassName() - Method in class org.apache.cayenne.gen.EntityUtils
Returns class name (without a package) of the sub class associated with this generator.
getSubject() - Method in class org.apache.cayenne.event.CayenneEvent
 
getSubject(Class, String) - Static method in class org.apache.cayenne.event.EventSubject
Returns an event subject identified by the given owner and subject name.
getSubjectName() - Method in class org.apache.cayenne.event.EventSubject
 
getSubPackageName() - Method in class org.apache.cayenne.gen.EntityUtils
Returns Java package name of the class associated with this generator.
getSubString(long, int) - Method in class org.apache.cayenne.util.MemoryClob
Retrieves a copy of the specified substring in the CLOB value designated by this Clob object.
GetSuffix(int) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
getSuperclassDescriptor() - Method in class org.apache.cayenne.property.BaseClassDescriptor
Returns a descriptor of the mapped superclass or null if the descriptor's entity sits at the top of inheritance hierarchy.
getSuperclassDescriptor() - Method in interface org.apache.cayenne.property.ClassDescriptor
Returns a descriptor of the mapped superclass or null if the descriptor's entity sits at the top of inheritance hierarchy or no inheritance is mapped.
getSuperClassName() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Returns the fully qualified super class of the data object class associated with this generator
getSuperClassName() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getSuperClassName()
getSuperClassName() - Method in class org.apache.cayenne.gen.EntityUtils
Returns the super class (without a package) of the data object class associated with this generator
getSuperClassName() - Method in class org.apache.cayenne.map.ObjEntity
Returns a fully-qualified name of the super class of the DataObject class.
getSuperEntity() - Method in class org.apache.cayenne.map.ObjEntity
Returns a "super" entity in the entity inheritance hierarchy.
getSuperEntityName() - Method in class org.apache.cayenne.map.ObjEntity
Returns an entity name for a parent entity in the inheritance hierarchy.
getSuperPackageName() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Returns superPackageName property that defines a superclass's package name.
getSuperPackageName() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getSuperPackageName()
getSuperPackageName() - Method in class org.apache.cayenne.gen.EntityUtils
Returns superPackageName property that defines a superclass's package name.
getSuperPkg() - Method in class org.apache.cayenne.gen.MapClassGenerator
Returns "superPkg" property value - a name of a superclass package that should be used for all generated superclasses.
getSuperPrefix() - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Returns prefix used to distinguish between superclass and subclass when generating classes in pairs.
getSuperPrefix() - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().getSuperPrefix()
getSupertemplateForPairs() - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Returns template file path for Java superclass when generating class pairs.
getTable(DbEntity) - Method in class org.apache.cayenne.map.AshwoodEntitySorter
 
getTable(ObjEntity) - Method in class org.apache.cayenne.map.AshwoodEntitySorter
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.apache.cayenne.dataview.CellEditors.ButtonEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.apache.cayenne.dataview.CellEditors.FormattedFieldEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.apache.cayenne.dataview.CellRenderers.BooleanRenderer
 
getTableName() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
Returns the name of the parent table.
getTableName(DbEntity) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Generate fully-qualified name for 1.8 and on.
getTableName(DbEntity) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBNoSchemaAdapter
Generate unqualified name without schema.
getTables(String, String, String, String[]) - Method in class org.apache.cayenne.access.DbLoader
Returns all table names for given combination of the criteria.
getTableTypes() - Method in class org.apache.cayenne.access.DbLoader
Returns all the table types for the given database.
getTarget() - Method in class org.apache.cayenne.map.DbJoin
 
getTarget() - Method in class org.apache.cayenne.util.Invocation
 
getTargetAttributes() - Method in class org.apache.cayenne.map.DbRelationship
Returns a Collection of target attributes.
getTargetDescriptor() - Method in class org.apache.cayenne.property.AbstractSingleObjectArcProperty
 
getTargetDescriptor() - Method in interface org.apache.cayenne.property.ArcProperty
Returns a ClassDescriptor for the type of graph nodes pointed to by this arc property.
getTargetEntity() - Method in class org.apache.cayenne.map.DbRelationship
Returns a target of this relationship.
getTargetEntity() - Method in class org.apache.cayenne.map.ObjRelationship
Returns a target ObjEntity of this relationship.
getTargetEntity() - Method in class org.apache.cayenne.map.Relationship
Returns a target entity of the relationship.
getTargetEntityName() - Method in class org.apache.cayenne.map.Relationship
Returns the name of a target entity.
getTargetName() - Method in class org.apache.cayenne.map.DbJoin
 
getTargetNodeId() - Method in class org.apache.cayenne.graph.ArcCreateOperation
 
getTargetNodeId() - Method in class org.apache.cayenne.graph.ArcDeleteOperation
 
getTemplate(String) - Method in class org.apache.cayenne.query.SQLTemplate
Returns a template for key, or a default template if a template for key is not found.
getTemplateForPairs() - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Returns template file path for Java subclass when generating class pairs.
getTemplateForSingles() - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Returns template file path for Java class when generating single classes.
getTemplateKeys() - Method in class org.apache.cayenne.query.SQLTemplate
Returns a collection of configured template keys.
getter - Variable in class org.apache.cayenne.util.PropertyComparator
Deprecated.  
getThreadDataContext() - Static method in class org.apache.cayenne.access.DataContext
Returns the DataContext bound to the current thread.
getThreadTransaction() - Static method in class org.apache.cayenne.access.Transaction
Returns a Transaction associated with the current thread, or null if there is no such Transaction.
getTimestamp() - Method in class org.apache.cayenne.access.event.SnapshotEvent
 
getTimestamp() - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Returns internal timestamp of this generator used to make decisions about overwriting individual files.
getToken(int) - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
getToken(int) - Method in class org.apache.cayenne.wocompat.parser.Parser
 
getToManyFault() - Static method in class org.apache.cayenne.Fault
 
getToOneFault() - Static method in class org.apache.cayenne.Fault
 
getTopicConnectionFactoryName() - Method in class org.apache.cayenne.event.JMSBridge
 
getTransactionDelegate() - Method in class org.apache.cayenne.access.DataDomain
 
getTransactionIsolation() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
getTrimFunction() - Method in class org.apache.cayenne.access.trans.BatchQueryBuilder
 
getTrimFunction() - Method in class org.apache.cayenne.access.trans.TrimmingQualifierTranslator
Returns the trimFunction.
getType() - Method in class org.apache.cayenne.access.jdbc.BindDirective
 
getType() - Method in class org.apache.cayenne.access.jdbc.ChainDirective
 
getType() - Method in class org.apache.cayenne.access.jdbc.ChunkDirective
 
getType() - Method in class org.apache.cayenne.access.jdbc.ResultDirective
 
getType(Class) - Method in interface org.apache.cayenne.access.types.ExtendedTypeFactory
Returns ExtendedType instance that can handle a given object class.
getType() - Method in class org.apache.cayenne.exp.Expression
Returns a type of expression.
getType() - Method in class org.apache.cayenne.exp.parser.ASTAdd
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTAnd
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTBetween
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTDbPath
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTDivide
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTEqual
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTGreater
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTGreaterOrEqual
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTIn
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTLess
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTLessOrEqual
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTLike
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTLikeIgnoreCase
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTList
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTMultiply
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTNegate
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTNot
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTNotBetween
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTNotEqual
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTNotIn
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTNotLike
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTNotLikeIgnoreCase
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTObjPath
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTOr
 
getType() - Method in class org.apache.cayenne.exp.parser.ASTSubtract
 
getType() - Method in class org.apache.cayenne.map.DbAttribute
Returns the SQL type of the column.
getType() - Method in class org.apache.cayenne.map.ObjAttribute
Returns fully qualified Java class name of the object property represented by this attribute.
getType() - Method in class org.apache.cayenne.map.ProcedureParameter
 
getType() - Method in class org.apache.cayenne.remote.SyncMessage
 
getTypeMap() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
getUnfetchedObjects() - Method in class org.apache.cayenne.access.IncrementalFaultList
Returns a total number of objects that are not resolved yet.
getUnfetchedObjects() - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
Returns a total number of objects that are not resolved yet.
getUnlabeledMessage() - Method in exception org.apache.cayenne.CayenneException
Returns exception message without Cayenne version label.
getUnlabeledMessage() - Method in exception org.apache.cayenne.CayenneRuntimeException
Returns exception message without Cayenne version label.
getUpdatedAttributes() - Method in class org.apache.cayenne.query.UpdateBatchQuery
 
getUpdates(Query) - Method in class org.apache.cayenne.access.QueryResult
Returns a List that contains java.lang.Integer objects for each one of the update counts returned by the query.
getUpdAttributes() - Method in class org.apache.cayenne.query.UpdateQuery
Returns a map of updated attributes
getUpgradeMessages() - Method in class org.apache.cayenne.project.Project
Returns a list of upgrade messages.
getUpgradeStatus() - Method in class org.apache.cayenne.project.Project
Returns project upgrade status.
getUrl() - Method in class org.apache.cayenne.remote.hessian.HessianConnection
Returns a URL of Cayenne service used by this connector.
getUserName() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
getUserName() - Method in class org.apache.cayenne.conn.PoolManager
Returns a data source user name used to initialize this pool.
getUserName() - Method in class org.apache.cayenne.remote.hessian.HessianConnection
Returns user name that is used for basic authentication when connecting to the cayenne server.
getUserProperties() - Method in class org.apache.cayenne.access.DataContext
Returns a map of user-defined properties associated with this DataContext.
getUserProperty(String) - Method in class org.apache.cayenne.access.DataContext
Returns a user-defined property previously set via 'setUserProperty'.
getValidatedObject() - Method in class org.apache.cayenne.project.validator.ValidationInfo
 
getValidatedObjectParent() - Method in class org.apache.cayenne.project.validator.ValidationInfo
 
getValidationResult() - Method in exception org.apache.cayenne.validation.ValidationException
 
getValidator() - Method in class org.apache.cayenne.project.Project
Creates an instance of Validator for validating this project.
getValue() - Method in class org.apache.cayenne.access.jdbc.ParameterBinding
 
getValue() - Method in class org.apache.cayenne.access.ToManyList
 
getValue(String) - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
getValue(DataObject) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
getValue() - Method in class org.apache.cayenne.exp.parser.ASTScalar
 
getValue(int) - Method in class org.apache.cayenne.query.BatchQuery
Returns a value at a given index for the current batch iteration.
getValue(Map, DbAttribute) - Method in class org.apache.cayenne.query.BatchQuery
A helper method used by subclasses to resolve deferred values on demand.
getValue(int) - Method in class org.apache.cayenne.query.DeleteBatchQuery
 
getValue(int) - Method in class org.apache.cayenne.query.InsertBatchQuery
 
getValue(int) - Method in class org.apache.cayenne.query.UpdateBatchQuery
 
getValue() - Method in class org.apache.cayenne.util.IndexPropertyList
 
getValue() - Method in class org.apache.cayenne.util.PersistentObjectHolder
Returns a value resolving it via a query on the first call to this method.
getValue() - Method in class org.apache.cayenne.util.PersistentObjectList
 
getValue() - Method in interface org.apache.cayenne.ValueHolder
Returns an object stored by this ValueHolder.
getValueAt(int, int) - Method in class org.apache.cayenne.dataview.DOTableModel
 
getValueDirectly() - Method in class org.apache.cayenne.access.ToManyList
 
getValueDirectly() - Method in class org.apache.cayenne.util.IndexPropertyList
 
getValueDirectly() - Method in class org.apache.cayenne.util.PersistentObjectHolder
 
getValueDirectly() - Method in class org.apache.cayenne.util.PersistentObjectList
 
getValueDirectly() - Method in interface org.apache.cayenne.ValueHolder
Retrieves ValueHolder value without triggering fault resolution.
getValueForAttribute(String) - Method in class org.apache.cayenne.ObjectId
Deprecated. since 1.2. This method is redundant. Use getIdSnapshot().get(attrName) instead.
getValueFormatDelimiter() - Method in class org.apache.cayenne.dataview.MapFormat
 
getValues() - Method in class org.apache.cayenne.dataview.MapFormat
 
getValuesForLOBSelectQualifier() - Method in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
 
getValuesForLOBUpdateParameters(BatchQuery) - Method in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
 
getValuesForLOBUpdateParameters(BatchQuery) - Method in class org.apache.cayenne.access.trans.LOBInsertBatchQueryBuilder
 
getValuesForLOBUpdateParameters(BatchQuery) - Method in class org.apache.cayenne.access.trans.LOBUpdateBatchQueryBuilder
 
getValuesForUpdatedLOBColumns() - Method in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
 
getValuesForUpdateParameters(boolean) - Method in class org.apache.cayenne.query.BatchQuery
Deprecated. Since 1.2 use BatchQueryBuilder.getParameterValues(), as this allows better control over which attributes are logged.
getVersion() - Method in class org.apache.cayenne.DataRow
 
getVersionString() - Method in class org.apache.cayenne.gen.MapClassGenerator
 
getView() - Method in class org.apache.cayenne.dataview.DOTableModel
 
getViewConfiguration(String) - Method in class org.apache.cayenne.conf.Configuration
 
getViewConfiguration(String) - Method in class org.apache.cayenne.conf.DefaultConfiguration
 
getViewField() - Method in class org.apache.cayenne.dataview.DOListModel
 
getVisibleFields() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
getVppConfig() - Method in class org.apache.cayenne.gen.MapClassGenerator
 
getWarnings() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
getWidth() - Method in class org.apache.cayenne.access.jdbc.RowDescriptor
Returns a number of columns in a row.
getWriterFromClobMethod() - Static method in class org.apache.cayenne.dba.oracle.OracleAdapter
 
getXmppHost() - Method in class org.apache.cayenne.event.XMPPBridge
 
getXmppPort() - Method in class org.apache.cayenne.event.XMPPBridge
 
globalExceptions - Variable in class org.apache.cayenne.access.util.DefaultOperationObserver
 
GRAPH_CHANGED_SUBJECT - Static variable in interface org.apache.cayenne.DataChannel
 
GRAPH_FLUSHED_SUBJECT - Static variable in interface org.apache.cayenne.DataChannel
 
GRAPH_ROLLEDBACK_SUBJECT - Static variable in interface org.apache.cayenne.DataChannel
 
graphChanged(GraphEvent) - Method in interface org.apache.cayenne.DataChannelListener
Notifies implementing object of the changes that were performed to the object graph externally, not by one of the channel ObjectContexts.
GraphChangeHandler - Interface in org.apache.cayenne.graph
Defines callback API that can be used by object graph nodes to notify of their state changes.
graphCommitAborted() - Method in class org.apache.cayenne.access.ObjectStore
Does nothing.
graphCommitStarted() - Method in class org.apache.cayenne.access.ObjectStore
Does nothing.
graphCommitted() - Method in class org.apache.cayenne.access.ObjectStore
Does nothing.
GraphDiff - Interface in org.apache.cayenne.graph
Represents a change in an object graph.
GraphEvent - Class in org.apache.cayenne.graph
An event indicating a change in the object graph.
GraphEvent(Object, GraphDiff) - Constructor for class org.apache.cayenne.graph.GraphEvent
 
GraphEvent(Object, Object, GraphDiff) - Constructor for class org.apache.cayenne.graph.GraphEvent
 
graphFlushed(GraphEvent) - Method in interface org.apache.cayenne.DataChannelListener
Notifies implementing object that one of the channel ObjectContexts flushed its changes to the channel.
GraphManager - Interface in org.apache.cayenne.graph
Represents a generic "managed" graph with nodes mapped by their ids.
GraphMap - Class in org.apache.cayenne.graph
A base implementation of GraphManager that stores graph nodes keyed by their ids.
GraphMap() - Constructor for class org.apache.cayenne.graph.GraphMap
Creates a new GraphMap.
graphRolledback() - Method in class org.apache.cayenne.access.ObjectStore
Does nothing.
graphRolledback(GraphEvent) - Method in interface org.apache.cayenne.DataChannelListener
Notifies implementing object that one of the channel ObjectContexts initiated a rollback.
GREATER_THAN - Static variable in class org.apache.cayenne.exp.Expression
 
GREATER_THAN_EQUAL_TO - Static variable in class org.apache.cayenne.exp.Expression
 
greaterExp(String, Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience method to create an OBJ_PATH "greater than" expression.
greaterOrEqualExp(String, Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
A convenience method to create an OBJ_PATH "greater than or equal to" expression.
groupBy - Variable in class org.apache.cayenne.map.DerivedDbAttribute
 
groupChat - Variable in class org.apache.cayenne.event.XMPPBridge
 
growPool(int, String, String) - Method in class org.apache.cayenne.conn.PoolManager
Increases connection pool by the specified number of connections.
guessType(String) - Method in class org.apache.cayenne.access.jdbc.ResultDirective
Converts "short" type notation to the fully qualified class name.

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