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 _

C

cache(ObjEntityViewField, List) - Method in class org.apache.cayenne.dataview.LookupCache
 
CACHE - Static variable in class org.apache.cayenne.query.ObjectIdQuery
 
CACHE_NOREFRESH - Static variable in class org.apache.cayenne.query.ObjectIdQuery
 
CACHE_POLICY_DEFAULT - Static variable in interface org.apache.cayenne.query.GenericSelectQuery
Deprecated.  
CACHE_POLICY_DEFAULT - Static variable in interface org.apache.cayenne.query.QueryMetadata
 
CACHE_POLICY_PROPERTY - Static variable in interface org.apache.cayenne.query.GenericSelectQuery
Deprecated.  
CACHE_POLICY_PROPERTY - Static variable in interface org.apache.cayenne.query.QueryMetadata
 
CACHE_REFRESH - Static variable in class org.apache.cayenne.query.ObjectIdQuery
 
cachedQueriesCount() - Method in class org.apache.cayenne.access.ObjectStore
Returns a number of query results cached by this object store.
cacheKey - Variable in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
cachePolicy - Variable in class org.apache.cayenne.query.ObjectIdQuery
 
cacheQueryResult(String, List) - Method in class org.apache.cayenne.access.ObjectStore
Caches a list of query results.
cacheSnapshots(String, List) - Method in class org.apache.cayenne.access.DataRowStore
Registers a list of snapshots with internal cache, using a String key.
CALC_TYPE - Static variable in class org.apache.cayenne.dataview.CalcTypeEnum
 
CALC_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.CalcTypeEnum
 
CALC_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.CalcTypeEnum
 
CalcTypeEnum - Class in org.apache.cayenne.dataview
 
CalcTypeEnum(String, int) - Constructor for class org.apache.cayenne.dataview.CalcTypeEnum
 
calculateIndexValue(int) - Method in class org.apache.cayenne.util.IndexPropertyList
Calculates an index value at the specified list index.
callParameters - Variable in class org.apache.cayenne.map.Procedure
 
callParams - Variable in class org.apache.cayenne.access.trans.ProcedureTranslator
 
canCreatePK(DbEntity) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
 
canGrowPool() - Method in class org.apache.cayenne.conn.PoolManager
 
canHandle(Object) - Method in class org.apache.cayenne.project.ApplicationProjectFile
 
canHandle(Object) - Method in class org.apache.cayenne.project.DataMapFile
 
canHandle(Object) - Method in class org.apache.cayenne.project.DataNodeFile
 
canHandle(Object) - Method in class org.apache.cayenne.project.ProjectFile
Returns true if this file wrapper can handle a specified object.
canHandleObject() - Method in class org.apache.cayenne.project.ProjectFile
Returns true if this file wrapper can handle an internally stored object.
canInitialize() - Method in class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated.  
canInitialize() - Method in class org.apache.cayenne.conf.Configuration
Indicates whether Configuration.initialize()can be called.
canInitialize() - Method in class org.apache.cayenne.conf.DefaultConfiguration
Default implementation of Configuration.canInitialize().
canInitialize() - Method in class org.apache.cayenne.conf.FileConfiguration
Only returns true when FileConfiguration.getProjectFile() does not return null.
canInitialize() - Method in class org.apache.cayenne.project.ProjectConfiguration
Override parent implementation to prevent loading of nonexisting files.
canRead() - Method in class org.apache.cayenne.project.CayenneUserDir
Return false if the directory is not accessible for any reason at least for reading.
canRegisterType(String) - Method in class org.apache.cayenne.gen.ImportUtils
 
canWrite() - Method in class org.apache.cayenne.project.CayenneUserDir
Return false if the directory is not accessible for any reason at least for reading.
capitalize(String) - Static method in class org.apache.cayenne.util.PropertyComparator
Deprecated.  
capitalized(String) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Capitalizes the first letter of the property name.
capitalized(String) - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().capitalized(String)
capitalized(String) - Method in class org.apache.cayenne.gen.StringUtils
Capitalizes the first letter of the property name.
capitalizedAsConstant(String) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Converts property name to Java constants naming convention.
capitalizedAsConstant(String) - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().capitalizedAsConstant(String)
capitalizedAsConstant(String) - Method in class org.apache.cayenne.gen.StringUtils
Converts property name to Java constants naming convention.
CASCADE - Static variable in class org.apache.cayenne.map.DeleteRule
Delete the destination object(s)
caseInsensitive - Variable in class org.apache.cayenne.query.Ordering
 
catalog - Variable in class org.apache.cayenne.map.DbEntity
 
catalog - Variable in class org.apache.cayenne.map.Procedure
 
CAYENNE_DIR - Static variable in class org.apache.cayenne.project.CayenneUserDir
 
CayenneContext - Class in org.apache.cayenne
A default generic implementation of ObjectContext suitable for accessing Cayenne from either an ORM or a client tiers.
CayenneContext() - Constructor for class org.apache.cayenne.CayenneContext
Creates a new CayenneContext with no channel and disabled graph events.
CayenneContext(DataChannel) - Constructor for class org.apache.cayenne.CayenneContext
Creates a new CayenneContext, initializaing it with a channel instance.
CayenneContext(DataChannel, boolean, boolean) - Constructor for class org.apache.cayenne.CayenneContext
Creates a new CayenneContext, initializaing it with a channel.
CayenneDataObject - Class in org.apache.cayenne
A default implementation of DataObject interface.
CayenneDataObject() - Constructor for class org.apache.cayenne.CayenneDataObject
 
CayenneEvent - Class in org.apache.cayenne.event
Common superclass for events passed from the EventManager to Listeners; encapsulates optional event information.
CayenneEvent(Object) - Constructor for class org.apache.cayenne.event.CayenneEvent
 
CayenneEvent(Object, Map) - Constructor for class org.apache.cayenne.event.CayenneEvent
 
CayenneEvent(Object, Object, Map) - Constructor for class org.apache.cayenne.event.CayenneEvent
Creates CayenneEvent with possibly different event source and poster.
CayenneException - Exception in org.apache.cayenne
A generic checked exception that may be thrown by Cayenne framework.
CayenneException() - Constructor for exception org.apache.cayenne.CayenneException
Creates new CayenneException without detail message.
CayenneException(String) - Constructor for exception org.apache.cayenne.CayenneException
Constructs an CayenneException with the specified detail message.
CayenneException(Throwable) - Constructor for exception org.apache.cayenne.CayenneException
Constructs an CayenneException that wraps a cause thrown elsewhere.
CayenneException(String, Throwable) - Constructor for exception org.apache.cayenne.CayenneException
 
cayenneExp(Object, String) - Method in class org.apache.cayenne.access.jdbc.SQLTemplateRenderingUtils
Returns the result of evaluation of expression with object.
CayenneGenerator - Class in org.apache.cayenne.tools
Ant task to perform class generation from data map.
CayenneGenerator() - Constructor for class org.apache.cayenne.tools.CayenneGenerator
 
CayenneMap - Class in org.apache.cayenne.util
A CayenneMap is a specialized double-linked sorted map class.
CayenneMap(Object) - Constructor for class org.apache.cayenne.util.CayenneMap
Constructor for CayenneMap.
CayenneMap(Object, Comparator) - Constructor for class org.apache.cayenne.util.CayenneMap
Constructor for CayenneMap.
CayenneMap(Object, Map) - Constructor for class org.apache.cayenne.util.CayenneMap
Constructor for CayenneMap.
CayenneMap(Object, SortedMap) - Constructor for class org.apache.cayenne.util.CayenneMap
Constructor for CayenneMap.
CayenneMapEntry - Interface in org.apache.cayenne.util
Defining a double-linked named entry in CayenneMap.
CayenneRuntimeException - Exception in org.apache.cayenne
A generic unchecked exception that may be thrown by Cayenne framework.
CayenneRuntimeException() - Constructor for exception org.apache.cayenne.CayenneRuntimeException
Creates new CayenneRuntimeException without detail message.
CayenneRuntimeException(String) - Constructor for exception org.apache.cayenne.CayenneRuntimeException
Constructs an CayenneRuntimeException with the specified detail message.
CayenneRuntimeException(Throwable) - Constructor for exception org.apache.cayenne.CayenneRuntimeException
Constructs an CayenneRuntimeException that wraps exception thrown elsewhere.
CayenneRuntimeException(String, Throwable) - Constructor for exception org.apache.cayenne.CayenneRuntimeException
 
CayenneTask - Class in org.apache.cayenne.tools
A superclass of Cayenne Ant tasks.
CayenneTask() - Constructor for class org.apache.cayenne.tools.CayenneTask
 
CayenneUserDir - Class in org.apache.cayenne.project
CayenneUserDir represents a directory where all Cayenne-related information is stored on the user machine.
CayenneUserDir() - Constructor for class org.apache.cayenne.project.CayenneUserDir
Constructor for CayenneUserDir.
cayenneUserDir - Variable in class org.apache.cayenne.project.CayenneUserDir
 
CellEditors - Class in org.apache.cayenne.dataview
 
CellEditors() - Constructor for class org.apache.cayenne.dataview.CellEditors
 
CellEditors.ButtonEditor - Class in org.apache.cayenne.dataview
 
CellEditors.ButtonEditor(JButton) - Constructor for class org.apache.cayenne.dataview.CellEditors.ButtonEditor
 
CellEditors.CheckBoxEditor - Class in org.apache.cayenne.dataview
 
CellEditors.CheckBoxEditor(JCheckBox) - Constructor for class org.apache.cayenne.dataview.CellEditors.CheckBoxEditor
 
CellEditors.ComboBoxEditor - Class in org.apache.cayenne.dataview
 
CellEditors.ComboBoxEditor(JComboBox) - Constructor for class org.apache.cayenne.dataview.CellEditors.ComboBoxEditor
 
CellEditors.FormattedFieldEditor - Class in org.apache.cayenne.dataview
 
CellEditors.FormattedFieldEditor(JFormattedTextField) - Constructor for class org.apache.cayenne.dataview.CellEditors.FormattedFieldEditor
 
CellEditors.SpinnerEditor - Class in org.apache.cayenne.dataview
 
CellEditors.SpinnerEditor(JSpinner) - Constructor for class org.apache.cayenne.dataview.CellEditors.SpinnerEditor
 
CellEditors.TextFieldEditor - Class in org.apache.cayenne.dataview
 
CellEditors.TextFieldEditor(JTextField) - Constructor for class org.apache.cayenne.dataview.CellEditors.TextFieldEditor
 
CellRenderers - Class in org.apache.cayenne.dataview
 
CellRenderers() - Constructor for class org.apache.cayenne.dataview.CellRenderers
 
CellRenderers.BooleanRenderer - Class in org.apache.cayenne.dataview
 
CellRenderers.BooleanRenderer() - Constructor for class org.apache.cayenne.dataview.CellRenderers.BooleanRenderer
 
CellRenderers.FormatListCellRenderer - Class in org.apache.cayenne.dataview
 
CellRenderers.FormatListCellRenderer() - Constructor for class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
CellRenderers.FormatListCellRenderer(Format) - Constructor for class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
CellRenderers.FormatListCellRenderer(Format, String) - Constructor for class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
CellRenderers.FormatListCellRenderer(Format, String, String) - Constructor for class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
CellRenderers.FormatRenderer - Class in org.apache.cayenne.dataview
 
CellRenderers.FormatRenderer() - Constructor for class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
CellRenderers.FormatRenderer(Format) - Constructor for class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
CellRenderers.FormatRenderer(Format, String) - Constructor for class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
CellRenderers.FormatRenderer(Format, String, String) - Constructor for class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
CellRenderers.ObjectRenderer - Class in org.apache.cayenne.dataview
 
CellRenderers.ObjectRenderer() - Constructor for class org.apache.cayenne.dataview.CellRenderers.ObjectRenderer
 
chain - Variable in class org.apache.cayenne.query.QueryChain
 
ChainDirective - Class in org.apache.cayenne.access.jdbc
A custom Velocity directive to conditionally join a number of chunks.
ChainDirective() - Constructor for class org.apache.cayenne.access.jdbc.ChainDirective
 
CHANGE - Static variable in class org.apache.cayenne.map.event.MapEvent
A type that describes object modification events.
changeDispatcher - Variable in class org.apache.cayenne.dataview.DataObjectList
 
changes - Variable in class org.apache.cayenne.access.ObjectStore
 
channel - Variable in class org.apache.cayenne.access.DataContext
 
channel - Variable in class org.apache.cayenne.CayenneContext
 
channel - Variable in class org.apache.cayenne.event.JavaGroupsBridge
 
channel - Variable in class org.apache.cayenne.remote.service.LocalConnection
 
channel - Variable in class org.apache.cayenne.remote.service.ServerSession
 
channelEventsEnabled - Variable in class org.apache.cayenne.remote.ClientChannel
 
characters(char[], int, int) - Method in class org.apache.cayenne.map.MapLoader
 
characters(char[], int, int) - Method in class org.apache.cayenne.util.AbstractHandler
Deprecated. Handles text within an element.
CharType - Class in org.apache.cayenne.access.types
Handles java.lang.String, mapping it as either of JDBC types - CLOB or (VAR)CHAR.
CharType(boolean, boolean) - Constructor for class org.apache.cayenne.access.types.CharType
 
chatService - Variable in class org.apache.cayenne.event.XMPPBridge
 
checkForUpgrades() - Method in class org.apache.cayenne.project.ApplicationProject
 
checkForUpgrades() - Method in class org.apache.cayenne.project.DataMapProject
Does nothing.
checkForUpgrades() - Method in class org.apache.cayenne.project.PartialProject
 
checkForUpgrades() - Method in class org.apache.cayenne.project.Project
Determines whether the project needs to be upgraded.
checkNextRow() - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated. Moves internal ResultSet cursor position down one row.
checkNextRow() - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
Moves internal ResultSet cursor position down one row.
checkWritePermissions(File) - Method in class org.apache.cayenne.project.ProjectFile
 
children - Variable in class org.apache.cayenne.exp.parser.SimpleNode
 
children - Variable in class org.apache.cayenne.query.PrefetchTreeNode
 
ChunkDirective - Class in org.apache.cayenne.access.jdbc
A custom Velocity directive to describe a conditional chunk of a chain.
ChunkDirective() - Constructor for class org.apache.cayenne.access.jdbc.ChunkDirective
 
classBaseUrl(Class) - Static method in class org.apache.cayenne.util.ResourceLocator
Returns a base URL as a String from which this class was loaded.
ClassDescriptor - Interface in org.apache.cayenne.property
Provides access to a set of persistent properties of a Java Bean and methods for manipulating such bean.
classDescriptorFactory - Variable in class org.apache.cayenne.map.EntityResolver
 
ClassDescriptorFactory - Interface in org.apache.cayenne.property
A factory of ClassDescriptor instances.
classDescriptors - Variable in class org.apache.cayenne.map.EntityDescriptorFactory
 
ClassGenerationInfo - Class in org.apache.cayenne.gen
Class generation engine for ObjEntities based on Velocity templates .
ClassGenerationInfo() - Constructor for class org.apache.cayenne.gen.ClassGenerationInfo
 
classGenerationInfo - Variable in class org.apache.cayenne.gen.ClassGenerator
 
ClassGenerator - Class in org.apache.cayenne.gen
Class generation engine for ObjEntities based on Velocity templates .
ClassGenerator(String) - Constructor for class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use ClassGenerator(String template, String versionString) instead.
ClassGenerator(String, String) - Constructor for class org.apache.cayenne.gen.ClassGenerator
Creates a new ClassGenerationInfo that uses a specified Velocity template.
ClassGenerator(String, String, VPPConfig) - Constructor for class org.apache.cayenne.gen.ClassGenerator
Creates a new ClassGenerationInfo that uses a specified Velocity template.
ClassGeneratorResourceLoader - Class in org.apache.cayenne.gen
Velocity template resource loader customized for Cayenne use.
ClassGeneratorResourceLoader() - Constructor for class org.apache.cayenne.gen.ClassGeneratorResourceLoader
 
classLoader - Variable in class org.apache.cayenne.util.ResourceLocator
 
className - Variable in class org.apache.cayenne.access.types.DefaultType
 
className - Variable in class org.apache.cayenne.gen.ClassGenerationInfo
 
className - Variable in class org.apache.cayenne.map.ObjEntity
 
classTemplate - Variable in class org.apache.cayenne.gen.ClassGenerator
 
cleanDest - Variable in class org.apache.cayenne.tools.DataPortTask
 
cleaningDestination - Variable in class org.apache.cayenne.access.DataPort
 
cleanup(File) - Method in class org.apache.cayenne.project.ProjectConfigurator
Deletes a temporary directories and files created.
clear() - Method in class org.apache.cayenne.access.DataRowStore
Expires and removes all stored snapshots without sending any notification events.
clear() - Method in class org.apache.cayenne.access.IncrementalFaultList
 
clear() - Method in class org.apache.cayenne.access.QueryResult
Clears any previously collected information.
clear() - Method in class org.apache.cayenne.access.ToManyList
 
clear() - Method in class org.apache.cayenne.access.util.SelectObserver
Deprecated. Clears fetched objects stored in an internal list.
clear() - Method in class org.apache.cayenne.dataview.DataObjectList
 
clear() - Method in class org.apache.cayenne.dataview.EventDispatcher
 
clear() - Method in class org.apache.cayenne.dataview.LookupCache
 
clear() - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
clear() - Method in class org.apache.cayenne.util.GenericResponse
Clears any previously collected information.
clear() - Method in class org.apache.cayenne.util.PersistentObjectList
 
clearAttributes() - Method in class org.apache.cayenne.map.DbEntity
 
clearAttributes() - Method in class org.apache.cayenne.map.Entity
 
clearCache() - Method in class org.apache.cayenne.access.jdbc.SQLTemplateResourceManager
 
clearCache() - Method in class org.apache.cayenne.map.EntityResolver
Removes all entity mappings from the cache.
clearCallParameters() - Method in class org.apache.cayenne.map.Procedure
 
clearDataMaps() - Method in class org.apache.cayenne.access.DataDomain
Clears the list of internal DataMaps.
clearDataObjectChangeListeners() - Method in class org.apache.cayenne.dataview.DataObjectList
 
clearDbEntities() - Method in class org.apache.cayenne.map.DataMap
 
clearDbMapping() - Method in class org.apache.cayenne.map.ObjEntity
Clears all the mapping between this obj entity and its current db entity.
clearDbRelationships() - Method in class org.apache.cayenne.map.ObjRelationship
 
clearFields() - Method in class org.apache.cayenne.dataview.ObjEntityView
 
clearFieldValueChangeListeners() - Method in class org.apache.cayenne.dataview.DataView
 
clearObjEntities() - Method in class org.apache.cayenne.map.DataMap
 
clearOrderings() - Method in class org.apache.cayenne.query.SelectQuery
Clears all configured orderings.
clearParameters() - Method in class org.apache.cayenne.query.ProcedureQuery
Cleans up all configured parameters.
clearParams() - Method in class org.apache.cayenne.map.DerivedDbAttribute
 
clearPrefetches() - Method in class org.apache.cayenne.query.ProcedureQuery
Clears all prefetches.
clearPrefetches() - Method in class org.apache.cayenne.query.SelectQuery
Clears all stored prefetch paths.
clearPrefetches() - Method in class org.apache.cayenne.query.SQLTemplate
Clears all prefetches.
clearProcedures() - Method in class org.apache.cayenne.map.DataMap
 
clearQueries() - Method in class org.apache.cayenne.map.DataMap
 
clearRelationships() - Method in class org.apache.cayenne.map.Entity
 
clearWarnings() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
client - Variable in class org.apache.cayenne.gen.MapClassGenerator
 
CLIENT_SERIALIZER_FACTORIES - Static variable in class org.apache.cayenne.remote.hessian.HessianConnection
 
CLIENT_SUBCLASS_TEMPLATE_1_2 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
CLIENT_SUPERCLASS_TEMPLATE_1_2 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
CLIENT_SUPPORTED_PROPERTY - Static variable in class org.apache.cayenne.map.DataMap
Defines whether a DataMap supports client entities.
ClientChannel - Class in org.apache.cayenne.remote
A DataChannel implementation that accesses a remote server via a ClientConnection.
ClientChannel(ClientConnection) - Constructor for class org.apache.cayenne.remote.ClientChannel
Creates a new channel accessing remote server via provided connection.
ClientChannel(ClientConnection, boolean) - Constructor for class org.apache.cayenne.remote.ClientChannel
 
ClientChannel(ClientConnection, boolean, EventManager) - Constructor for class org.apache.cayenne.remote.ClientChannel
 
clientClassName - Variable in class org.apache.cayenne.map.ObjEntity
 
ClientConnection - Interface in org.apache.cayenne.remote
A connection object used to interact with a remote Cayenne server.
clientEntityResolver - Variable in class org.apache.cayenne.map.EntityResolver
 
ClientMessage - Interface in org.apache.cayenne.remote
A tag interface representing a message sent by a remote client to Cayenne service.
ClientServerChannel - Class in org.apache.cayenne.access
A DataChannel adapter that connects client ObjectContext children to a server ObjectContext.
ClientServerChannel(DataDomain) - Constructor for class org.apache.cayenne.access.ClientServerChannel
 
ClientServerChannel(DataDomain, boolean) - Constructor for class org.apache.cayenne.access.ClientServerChannel
 
clientSuperClassName - Variable in class org.apache.cayenne.map.ObjEntity
 
clientSupported - Variable in class org.apache.cayenne.map.DataMap
 
cloneInfo() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
cloneViaClientServerSerialization(Serializable, EntityResolver) - Static method in class org.apache.cayenne.remote.hessian.service.HessianUtil
A utility method that clones an object using Hessian serialization/deserialization mechanism, which is different from default Java serialization.
cloneViaSerialization(Serializable) - Static method in class org.apache.cayenne.util.Util
Creates Serializable object copy using serialization/deserialization.
cloneViaServerClientSerialization(Serializable, EntityResolver) - Static method in class org.apache.cayenne.remote.hessian.service.HessianUtil
 
close() - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated. Closes ResultIterator and associated ResultSet.
close() - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
Closes ResultIterator and associated ResultSet.
close() - Method in interface org.apache.cayenne.access.ResultIterator
Closes ResultIterator and associated ResultSet.
close() - Method in class org.apache.cayenne.access.util.DistinctResultIterator
CLoses underlying ResultIterator.
close() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
close() - Method in class org.apache.cayenne.conn.PooledConnectionImpl
 
closed - Variable in class org.apache.cayenne.access.jdbc.JDBCResultIterator
 
closeWriter(Writer) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
 
closeWriter(Writer) - Method in class org.apache.cayenne.gen.MapClassGenerator
Closes writer after class code has been successfully written by ClassGenerationInfo.
closingConnection - Variable in class org.apache.cayenne.access.DefaultResultIterator
Deprecated.  
closingConnection - Variable in class org.apache.cayenne.access.jdbc.JDBCResultIterator
 
CollectionProperty - Interface in org.apache.cayenne.property
A property representing a collection of objects.
column - Variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
ColumnDescriptor - Class in org.apache.cayenne.access.jdbc
A descriptor of a ResultSet column.
ColumnDescriptor() - Constructor for class org.apache.cayenne.access.jdbc.ColumnDescriptor
Creates a ColumnDescriptor
ColumnDescriptor(String, int, String) - Constructor for class org.apache.cayenne.access.jdbc.ColumnDescriptor
Creates a column descriptor with user-specified parameters.
ColumnDescriptor(ObjAttribute, DbAttribute) - Constructor for class org.apache.cayenne.access.jdbc.ColumnDescriptor
Deprecated. since 1.2 use constructor with column alias parameter.
ColumnDescriptor(DbAttribute, String) - Constructor for class org.apache.cayenne.access.jdbc.ColumnDescriptor
Creates a ColumnDescriptor from Cayenne DbAttribute.
ColumnDescriptor(ObjAttribute, DbAttribute, String) - Constructor for class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
ColumnDescriptor(ProcedureParameter) - Constructor for class org.apache.cayenne.access.jdbc.ColumnDescriptor
Creates a ColumnDescriptor from stored procedure parameter.
ColumnDescriptor(ResultSetMetaData, int) - Constructor for class org.apache.cayenne.access.jdbc.ColumnDescriptor
Creates a ColumnDescriptor using ResultSetMetaData.
columnList - Variable in class org.apache.cayenne.access.trans.InsertTranslator
Deprecated.  
columns - Variable in class org.apache.cayenne.access.jdbc.RowDescriptor
 
commit() - Method in class org.apache.cayenne.access.Transaction
 
commit() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
commitChanges(Level) - Method in class org.apache.cayenne.access.DataContext
Deprecated. Since 1.2, use DataContext.commitChanges() instead.
commitChanges() - Method in class org.apache.cayenne.access.DataContext
Synchronizes object graph with the database.
commitChanges() - Method in class org.apache.cayenne.CayenneContext
Commits changes to uncommitted objects.
commitChanges() - Method in interface org.apache.cayenne.ObjectContext
Flushes all changes to objects in this context to the parent DataChannel, cascading flush operation all the way through the stack, ultimately saving data in the database.
commitChangesToParent() - Method in class org.apache.cayenne.access.DataContext
"Flushes" the changes to the parent DataChannel.
commitChangesToParent() - Method in class org.apache.cayenne.CayenneContext
 
commitChangesToParent() - Method in interface org.apache.cayenne.ObjectContext
Flushes all changes to objects in this context to the parent DataChannel.
COMMITTED - Static variable in class org.apache.cayenne.PersistenceState
Describes a state of an object registered with DataContext/ObjectContext, whose fields exactly match the state of a corresponding database row.
compare(Object, Object) - Method in class org.apache.cayenne.query.Ordering
Comparable interface implementation.
compare(Object, Object) - Method in class org.apache.cayenne.util.PropertyComparator
Deprecated.  
compareAsc(Object, Object) - Method in class org.apache.cayenne.util.PropertyComparator
Deprecated.  
compareFullRows - Variable in class org.apache.cayenne.access.util.DistinctResultIterator
 
compareTo(Object) - Method in class org.apache.cayenne.graph.NodeDiff
Implements a Comparable interface method to compare based on diffId property.
compile(EntityResolver) - Method in class org.apache.cayenne.map.EntityDescriptor
Prepares the descriptor.
compileAttributes(Map) - Method in class org.apache.cayenne.map.EntityDescriptor
Implements an attributes compilation step.
compileRelationships(EntityResolver, Map) - Method in class org.apache.cayenne.map.EntityDescriptor
Implements a relationships compilation step.
compileSpecialProperties() - Method in class org.apache.cayenne.map.EntityDescriptor
Implements an attributes compilation step.
compileSubclassMapping(EntityResolver, Map, EntityInheritanceTree) - Method in class org.apache.cayenne.map.EntityDescriptor
 
complimentaryReverseArcName - Variable in class org.apache.cayenne.property.AbstractSingleObjectArcProperty
 
components - Variable in class org.apache.cayenne.map.AshwoodEntitySorter
 
CompoundDiff - Class in org.apache.cayenne.graph
A GraphDiff that is a list of other GraphDiffs.
CompoundDiff() - Constructor for class org.apache.cayenne.graph.CompoundDiff
Creates an empty CompoundDiff instance.
CompoundDiff(List) - Constructor for class org.apache.cayenne.graph.CompoundDiff
Creates CompoundDiff instance.
compoundPKForObject(Persistent) - Static method in class org.apache.cayenne.DataObjectUtils
Returns a primary key map for a DataObject.
con - Variable in class org.apache.cayenne.access.DbLoader
 
ConditionNode - Class in org.apache.cayenne.exp.parser
Superclass of conditional expressions.
ConditionNode(int) - Constructor for class org.apache.cayenne.exp.parser.ConditionNode
 
config - Variable in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
config - Variable in class org.apache.cayenne.conf.RuntimeSaveDelegate
 
ConfigLoader - Class in org.apache.cayenne.conf
Class that performs runtime loading of Cayenne configuration.
ConfigLoader(ConfigLoaderDelegate) - Constructor for class org.apache.cayenne.conf.ConfigLoader
Creates new ConfigLoader.
ConfigLoaderDelegate - Interface in org.apache.cayenne.conf
Interface that defines callback API used by ConfigLoader to process loaded configuration.
configLocator() - Method in class org.apache.cayenne.map.MapLoader
Creates, configures and returns ResourceLocator object used to lookup DataMap files.
ConfigSaver - Class in org.apache.cayenne.conf
Class that does saving of Cayenne configuration.
ConfigSaver() - Constructor for class org.apache.cayenne.conf.ConfigSaver
Constructor for ConfigSaver.
ConfigSaver(ConfigSaverDelegate) - Constructor for class org.apache.cayenne.conf.ConfigSaver
Constructor for ConfigSaver.
ConfigSaverDelegate - Interface in org.apache.cayenne.conf
Defines a set of callback methods that provide information to ConfigSaver when Cayenne project is saved.
ConfigStatus - Class in org.apache.cayenne.conf
Interface defines API to check the status of Cayenne configuration.
ConfigStatus() - Constructor for class org.apache.cayenne.conf.ConfigStatus
 
Configuration - Class in org.apache.cayenne.conf
This class is an entry point to Cayenne.
Configuration() - Constructor for class org.apache.cayenne.conf.Configuration
Default constructor for new Configuration instances.
Configuration(String) - Constructor for class org.apache.cayenne.conf.Configuration
Default constructor for new Configuration instances using the given resource name as the main domain file.
configuration - Variable in class org.apache.cayenne.project.ApplicationProject
 
CONFIGURATION_PATH_KEY - Static variable in class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated.  
CONFIGURATION_PATH_KEY - Static variable in class org.apache.cayenne.conf.ServletUtil
A name of the web application initialization parameter used to specify extra paths where Cayenne XML files might be located.
ConfigurationException - Exception in org.apache.cayenne
A runtime exception thrown on failures in Cayenne configuration.
ConfigurationException() - Constructor for exception org.apache.cayenne.ConfigurationException
Creates new ConfigurationException without detail message.
ConfigurationException(String) - Constructor for exception org.apache.cayenne.ConfigurationException
Constructs an ConfigurationException with the specified detail message.
ConfigurationException(Throwable) - Constructor for exception org.apache.cayenne.ConfigurationException
Constructs an ConfigurationException that wraps exception thrown elsewhere.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.cayenne.ConfigurationException
 
configurationShutdownHook - Variable in class org.apache.cayenne.conf.Configuration
 
configureCommonLogging() - Static method in class org.apache.cayenne.conf.Configuration
Configures Cayenne logging properties.
configureCommonLogging(URL) - Static method in class org.apache.cayenne.conf.Configuration
Configures Cayenne logging properties using properties found at the specified URL.
configuredStatements() - Method in class org.apache.cayenne.access.DbGenerator
Returns a list of all schema statements that should be executed with the current configuration.
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.db2.DB2Adapter
 
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.derby.DerbyAdapter
Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.frontbase.FrontBaseAdapter
 
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
 
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.ingres.IngresAdapter
 
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.JdbcAdapter
Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
Installs appropriate ExtendedTypes used as converters for passing values between JDBC and Java layers.
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
 
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.oracle.OracleAdapter
Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.postgres.PostgresAdapter
Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
configureExtendedTypes(ExtendedTypeMap) - Method in class org.apache.cayenne.dba.sybase.SybaseAdapter
Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
configureLogging() - Method in class org.apache.cayenne.conf.Configuration
Configures log4J.
configureLogging() - Method in class org.apache.cayenne.tools.CayenneTask
Sets up logging to be in line with the Ant logging system.
configURL - Variable in class org.apache.cayenne.event.JavaGroupsBridge
 
connect() - Method in class org.apache.cayenne.remote.hessian.HessianConnection
Establishes a session with remote service.
connect(Persistent) - Method in class org.apache.cayenne.util.PersistentObjectHolder
Returns an object that should be stored as a value in this ValueHolder, ensuring that it is registered with the same context.
connected - Variable in class org.apache.cayenne.event.XMPPBridge
 
connection - Variable in class org.apache.cayenne.access.DefaultResultIterator
Deprecated.  
connection - Variable in class org.apache.cayenne.access.jdbc.JDBCResultIterator
 
connection - Variable in class org.apache.cayenne.access.QueryTranslator
JDBC database connection needed to create PreparedStatement.
connection - Variable in class org.apache.cayenne.event.XMPPBridge
 
connection - Variable in class org.apache.cayenne.remote.ClientChannel
 
connectionClosed(ConnectionEvent) - Method in class org.apache.cayenne.conn.PoolManager
Returns closed connection to the pool.
connectionClosedNotification() - Method in class org.apache.cayenne.conn.PooledConnectionImpl
Creates and sends an event to listeners when a user closes java.sql.Connection object belonging to this PooledConnection.
connectionErrorNotification(SQLException) - Method in class org.apache.cayenne.conn.PooledConnectionImpl
This method creates and sents an event to listeners when an error occurs in the underlying connection.
connectionErrorOccurred(ConnectionEvent) - Method in class org.apache.cayenne.conn.PoolManager
Removes connection with an error from the pool.
ConnectionEventLogger - Class in org.apache.cayenne.access.util
Deprecated. Since 1.2 moved to the access package.
ConnectionEventLogger() - Constructor for class org.apache.cayenne.access.util.ConnectionEventLogger
Deprecated.  
ConnectionEventLogger(Level) - Constructor for class org.apache.cayenne.access.util.ConnectionEventLogger
Deprecated.  
ConnectionEventLoggingDelegate - Interface in org.apache.cayenne.conn
A callback API to used by DriverDataSource and PoolManager to notify of connection events.
connectionInfos - Variable in class org.apache.cayenne.conf.ConnectionProperties
 
ConnectionLogger - Class in org.apache.cayenne.access
Adapts QueryLogger to be used as a ConnectionEventLoggingDelegate with Cayenne connection pools.
ConnectionLogger() - Constructor for class org.apache.cayenne.access.ConnectionLogger
 
ConnectionProperties - Class in org.apache.cayenne.conf
ConnectionProperties handles a set of DataSourceInfo objects using information stored in $HOME/.cayenne/connection.properties.
ConnectionProperties(ExtendedProperties) - Constructor for class org.apache.cayenne.conf.ConnectionProperties
Constructor for ConnectionProperties.
connections - Variable in class org.apache.cayenne.access.Transaction
 
connectionUrl - Variable in class org.apache.cayenne.conn.DriverDataSource
 
ConnectionWrapper - Class in org.apache.cayenne.conn
ConnectionWrapper is a java.sql.Connection implementation that wraps another Connection, delegating method calls to this connection.
ConnectionWrapper(Connection, PooledConnectionImpl) - Constructor for class org.apache.cayenne.conn.ConnectionWrapper
Creates new ConnectionWrapper
constructCache() - Method in class org.apache.cayenne.map.EntityResolver
Creates caches of DbEntities by ObjEntity, DataObject class, and ObjEntity name using internal list of maps.
ContainerPoolFactory - Class in org.apache.cayenne.conn
Basic JNDI object factory that creates an instance of PoolManager that has been configured based on the RefAddr values of the specified Reference.
ContainerPoolFactory() - Constructor for class org.apache.cayenne.conn.ContainerPoolFactory
 
contains(Object) - Method in class org.apache.cayenne.access.IncrementalFaultList
 
contains(Object) - Method in class org.apache.cayenne.access.ToManyList
 
contains(Object) - Method in class org.apache.cayenne.dataview.DataObjectList
 
contains(Object) - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
contains(Object) - Method in class org.apache.cayenne.util.PersistentObjectList
 
containsAll(Collection) - Method in class org.apache.cayenne.access.IncrementalFaultList
 
containsAll(Collection) - Method in class org.apache.cayenne.access.ToManyList
 
containsAll(Collection) - Method in class org.apache.cayenne.dataview.DataObjectList
 
containsAll(Collection) - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
containsAll(Collection) - Method in class org.apache.cayenne.util.PersistentObjectList
 
context - Variable in class org.apache.cayenne.access.ObjectStore
The DataContext that owns this ObjectStore.
context - Variable in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
context - Variable in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
context - Variable in class org.apache.cayenne.util.DeepMergeOperation
 
context - Variable in class org.apache.cayenne.util.WebApplicationResourceLocator
 
ContextCommitObserver - Class in org.apache.cayenne.access.util
Deprecated. Unused since 1.2
ContextCommitObserver(Level, DataContext, List, List, List) - Constructor for class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
contextDestroyed(ServletContextEvent) - Method in class org.apache.cayenne.conf.WebApplicationListener
Deprecated. Currently does nothing.
contextInitialized(ServletContextEvent) - Method in class org.apache.cayenne.conf.WebApplicationListener
Deprecated. Establishes a Cayenne shared Configuration object that can later be obtained by calling Configuration.getSharedConfiguration().
contractedReferentialDigraph - Variable in class org.apache.cayenne.map.AshwoodEntitySorter
 
ConversionUtil - Class in org.apache.cayenne.util
A collection of static conversion utility methods.
converters - Variable in class org.apache.cayenne.access.jdbc.RowDescriptor
 
converters - Variable in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
convertToBlobValue(Object) - Method in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
Converts value to byte[] if possible.
convertToClobValue(Object) - Method in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
Converts to char[] or String.
convertToExternalSubject(EventSubject) - Static method in class org.apache.cayenne.event.EventBridge
A utility method that performs consistent translation from an EventSubject to a String that can be used by external transport as subject for distributed communications.
convertToJdbcObject(Object, int) - Method in class org.apache.cayenne.access.types.UtilDateType
 
copy(File, File) - Static method in class org.apache.cayenne.util.Util
Copies file contents from source to destination.
copy(URL, File) - Static method in class org.apache.cayenne.util.Util
Save URL contents to a file.
copyPipe(InputStream, OutputStream, int) - Static method in class org.apache.cayenne.util.Util
Reads data from the input and writes it to the output, until the end of the input stream.
COUNT - Static variable in class org.apache.cayenne.exp.Expression
Deprecated. since 1.2
create(DataTypeEnum) - Method in class org.apache.cayenne.dataview.DataTypeSpec
 
create(DataTypeEnum, String) - Method in class org.apache.cayenne.dataview.DataTypeSpec
 
create(DataTypeEnum, Object[]) - Method in class org.apache.cayenne.dataview.DataTypeSpec
 
create(Locale, Map) - Method in interface org.apache.cayenne.dataview.FormatFactory.Builder
 
create(Locale, Map) - Method in class org.apache.cayenne.dataview.FormatFactory.ChoiceFormatBuilder
 
create(Locale, Map) - Method in class org.apache.cayenne.dataview.FormatFactory.DecimalFormatBuilder
 
create(Locale, Map) - Method in class org.apache.cayenne.dataview.FormatFactory.MapFormatBuilder
 
create(Locale, Map) - Method in class org.apache.cayenne.dataview.FormatFactory.MessageFormatBuilder
 
create(Locale, Map) - Method in class org.apache.cayenne.dataview.FormatFactory.SimpleDateFormatBuilder
 
create(String, Object) - Method in class org.apache.cayenne.project.NamedObjectFactory
Internal factory method.
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.db2.DB2Sniffer
 
createAdapter(DatabaseMetaData) - Method in interface org.apache.cayenne.dba.DbAdapterFactory
Returns an instance of DbAdapter if the factory detects that it knows how to handle the database.
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.derby.DerbySniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.frontbase.FrontBaseSniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBSniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.ingres.IngresSniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.mysql.MySQLSniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.openbase.OpenBaseSniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.oracle.OracleSniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.postgres.PostgresSniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.sqlserver.SQLServerSniffer
 
createAdapter(DatabaseMetaData) - Method in class org.apache.cayenne.dba.sybase.SybaseSniffer
 
createAndRegisterNewObject(String) - Method in class org.apache.cayenne.access.DataContext
Instantiates new object and registers it with itself.
createAndRegisterNewObject(Class) - Method in class org.apache.cayenne.access.DataContext
Instantiates new object and registers it with itself.
createAPIClass(ServletConfig) - Method in class org.apache.cayenne.remote.hessian.service.HessianServlet
 
createAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.db2.DB2PkGenerator
 
createAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.frontbase.FrontBasePkGenerator
 
createAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.JdbcPkGenerator
 
createAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
 
createAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
 
createAutoPk(DataNode, List) - Method in interface org.apache.cayenne.dba.PkGenerator
Generates necessary database objects to provide automatic primary key support.
createAutoPk(DataNode, List) - Method in class org.apache.cayenne.dba.sybase.SybasePkGenerator
Generates database objects to provide automatic primary key support.
createAutoPkStatements(List) - Method in class org.apache.cayenne.dba.db2.DB2PkGenerator
Creates a list of CREATE SEQUENCE statements for the list of DbEntities.
createAutoPkStatements(List) - Method in class org.apache.cayenne.dba.frontbase.FrontBasePkGenerator
 
createAutoPkStatements(List) - Method in class org.apache.cayenne.dba.JdbcPkGenerator
 
createAutoPkStatements(List) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
 
createAutoPkStatements(List) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
 
createAutoPkStatements(List) - Method in interface org.apache.cayenne.dba.PkGenerator
Returns a list of SQL strings needed to generates database objects to provide automatic primary support for the list of entities.
createAutoPkStatements(List) - Method in class org.apache.cayenne.dba.sybase.SybasePkGenerator
 
createBooleanTableCellRenderer() - Method in class org.apache.cayenne.dataview.CellRenderers
 
createBuilder() - Method in class org.apache.cayenne.access.jdbc.BatchAction
 
createButtonEditor(JButton) - Method in class org.apache.cayenne.dataview.CellEditors
 
createChannel() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
 
createCheckBoxEditor() - Method in class org.apache.cayenne.dataview.CellEditors
 
createChildDataContext() - Method in class org.apache.cayenne.access.DataContext
Creates and returns a new child DataContext.
createCollectionValueHolder(Object) - Method in class org.apache.cayenne.property.AbstractCollectionProperty
Creates a Collection for an object.
createCollectionValueHolder(Object) - Method in class org.apache.cayenne.property.IndexedListProperty
Creates a List indexed on a specified property.
createCollectionValueHolder(Object) - Method in class org.apache.cayenne.property.ListProperty
Creates a List for an object.
createCollectionValueHolder(Object) - Method in class org.apache.cayenne.property.ToManyListProperty
 
createComboBoxEditor(ComboBoxModel, ListCellRenderer) - Method in class org.apache.cayenne.dataview.CellEditors
 
createConfig() - Method in class org.apache.cayenne.tools.CayenneGenerator
Provides a VPPConfig objec to configure.
createDataContext() - Static method in class org.apache.cayenne.access.DataContext
Factory method that creates and returns a new instance of DataContext based on default domain.
createDataContext(boolean) - Static method in class org.apache.cayenne.access.DataContext
Factory method that creates and returns a new instance of DataContext based on default domain.
createDataContext(String) - Static method in class org.apache.cayenne.access.DataContext
Factory method that creates and returns a new instance of DataContext using named domain as its parent.
createDataContext(String, boolean) - Static method in class org.apache.cayenne.access.DataContext
Creates and returns new DataContext that will use a named DataDomain as its parent.
createDataContext(DataChannel, ObjectStore) - Method in interface org.apache.cayenne.access.DataContextFactory
Creates a DataContext with parent QueryEngine and a DataRowStore that should be used by the ObjectStore.
createDataContext() - Method in class org.apache.cayenne.access.DataDomain
Creates and returns a new DataContext.
createDataContext(boolean) - Method in class org.apache.cayenne.access.DataDomain
Creates a new DataContext.
createDataNode(String) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
Creates a new DataNode.
createDataNode(String) - Method in class org.apache.cayenne.dba.AutoAdapter
Deprecated. since 1.2 this method is deprecated in DbAdapter interface.
createDataNode(String) - Method in interface org.apache.cayenne.dba.DbAdapter
Deprecated. since 1.2 this method is not used as node behavior customization is done via SQLActionVisitor.
createDataNode(String) - Method in class org.apache.cayenne.dba.JdbcAdapter
Deprecated. since 1.2 this method is not used as node behavior customization is done via SQLActionVisitor.
createDefaultFactory() - Method in class org.apache.cayenne.dba.AutoAdapter
Called from constructor to initialize factory in case no factory was specified by the object creator.
createDefaultTableCellRenderer(int) - Method in class org.apache.cayenne.dataview.CellRenderers
 
createDescriptor(ResultSet, ExtendedTypeMap) - Static method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated. Creates and returns a ResultDescritor based on ResultSet metadata.
createDescriptor(ColumnDescriptor[], ExtendedTypeMap) - Static method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated. Creates and returns a ResultDescriptor for an array of ColumnDescriptors.
createDescriptor(Procedure, ExtendedTypeMap) - Static method in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated. Creates and returns a ResultDescriptor for the stored procedure parameters.
createDescriptor(String) - Method in class org.apache.cayenne.map.EntityDescriptorFactory
Creates a new descriptor that is not compiled.
createDiff(DataRow) - Method in class org.apache.cayenne.DataRow
Creates a DataRow that contains only the keys that have values that differ between this object and row parameter.
createEventBridge(EventSubject, Map) - Method in interface org.apache.cayenne.event.EventBridgeFactory
Deprecated. since 1.2 EventBridge must support multiple subjects.
createEventBridge(Collection, String, Map) - Method in interface org.apache.cayenne.event.EventBridgeFactory
Creates an EventBridge with the specified parameters.
createEventBridge(EventSubject, Map) - Method in class org.apache.cayenne.event.JavaGroupsBridgeFactory
Deprecated. since 1.2, as we now need to support multiple subjects.
createEventBridge(Collection, String, Map) - Method in class org.apache.cayenne.event.JavaGroupsBridgeFactory
Creates a JavaGroupsBridge instance.
createEventBridge(EventSubject, Map) - Method in class org.apache.cayenne.event.JMSBridgeFactory
Deprecated. since 1.2, as we now need to support multiple subjects.
createEventBridge(Collection, String, Map) - Method in class org.apache.cayenne.event.JMSBridgeFactory
 
createEventBridge(EventSubject, Map) - Method in class org.apache.cayenne.event.XMPPBridgeFactory
Deprecated. since 1.2, as we now need to support multiple subjects.
createEventBridge(Collection, String, Map) - Method in class org.apache.cayenne.event.XMPPBridgeFactory
 
createFactory(String[], EntityResolver) - Static method in class org.apache.cayenne.remote.hessian.HessianConfig
Creates a Hessian SerializerFactory configured with zero or more AbstractSerializerFactory extensions.
createFieldEditComponent(ObjEntityViewField) - Method in class org.apache.cayenne.dataview.FieldComponentFactory
 
createFK - Variable in class org.apache.cayenne.access.DbGenerator
 
createFK - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
createFkConstraint(DbRelationship) - Method in class org.apache.cayenne.dba.AutoAdapter
 
createFkConstraint(DbRelationship) - Method in interface org.apache.cayenne.dba.DbAdapter
Returns a SQL string that can be used to create a foreign key constraint for the relationship.
createFkConstraint(DbRelationship) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Adds an ADD CONSTRAINT clause to a relationship constraint.
createFkConstraint(DbRelationship) - Method in class org.apache.cayenne.dba.JdbcAdapter
Returns a SQL string that can be used to create a foreign key constraint for the relationship.
createFkConstraint(DbRelationship) - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
Returns a SQL string that can be used to create a foreign key constraint for the relationship.
createFkConstraintsQueries(DbEntity) - Method in class org.apache.cayenne.access.DbGenerator
Returns an array of queries to create foreign key constraints for a particular DbEntity.
createFormat(Class, Locale, Map) - Method in class org.apache.cayenne.dataview.FormatFactory
 
createFormatListCellRenderer(Format, String, String, int) - Method in class org.apache.cayenne.dataview.CellRenderers
 
createFormatTableCellRenderer(Format, String, String, int) - Method in class org.apache.cayenne.dataview.CellRenderers
 
createFormattedFieldEditor(JFormattedTextField.AbstractFormatter, int) - Method in class org.apache.cayenne.dataview.CellEditors
 
createFormattedFieldEditor(Format, int) - Method in class org.apache.cayenne.dataview.CellEditors
 
createFormattedFieldEditor(String, int) - Method in class org.apache.cayenne.dataview.CellEditors
 
createGenerator() - Method in class org.apache.cayenne.tools.CayenneGenerator
Factory method to create internal class generator.
createListCellRenderer(ObjEntityViewField) - Method in class org.apache.cayenne.dataview.CellRenderers
 
createLOBSelectString(BatchQuery, List, List) - Method in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
 
createLocator(ServletContext) - Static method in class org.apache.cayenne.conf.ServletUtil
A helper method to create default ResourceLocator.
createName(Class, Object) - Static method in class org.apache.cayenne.project.NamedObjectFactory
 
createName(Class, Object, String) - Static method in class org.apache.cayenne.project.NamedObjectFactory
 
createObject(Class, Object) - Static method in class org.apache.cayenne.project.NamedObjectFactory
Creates an object using an appropriate factory class.
createObject(Class, Object, String) - Static method in class org.apache.cayenne.project.NamedObjectFactory
 
createObject() - Method in class org.apache.cayenne.property.BaseClassDescriptor
Creates a new instance of a class described by this object.
createObject() - Method in interface org.apache.cayenne.property.ClassDescriptor
Creates a new instance of a class described by this object.
createObjectId(ObjEntity) - Method in class org.apache.cayenne.DataRow
Creates an ObjectId from the values in the snapshot.
createObjectId(Class, DbEntity) - Method in class org.apache.cayenne.DataRow
Deprecated. since 1.2, as new portable ObjectIds can't store Java Class and store entity name instead. Now this method relies on default CayenneModeler naming convention to figure out entity name from class name. This may not work if the classes where mapped differently.
createObjectId(String, DbEntity) - Method in class org.apache.cayenne.DataRow
 
createObjectId(String, DbEntity, String) - Method in class org.apache.cayenne.DataRow
Extracts PK columns prefixed with some path.
createPatterns(String) - Method in class org.apache.cayenne.tools.NamePatternMatcher
Returns an array of Patterns.
createPermIdsForObjEntity(ObjEntity, List) - Method in class org.apache.cayenne.access.util.PrimaryKeyHelper
Deprecated.  
createPK - Variable in class org.apache.cayenne.access.DbGenerator
 
createPK - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
createPkGenerator() - Method in class org.apache.cayenne.dba.db2.DB2Adapter
Creates a DB2 specific PK Generator.
createPkGenerator() - Method in class org.apache.cayenne.dba.derby.DerbyAdapter
 
createPkGenerator() - Method in class org.apache.cayenne.dba.frontbase.FrontBaseAdapter
 
createPkGenerator() - Method in class org.apache.cayenne.dba.ingres.IngresAdapter
 
createPkGenerator() - Method in class org.apache.cayenne.dba.JdbcAdapter
Creates and returns a primary key generator.
createPkGenerator() - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
Creates and returns a primary key generator.
createPkGenerator() - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
Creates and returns a primary key generator.
createPkGenerator() - Method in class org.apache.cayenne.dba.oracle.OracleAdapter
Creates and returns a primary key generator.
createPkGenerator() - Method in class org.apache.cayenne.dba.postgres.PostgresAdapter
 
createPkGenerator() - Method in class org.apache.cayenne.dba.sybase.SybaseAdapter
Creates and returns a primary key generator.
createPKString(DbEntity) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
Returns a String to create PK support for an entity.
createProject(File) - Static method in class org.apache.cayenne.project.Project
Factory method to create the right project type given project file.
createQuery(Map) - Method in interface org.apache.cayenne.query.ParameterizedQuery
Creates a new query based on current query as a template, and using a Map of named parameters.
createQuery(Map) - Method in class org.apache.cayenne.query.ProcedureQuery
Creates and returns a new ProcedureQuery built using this query as a prototype and substituting template parameters with the values from the map.
createQuery(Map) - Method in class org.apache.cayenne.query.SelectQuery
Creates and returns a new SelectQuery built using this query as a prototype and substituting qualifier parameters with the values from the map.
createQuery(Map) - Method in class org.apache.cayenne.query.SQLTemplate
Creates and returns a new SQLTemplate built using this query as a prototype and substituting template parameters with the values from the map.
createRelationship(Entity, Entity, boolean) - Static method in class org.apache.cayenne.project.NamedObjectFactory
Creates a relationship using an appropriate factory class.
createRemoteSession(String, String, boolean) - Method in class org.apache.cayenne.remote.service.BaseRemoteService
 
createReplacementId() - Method in class org.apache.cayenne.ObjectId
Creates and returns a replacement ObjectId.
createReplacementQuery(EntityResolver) - Method in class org.apache.cayenne.query.IndirectQuery
Creates a substitute query.
createReplacementQuery(EntityResolver) - Method in class org.apache.cayenne.query.NamedQuery
 
createReplacementQuery(EntityResolver) - Method in class org.apache.cayenne.query.ObjectIdQuery
 
createReplacementQuery(EntityResolver) - Method in class org.apache.cayenne.query.RelationshipQuery
 
createReverseJoin() - Method in class org.apache.cayenne.map.DbJoin
Returns a "reverse" join.
createReverseRelationship() - Method in class org.apache.cayenne.map.DbRelationship
Creates a new relationship with the same set of joins, but going in the opposite direction.
createSamplePropertiesFile(File) - Static method in class org.apache.cayenne.conf.ConnectionProperties
 
createSequenceString(DbEntity) - Method in class org.apache.cayenne.dba.db2.DB2PkGenerator
Returns CREATE SEQUENCE statement for entity.
createSequenceString(DbEntity) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
 
createSequenceString(DbEntity) - Method in class org.apache.cayenne.dba.postgres.PostgresPkGenerator
 
createServerEventBridge() - Method in class org.apache.cayenne.remote.RemoteSession
Creates an EventBridge that will listen for server events.
createServerSession() - Method in class org.apache.cayenne.remote.service.BaseRemoteService
Creates a new ServerSession with a dedicated DataChannel.
createServerSession(String) - Method in class org.apache.cayenne.remote.service.BaseRemoteService
Creates a new ServerSession based on a shared DataChannel.
createServerSession() - Method in class org.apache.cayenne.remote.service.HttpRemoteService
Creates a new ServerSession with a dedicated DataChannel.
createServerSession(String) - Method in class org.apache.cayenne.remote.service.HttpRemoteService
Creates a new ServerSession based on a shared DataChannel.
createService(ServletConfig) - Method in class org.apache.cayenne.remote.hessian.service.HessianServlet
 
createSpinnerEditor(SpinnerModel, Format) - Method in class org.apache.cayenne.dataview.CellEditors
 
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.AbstractQuery
 
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.BatchQuery
Calls "batchAction" on the visitor.
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.DeleteQuery
Calls "makeUpdate" on the visitor.
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.IndirectQuery
Throws an exception as indirect query should not be executed directly.
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.InsertQuery
Deprecated. Calls "makeUpdate" on the visitor.
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.ProcedureQuery
Calls "makeProcedure" on the visitor.
createSQLAction(SQLActionVisitor) - Method in interface org.apache.cayenne.query.Query
A callback method invoked by Cayenne during the final execution phase of the query run.
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.QueryChain
Throws an exception as execution should've been delegated to the queries contained in the chain.
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.SelectQuery
Calls "makeSelect" on the visitor.
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.SQLTemplate
Calls sqlAction(this) on the visitor.
createSQLAction(SQLActionVisitor) - Method in class org.apache.cayenne.query.UpdateQuery
Calls "makeUpdate" on the visitor.
createSqlString(BatchQuery) - Method in class org.apache.cayenne.access.trans.BatchQueryBuilder
Translates BatchQuery into an SQL string formatted to use in a PreparedStatement.
createSqlString(BatchQuery) - Method in class org.apache.cayenne.access.trans.DeleteBatchQueryBuilder
 
createSqlString() - Method in class org.apache.cayenne.access.trans.DeleteTranslator
Main method of DeleteTranslator class.
createSqlString(BatchQuery) - Method in class org.apache.cayenne.access.trans.InsertBatchQueryBuilder
 
createSqlString() - Method in class org.apache.cayenne.access.trans.InsertTranslator
Deprecated. Method that converts an insert query into SQL string
createSqlString(BatchQuery) - Method in class org.apache.cayenne.access.trans.LOBInsertBatchQueryBuilder
 
createSqlString(BatchQuery) - Method in class org.apache.cayenne.access.trans.LOBUpdateBatchQueryBuilder
 
createSqlString() - Method in class org.apache.cayenne.access.trans.ProcedureTranslator
Creates an SQL String for the stored procedure call.
createSqlString() - Method in class org.apache.cayenne.access.trans.QueryAssembler
Translates query into sql string.
createSqlString() - Method in class org.apache.cayenne.access.trans.SelectTranslator
Returns query translated to SQL.
createSqlString(BatchQuery) - Method in class org.apache.cayenne.access.trans.UpdateBatchQueryBuilder
 
createSqlString() - Method in class org.apache.cayenne.access.trans.UpdateTranslator
Method that converts an update query into SQL string
createSqlString() - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBProcedureTranslator
Creates HSQLDB-compliant SQL to execute a stored procedure.
createSqlString() - Method in class org.apache.cayenne.dba.oracle.OracleSelectTranslator
 
createStatement() - Method in class org.apache.cayenne.access.QueryTranslator
Creates PreparedStatement.
createStatement(Level) - Method in class org.apache.cayenne.access.QueryTranslator
Deprecated. since 1.2
createStatement() - Method in class org.apache.cayenne.access.trans.ProcedureTranslator
 
createStatement() - Method in class org.apache.cayenne.access.trans.QueryAssembler
Translates internal query into PreparedStatement.
createStatement() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
createStatement(int, int) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
createStatement(int, int, int) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
createStatement() - Method in class org.apache.cayenne.dba.oracle.OracleSelectTranslator
Translates internal query into PreparedStatement, applying Oracle optimizations if possible.
createTable(DbEntity) - Method in class org.apache.cayenne.dba.AutoAdapter
 
createTable(DbEntity) - Method in class org.apache.cayenne.dba.db2.DB2Adapter
Returns a SQL string that can be used to create database table corresponding to ent parameter.
createTable(DbEntity) - Method in interface org.apache.cayenne.dba.DbAdapter
Returns a SQL string that can be used to create database table corresponding to ent parameter.
createTable(DbEntity) - Method in class org.apache.cayenne.dba.frontbase.FrontBaseAdapter
Customizes table creating procedure for FrontBase.
createTable(DbEntity) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Uses "CREATE CACHED TABLE" instead of "CREATE TABLE".
createTable(DbEntity) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBNoSchemaAdapter
Uses unqualified entity names.
createTable(DbEntity) - Method in class org.apache.cayenne.dba.ingres.IngresAdapter
Returns a SQL string that can be used to create database table corresponding to ent parameter.
createTable(DbEntity) - Method in class org.apache.cayenne.dba.JdbcAdapter
Returns a SQL string that can be used to create database table corresponding to ent parameter.
createTable(DbEntity) - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
Overrides super implementation to explicitly set table engine to InnoDB if FK constraints are supported by this adapter.
createTable(DbEntity) - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
Returns a SQL string that can be used to create database table corresponding to ent parameter.
createTable(DbEntity) - Method in class org.apache.cayenne.dba.postgres.PostgresAdapter
Customizes table creating procedure for PostgreSQL.
createTableAppendColumn(StringBuffer, DbAttribute) - Method in class org.apache.cayenne.dba.derby.DerbyAdapter
Appends SQL for column creation to CREATE TABLE buffer.
createTableAppendColumn(StringBuffer, DbAttribute) - Method in class org.apache.cayenne.dba.JdbcAdapter
Appends SQL for column creation to CREATE TABLE buffer.
createTableAppendColumn(StringBuffer, DbAttribute) - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
Appends AUTO_INCREMENT clause to the column definition for generated columns.
createTableAppendColumn(StringBuffer, DbAttribute) - Method in class org.apache.cayenne.dba.sqlserver.SQLServerAdapter
Overrides super implementation to correctly set up identity columns.
createTableAppendPKClause(StringBuffer, DbEntity) - Method in class org.apache.cayenne.dba.JdbcAdapter
 
createTableAppendPKClause(StringBuffer, DbEntity) - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
Customizes PK clause semantics to ensure that generated columns are in the beginning of the PK definition, as this seems to be a requirement for InnoDB tables.
createTableCellEditor(ObjEntityViewField) - Method in class org.apache.cayenne.dataview.CellEditors
 
createTableCellRenderer(ObjEntityViewField) - Method in class org.apache.cayenne.dataview.CellRenderers
 
createTables - Variable in class org.apache.cayenne.access.DbGenerator
 
createTables - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
createTargetObjectId(Class, DbRelationship) - Method in class org.apache.cayenne.DataRow
Deprecated. since 1.2, as new portable ObjectIds can't store Java Class and store entity name instead. Now this method relies on default CayenneModeler naming convention to figure out entity name from class name. This may not work if the classes where mapped differently.
createTargetObjectId(String, DbRelationship) - Method in class org.apache.cayenne.DataRow
Returns an ObjectId of an object on the other side of the to-one relationship, for this DataRow representing a source of relationship.
createTextFieldEditor(int) - Method in class org.apache.cayenne.dataview.CellEditors
 
createTransaction() - Method in class org.apache.cayenne.access.DataDomain
Creates and returns a new inactive transaction.
createTranslator(Connection) - Method in class org.apache.cayenne.access.jdbc.ProcedureAction
Returns the ProcedureTranslator to use for this ProcedureAction.
createTranslator(Connection) - Method in class org.apache.cayenne.access.jdbc.SelectAction
 
createTranslator(Connection) - Method in class org.apache.cayenne.access.jdbc.UpdateAction
 
createUniqueConstraint(DbEntity, Collection) - Method in class org.apache.cayenne.dba.AutoAdapter
 
createUniqueConstraint(DbEntity, Collection) - Method in interface org.apache.cayenne.dba.DbAdapter
Returns a DDL string to create a unique constraint over a set of columns.
createUniqueConstraint(DbEntity, Collection) - Method in class org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Returns a DDL string to create a unique constraint over a set of columns.
createUniqueConstraint(DbEntity, Collection) - Method in class org.apache.cayenne.dba.JdbcAdapter
Returns a DDL string to create a unique constraint over a set of columns.
createUniquePKIndexString(DbEntity) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
Returns a String to create a unique index on table primary key columns per OpenBase recommendations.
createValueHolder(Object) - Method in class org.apache.cayenne.property.ValueHolderProperty
Creates a ValueHolder for an object.
createXmlReader() - Static method in class org.apache.cayenne.util.Util
Creates an XMLReader with default feature set.
curChar - Variable in class org.apache.cayenne.exp.parser.ExpressionParserTokenManager
 
curChar - Variable in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
CURRENT_PROJECT_VERSION - Static variable in class org.apache.cayenne.project.Project
 
currentIndex - Variable in class org.apache.cayenne.util.GenericResponse
 
currentIndex - Variable in class org.apache.cayenne.util.ListResponse
 
currentList() - Method in interface org.apache.cayenne.QueryResponse
Returns a List under the current iterator position.
currentList() - Method in class org.apache.cayenne.util.GenericResponse
 
currentList() - Method in class org.apache.cayenne.util.ListResponse
 
currentSnapshot(DataObject) - Method in class org.apache.cayenne.access.DataContext
Returns a DataRow reflecting current, possibly uncommitted, object state.
currentToken - Variable in exception org.apache.cayenne.exp.parser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.apache.cayenne.wocompat.parser.ParseException
This is the last token that has been consumed successfully.
currentUpdateCount() - Method in interface org.apache.cayenne.QueryResponse
Returns an update count under the current iterator position.
currentUpdateCount() - Method in class org.apache.cayenne.util.GenericResponse
 
currentUpdateCount() - Method in class org.apache.cayenne.util.ListResponse
 
currentValue - Variable in class org.apache.cayenne.dataview.CellEditors.ButtonEditor
 
customDbAttributes - Variable in class org.apache.cayenne.query.SelectQuery
 

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.