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 _

S

safeExecute(Connection, String) - Method in class org.apache.cayenne.access.DbGenerator
Builds and executes a SQL statement, catching and storing SQL exceptions resulting from invalid SQL.
save(PrintWriter) - Method in class org.apache.cayenne.project.ApplicationProjectFile
 
save(PrintWriter) - Method in class org.apache.cayenne.project.DataMapFile
 
save(PrintWriter) - Method in class org.apache.cayenne.project.DataNodeFile
 
save() - Method in class org.apache.cayenne.project.Project
Saves project.
save(PrintWriter) - Method in class org.apache.cayenne.project.ProjectFile
Saves an underlying object to the file.
saveCommit() - Method in class org.apache.cayenne.project.ProjectFile
Finishes saving the underlying object.
saveDelegate - Variable in class org.apache.cayenne.project.ApplicationProjectFile
 
saverDelegate - Variable in class org.apache.cayenne.conf.Configuration
 
saveSharedChannel(String, DataChannel) - Method in class org.apache.cayenne.remote.service.HttpRemoteService
 
saveTemp() - Method in class org.apache.cayenne.project.ProjectFile
Saves ProjectFile's underlying object to a temporary file, returning this file to the caller.
saveUndo() - Method in class org.apache.cayenne.project.ProjectFile
Cleans up after unsuccessful or canceled save attempt.
scalarCommaList() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
scalarConstExpression() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
scalarExpression() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
scalarNumericExpression() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
schema - Variable in class org.apache.cayenne.map.DbEntity
 
schema - Variable in class org.apache.cayenne.map.Procedure
 
secureConnection - Variable in class org.apache.cayenne.event.XMPPBridge
 
seen - Variable in class org.apache.cayenne.util.DeepMergeOperation
 
seen - Variable in class org.apache.cayenne.util.ObjectDetachOperation
 
SelectAction - Class in org.apache.cayenne.access.jdbc
A SQLAction that handles SelectQuery execution.
SelectAction(SelectQuery, DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.access.jdbc.SelectAction
 
selectCount - Variable in class org.apache.cayenne.access.util.SelectObserver
Deprecated.  
selectedObject - Variable in class org.apache.cayenne.dataview.DOComboBoxModel
 
selecting - Variable in class org.apache.cayenne.map.QueryBuilder
Deprecated. since 1.2 as "selecting" query property is no longer relevant.
selecting - Variable in class org.apache.cayenne.query.ProcedureQuery
Deprecated. since 1.2 as this information is no longer relavant to Cayenne
selecting - Variable in class org.apache.cayenne.query.SQLTemplate
Deprecated. Since 1.2 this property is redundant.
selectObjectForId(ObjectId) - Static method in class org.apache.cayenne.access.util.QueryUtils
Deprecated. Creates and returns a select query that can be used to fetch an object given an ObjectId.
SelectObserver - Class in org.apache.cayenne.access.util
Deprecated. since 1.2 SelectObserver is no longer used in Cayenne internally. Users should switch to QueryResult.
SelectObserver() - Constructor for class org.apache.cayenne.access.util.SelectObserver
Deprecated.  
SelectObserver(Level) - Constructor for class org.apache.cayenne.access.util.SelectObserver
Deprecated. since 1.2
SelectQuery - Class in org.apache.cayenne.query
A query that selects persistent objects of a certain type or "raw data" (aka DataRows).
SelectQuery() - Constructor for class org.apache.cayenne.query.SelectQuery
Creates an empty SelectQuery.
SelectQuery(ObjEntity) - Constructor for class org.apache.cayenne.query.SelectQuery
Creates a SelectQuery with null qualifier, for the specifed ObjEntity
SelectQuery(ObjEntity, Expression) - Constructor for class org.apache.cayenne.query.SelectQuery
Creates a SelectQuery for the specifed ObjEntity with the given qualifier
SelectQuery(Class) - Constructor for class org.apache.cayenne.query.SelectQuery
Creates a SelectQuery that selects all objects of a given persistent class.
SelectQuery(Class, Expression) - Constructor for class org.apache.cayenne.query.SelectQuery
Creates a SelectQuery that selects objects of a given persistent class that match supplied qualifier.
SelectQuery(DbEntity) - Constructor for class org.apache.cayenne.query.SelectQuery
Creates a SelectQuery for the specifed DbEntity.
SelectQuery(DbEntity, Expression) - Constructor for class org.apache.cayenne.query.SelectQuery
Creates a SelectQuery for the specifed DbEntity with the given qualifier.
SelectQuery(String) - Constructor for class org.apache.cayenne.query.SelectQuery
Creates SelectQuery with objEntityName parameter.
SelectQuery(String, Expression) - Constructor for class org.apache.cayenne.query.SelectQuery
Creates SelectQuery with objEntityName and qualifier parameters.
selectQueryForIds(List) - Static method in class org.apache.cayenne.access.util.QueryUtils
Deprecated. Creates and returns a select query that can be used to fetch a list of objects given a list of ObjectIds.
SelectQueryTranslator - Interface in org.apache.cayenne.access.trans
Deprecated. Unused since 1.2. This interface is useless for queries with more than one ResultSet, also a reponsibility of creating ResultDescriptors (RowDescriptors in 1.2) is moved to actions.
SelectQueryValidator - Class in org.apache.cayenne.project.validator
Validator for SelectQueries.
SelectQueryValidator() - Constructor for class org.apache.cayenne.project.validator.SelectQueryValidator
 
selectQueryValidator - Static variable in class org.apache.cayenne.project.validator.TreeNodeValidator
 
selectRelationshipObjects(QueryEngine, DataObject, String) - Static method in class org.apache.cayenne.access.util.QueryUtils
Deprecated. Generates a SelectQuery that can be used to fetch relationship destination objects given a source object of a to-many relationship.
SelectTranslator - Class in org.apache.cayenne.access.trans
A builder of JDBC PreparedStatements based on Cayenne SelectQueries.
SelectTranslator() - Constructor for class org.apache.cayenne.access.trans.SelectTranslator
 
semantics - Variable in class org.apache.cayenne.query.PrefetchTreeNode
 
send(ClientMessage, Class) - Method in class org.apache.cayenne.remote.ClientChannel
Sends a message via connector, getting a result as an instance of a specific class.
sendConnection - Variable in class org.apache.cayenne.event.JMSBridge
 
senderChanges - Variable in class org.apache.cayenne.remote.SyncMessage
 
sendExternalEvent(CayenneEvent) - Method in class org.apache.cayenne.event.EventBridge
Sends a Cayenne event over the transport supported by this bridge.
sendExternalEvent(CayenneEvent) - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
sendExternalEvent(CayenneEvent) - Method in class org.apache.cayenne.event.JMSBridge
 
sendExternalEvent(CayenneEvent) - Method in class org.apache.cayenne.event.XMPPBridge
 
sendMessage(ClientMessage) - Method in class org.apache.cayenne.remote.BaseConnection
Invokes 'beforeSendMessage' on self, then invokes 'doSendMessage'.
sendMessage(ClientMessage) - Method in interface org.apache.cayenne.remote.ClientConnection
Sends a synchronous ClientMessage to the server, returning a reply.
sendSession - Variable in class org.apache.cayenne.event.JMSBridge
 
SEQUENCE_PREFIX - Static variable in class org.apache.cayenne.dba.db2.DB2PkGenerator
Deprecated. since 2.0 - other generators do not expose the default prefix.
sequenceName(DbEntity) - Method in class org.apache.cayenne.dba.db2.DB2PkGenerator
Returns default sequence name for DbEntity.
sequenceName(DbEntity) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
Returns expected primary key sequence name for a DbEntity.
serializationPolicy - Variable in class org.apache.cayenne.remote.service.LocalConnection
 
SERVER_SERIALIZER_FACTORIES - Static variable in class org.apache.cayenne.remote.hessian.service.HessianService
 
serverContext - Variable in class org.apache.cayenne.access.ClientServerChannel
 
serverOnly - Variable in class org.apache.cayenne.map.ObjEntity
 
ServerSession - Class in org.apache.cayenne.remote.service
An object that stores server side objects for the client session.
ServerSession(RemoteSession, DataChannel) - Constructor for class org.apache.cayenne.remote.service.ServerSession
 
service - Variable in class org.apache.cayenne.remote.hessian.HessianConnection
 
servletContext - Variable in class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated.  
ServletUtil - Class in org.apache.cayenne.conf
Configuration class that uses ServletContext to locate resources.
ServletUtil() - Constructor for class org.apache.cayenne.conf.ServletUtil
 
session - Variable in class org.apache.cayenne.remote.hessian.HessianConnection
 
session - Variable in class org.apache.cayenne.remote.service.ServerSession
 
sessionCreated(HttpSessionEvent) - Method in class org.apache.cayenne.conf.WebApplicationListener
Deprecated. Creates and assigns a new data context based on default domain to the session object associated with this event.
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.cayenne.conf.WebApplicationListener
Deprecated. Does nothing.
sessionHandle - Variable in class org.apache.cayenne.event.XMPPBridge
 
sessionId - Variable in class org.apache.cayenne.remote.RemoteSession
 
set(int, Object) - Method in class org.apache.cayenne.access.IncrementalFaultList
 
set(int, Object) - Method in class org.apache.cayenne.access.ToManyList
 
set(int, DataObject) - Method in class org.apache.cayenne.dataview.DataObjectList
 
set(int, Object) - Method in class org.apache.cayenne.dataview.DataObjectList
 
set(int, Object) - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
set(int, Object) - Method in class org.apache.cayenne.util.IndexPropertyList
 
set(int, Object) - Method in class org.apache.cayenne.util.PersistentObjectList
 
setAbstractEntity(boolean) - Method in class org.apache.cayenne.wocompat.EOObjEntity
 
setAdapter(DbAdapter) - Method in class org.apache.cayenne.access.DataNode
 
setAdapter(DbAdapter) - Method in class org.apache.cayenne.access.QueryTranslator
 
setAdapter(DbAdapter) - Method in class org.apache.cayenne.access.trans.BatchQueryBuilder
 
setAdapter(String) - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Sets the adapter.
setAdapter(String) - Method in class org.apache.cayenne.tools.DbGeneratorTask
Sets the db adapter.
setAdapterClassName(String) - Method in class org.apache.cayenne.conn.DataSourceInfo
 
setAdditionalMaps(Path) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets the additional DataMaps.
setAltProjectFile(File) - Method in class org.apache.cayenne.project.ProjectConfigInfo
Sets the altProjectFile.
setAltProjectFile(File) - Method in class org.apache.cayenne.tools.DeploymentConfigurator
 
setAscending(boolean) - Method in class org.apache.cayenne.query.Ordering
Sets ascending property of this Ordering.
setAsciiStream(long) - Method in class org.apache.cayenne.util.MemoryClob
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
setAttribute(Attribute) - Method in class org.apache.cayenne.map.event.AttributeEvent
Sets the attribute.
setAutoCommit(boolean) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
setBatch(boolean) - Method in class org.apache.cayenne.access.jdbc.BatchAction
 
setBinaryStream(long) - Method in class org.apache.cayenne.util.MemoryBlob
Always throws an exception.
setBindings(ParameterBinding[]) - Method in class org.apache.cayenne.access.jdbc.SQLStatement
 
setBytes(long, byte[]) - Method in class org.apache.cayenne.util.MemoryBlob
Always throws an exception.
setBytes(long, byte[], int, int) - Method in class org.apache.cayenne.util.MemoryBlob
Always throws an exception.
setCachePolicy(String) - Method in class org.apache.cayenne.query.ProcedureQuery
 
setCachePolicy(String) - Method in class org.apache.cayenne.query.SelectQuery
 
setCachePolicy(String) - Method in class org.apache.cayenne.query.SQLTemplate
 
setCalcType(CalcTypeEnum) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setCallParameters(List) - Method in class org.apache.cayenne.map.Procedure
 
setCaption(String) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setCaseInsensitive(boolean) - Method in class org.apache.cayenne.query.Ordering
Sets caseInsensitive property of this Ordering.
setCatalog(String) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
setCatalog(String) - Method in class org.apache.cayenne.map.DbEntity
Sets the catalog name of the table described by this DbEntity.
setCatalog(String) - Method in class org.apache.cayenne.map.DerivedDbEntity
Throws exception.
setCatalog(String) - Method in class org.apache.cayenne.map.Procedure
Sets stored procedure's catalog.
setChannel(DataChannel) - Method in class org.apache.cayenne.access.DataContext
 
setChannel(DataChannel) - Method in class org.apache.cayenne.CayenneContext
Sets the context channel, setting up a listener for channel events.
setCharacterStream(long) - Method in class org.apache.cayenne.util.MemoryClob
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setChatService(String) - Method in class org.apache.cayenne.event.XMPPBridge
 
setClassDescriptorFactory(ClassDescriptorFactory) - Method in class org.apache.cayenne.map.EntityResolver
Sets a factory for ClassDescriptors used by Cayenne stack.
setClassLoader(ClassLoader) - Method in class org.apache.cayenne.util.ResourceLocator
Sets ClassLoader used to locate resources.
setClassName(String) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Sets class name of the class associated with this generator.
setClassName(String) - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().setClassName()
setClassName(String) - Method in class org.apache.cayenne.map.ObjEntity
Sets the name of the DataObject class described by this entity.
setCleanDest(boolean) - Method in class org.apache.cayenne.tools.DataPortTask
 
setCleaningDestination(boolean) - Method in class org.apache.cayenne.access.DataPort
Defines whether DataPort should delete all data from destination tables before doing the port.
setClient(boolean) - Method in class org.apache.cayenne.gen.MapClassGenerator
Sets whether a default client object template should be used.
setClient(boolean) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets client property.
setClientClassName(String) - Method in class org.apache.cayenne.map.ObjEntity
Sets the name of the ClientDataObject class described by this entity.
setClientSuperClassName(String) - Method in class org.apache.cayenne.map.ObjEntity
Sets a fully-qualified name of the client-side super class of the ClientDataObject class.
setClientSupported(boolean) - Method in class org.apache.cayenne.map.DataMap
 
setClosingConnection(boolean) - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated. Sets the closingConnection property.
setClosingConnection(boolean) - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
Sets the closingConnection property.
setCon(Connection) - Method in class org.apache.cayenne.access.QueryTranslator
Deprecated. since 1.2 use setConnection().
setConfig(Configuration) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
Sets the config.
setConfiguration(Configuration) - Method in class org.apache.cayenne.conf.WebApplicationListener
Deprecated. Initializes the configuration.
setConfiguration(ProjectConfiguration) - Method in class org.apache.cayenne.project.ApplicationProject
Sets Cayenne configuration object associated with this project.
setConfigURL(String) - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
setConnection(Connection) - Method in class org.apache.cayenne.access.QueryTranslator
 
setContext(DataContext) - Method in class org.apache.cayenne.access.ObjectStore
 
setCreateFK(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setCreatePK(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setCreateTables(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setDataContext(DataContext) - Method in class org.apache.cayenne.CayenneDataObject
Initializes DataObject's persistence context.
setDataContext(DataContext) - Method in interface org.apache.cayenne.DataObject
Sets object DataContext.
setDataContextFactory(DataContextFactory) - Method in class org.apache.cayenne.access.DataDomain
 
setDataMap(DataMap) - Method in class org.apache.cayenne.gen.MapClassGenerator
 
setDataMap(DataMap) - Method in class org.apache.cayenne.map.Entity
Sets parent DataMap of this entity.
setDataMap(DataMap) - Method in class org.apache.cayenne.map.event.DataMapEvent
Sets DataMap associated with this event.
setDataMap(DataMap) - Method in class org.apache.cayenne.map.Procedure
Sets parent DataMap of this entity.
setDataMaps(Collection) - Method in class org.apache.cayenne.access.DataNode
 
setDataMaps(Collection) - Method in class org.apache.cayenne.map.AshwoodEntitySorter
 
setDataMaps(Collection) - Method in class org.apache.cayenne.map.EntityResolver
 
setDataMaps(Collection) - Method in interface org.apache.cayenne.map.EntitySorter
Initializes a list of DataMaps used by the sorter.
setDataNode(DataNode) - Method in class org.apache.cayenne.map.event.DataNodeEvent
Sets the dataNode.
setDataObject(DataObject) - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
setDataObjects(DataObjectList) - Method in class org.apache.cayenne.dataview.DOListModel
 
setDataObjects(DataObjectList) - Method in class org.apache.cayenne.dataview.DOTableModel
 
setDataRowCache(DataRowStore) - Method in class org.apache.cayenne.access.ObjectStore
Sets parent DataRowStore.
setDataSource(DataSource) - Method in class org.apache.cayenne.access.DataNode
 
setDataSource(String) - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Sets the dataSource.
setDataSourceFactory(String) - Method in class org.apache.cayenne.access.DataNode
 
setDataSourceFactory(DataSourceFactory) - Method in class org.apache.cayenne.conf.Configuration
 
setDataSourceLocation(String) - Method in class org.apache.cayenne.access.DataNode
 
setDataSourceUrl(String) - Method in class org.apache.cayenne.conn.DataSourceInfo
 
setDataType(DataTypeEnum) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setDataTypeSpec(DataTypeSpec) - Method in class org.apache.cayenne.dataview.DataView
 
setDataViewLocations(Map) - Method in class org.apache.cayenne.conf.Configuration
Initializes configuration with the location of data views.
setDbAttribute(DbAttribute) - Method in class org.apache.cayenne.map.ObjAttribute
Set mapped DbAttribute.
setDbAttributeName(String) - Method in class org.apache.cayenne.map.ObjAttribute
Sets the dbAttributeName.
setDbAttributePath(String) - Method in class org.apache.cayenne.map.ObjAttribute
 
setDbEntity(DbEntity) - Method in class org.apache.cayenne.map.DbKeyGenerator
 
setDbEntity(DbEntity) - Method in class org.apache.cayenne.map.ObjEntity
Sets the DbEntity used by this ObjEntity.
setDbEntityName(String) - Method in class org.apache.cayenne.map.ObjEntity
Sets the name of underlying DbEntity.
setDbRelationshipPath(String) - Method in class org.apache.cayenne.map.ObjRelationship
Sets mapped DbRelationships as a dot-separated path.
setDebugStream(PrintStream) - Method in class org.apache.cayenne.exp.parser.ExpressionParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
setDeclaredLockType(int) - Method in class org.apache.cayenne.map.ObjEntity
Sets the type of lock used by this ObjEntity.
setDeclaredProperty(Property) - Method in class org.apache.cayenne.map.EntityDescriptor
Registers a property.
setDeclaredQualifier(Expression) - Method in class org.apache.cayenne.map.ObjEntity
Sets a qualifier that imposes a limit on what objects belong to this entity.
setDefaultClientPackage(String) - Method in class org.apache.cayenne.map.DataMap
 
setDefaultLockType(int) - Method in class org.apache.cayenne.map.DataMap
 
setDefaultPackage(String) - Method in class org.apache.cayenne.map.DataMap
 
setDefaultSchema(String) - Method in class org.apache.cayenne.map.DataMap
 
setDefaultSuperclass(String) - Method in class org.apache.cayenne.map.DataMap
 
setDefaultTemplate(String) - Method in class org.apache.cayenne.query.SQLTemplate
Sets default SQL template for this query.
setDefaultValue(Object) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setDelegate(DataContextDelegate) - Method in class org.apache.cayenne.access.DataContext
Sets a DataContextDelegate for this context.
setDelegate(DataPortDelegate) - Method in class org.apache.cayenne.access.DataPort
 
setDelegate(TransactionDelegate) - Method in class org.apache.cayenne.access.Transaction
 
setDeleteRule(int) - Method in class org.apache.cayenne.map.ObjRelationship
Sets the delete rule of the relationship.
setDest(File) - Method in class org.apache.cayenne.tools.DeploymentConfigurator
 
setDestDir(File) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Sets the destDir.
setDestDir(File) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets the destDir.
setDestinationNode(DataNode) - Method in class org.apache.cayenne.access.DataPort
Sets the DataNode serving as a destination of the ported data.
setDestJar(File) - Method in class org.apache.cayenne.project.ProjectConfigInfo
Sets the destJar.
setDestNode(String) - Method in class org.apache.cayenne.tools.DataPortTask
 
setDiffId(int) - Method in class org.apache.cayenne.graph.NodeDiff
Sets an id of this diff that can be used for various purposes, such as identifying the order of the diff in a sequence.
setDirection(int) - Method in class org.apache.cayenne.map.ProcedureParameter
Sets the direction of this parameter.
setDisplayFormat(Format) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setDistinct(boolean) - Method in class org.apache.cayenne.query.SelectQuery
Sets distinct property that determines whether this query returns distinct row.
setDomain(DataDomain) - Method in class org.apache.cayenne.map.event.DomainEvent
Sets domain object associated with this event.
setDomain(String) - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Sets the domain.
setDomainConfigurationName(String) - Method in class org.apache.cayenne.conf.Configuration
Sets the name of the main domain configuration resource.
setDriver(String) - Method in class org.apache.cayenne.tools.DbGeneratorTask
Sets the JDBC driver used to connect to the database server.
setDriverFile(File) - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Sets the driverFile.
setDropPK(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setDropTables(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setEditable(boolean) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setEditFormat(Format) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setEncoding(String) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Sets file encoding.
setEncoding(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets encoding property that allows to generate files using non-default encoding.
setEngine(QueryEngine) - Method in class org.apache.cayenne.access.QueryTranslator
Deprecated. Since 1.2 use "setEntityResolver()"
setEntities(Collection) - Method in class org.apache.cayenne.access.DataPort
Sets the initial list of entities to process.
setEntity(Entity) - Method in class org.apache.cayenne.map.Attribute
Sets parent entity that holds this attribute.
setEntity(Entity) - Method in class org.apache.cayenne.map.event.EntityEvent
Sets the entity.
setEntityResolver(EntityResolver) - Method in class org.apache.cayenne.access.DataDomain
Sets EntityResolver.
setEntityResolver(EntityResolver) - Method in class org.apache.cayenne.access.DataNode
Sets EntityResolver.
setEntityResolver(EntityResolver) - Method in class org.apache.cayenne.access.QueryTranslator
 
setEntityResolver(EntityResolver) - Method in class org.apache.cayenne.CayenneContext
 
setEntityResolver(EntityResolver) - Method in class org.apache.cayenne.dataview.DataView
 
setEntitySorter(EntitySorter) - Method in class org.apache.cayenne.access.DataNode
Sets an EntitySorter that is used to order objects on commit.
setEntryDelimiter(char) - Method in class org.apache.cayenne.dataview.MapFormat
 
setEoAttributeName(String) - Method in class org.apache.cayenne.wocompat.EODbAttribute
 
setEventManager(EventManager) - Method in class org.apache.cayenne.access.DataDomain
Sets EventManager used by this DataDomain.
setEventManager(EventManager) - Method in class org.apache.cayenne.access.DataRowStore
Sets an EventManager associated with this DataRowStore.
setEventManager(EventManager) - Method in class org.apache.cayenne.conf.Configuration
Sets EventManager used by this configuration.
setExcludeEntities(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets excludeEntitiesPattern property.
setExcludeTables(String) - Method in class org.apache.cayenne.tools.DataPortTask
 
setExpression(Expression) - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
setExpressionSpec(String) - Method in class org.apache.cayenne.map.DerivedDbAttribute
Sets the expressionSpec.
setFetchingDataRows(boolean) - Method in class org.apache.cayenne.query.ProcedureQuery
 
setFetchingDataRows(boolean) - Method in class org.apache.cayenne.query.SelectQuery
Sets query result type.
setFetchingDataRows(boolean) - Method in class org.apache.cayenne.query.SQLTemplate
 
setFetchLimit(int) - Method in class org.apache.cayenne.query.ProcedureQuery
 
setFetchLimit(int) - Method in class org.apache.cayenne.query.SelectQuery
Sets the fetchLimit.
setFetchLimit(int) - Method in class org.apache.cayenne.query.SQLTemplate
 
setForceNoCache(boolean) - Method in class org.apache.cayenne.query.NamedQuery
 
setFormatFactory(FormatFactory) - Method in class org.apache.cayenne.dataview.DataView
 
setFormatter(Format) - Method in class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
setFormatter(Format) - Method in class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
setGenerated(boolean) - Method in class org.apache.cayenne.map.DbAttribute
Updates attribute "generated" property.
setGeneratorName(String) - Method in class org.apache.cayenne.map.DbKeyGenerator
 
setGeneratorType(String) - Method in class org.apache.cayenne.map.DbKeyGenerator
 
setGenericClassName(String) - Method in class org.apache.cayenne.access.DbLoader
Sets a name of a generic class that should be used for all ObjEntities.
setGroupBy(boolean) - Method in class org.apache.cayenne.map.DerivedDbAttribute
 
setHasSuperClass(boolean) - Method in class org.apache.cayenne.wocompat.EOObjEntity
Deprecated. since 2.0 use setSubclass()
setHoldability(int) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
setId(int) - Method in class org.apache.cayenne.map.event.MapEvent
Sets the id.
setIdentityInsert(Connection, boolean) - Method in class org.apache.cayenne.dba.sqlserver.SQLServerBatchAction
 
setIdKeys(Map) - Method in class org.apache.cayenne.ObjectId
Deprecated. since 1.2
setIgnoringLoadFailures(boolean) - Method in class org.apache.cayenne.conf.Configuration
Sets whether to ignore any failures during map loading or not.
setIncludeEntities(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets includeEntitiesPattern property.
setIncludeTables(String) - Method in class org.apache.cayenne.tools.DataPortTask
 
setIndexedByClass(boolean) - Method in class org.apache.cayenne.map.EntityResolver
 
setIndexValue(Object, int) - Method in class org.apache.cayenne.util.IndexPropertyList
 
setInParam(CallableStatement, ProcedureParameter, Object, int) - Method in class org.apache.cayenne.access.trans.ProcedureTranslator
Sets a single IN parameter of the CallableStatement.
setInsertBatchSize(int) - Method in class org.apache.cayenne.access.DataPort
Sets a parameter used for tuning insert batches.
setInvalidText(String) - Method in class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
setInvalidText(String) - Method in class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
setIsAbstractEntity(boolean) - Method in class org.apache.cayenne.wocompat.EOObjEntity
Deprecated. since 2.0 use setAbstractEntity()
setIsClientEntity(boolean) - Method in class org.apache.cayenne.wocompat.EOObjEntity
Deprecated. since 2.0 use setServerOnly()
setJavaClass(String) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
setJdbcDriver(String) - Method in class org.apache.cayenne.conn.DataSourceInfo
 
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.access.types.AbstractType
Calls "PreparedStatement.setObject(..)".
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.access.types.BooleanType
 
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.access.types.ByteArrayType
 
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.access.types.ByteType
 
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.access.types.CharType
 
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.access.types.EnumType
 
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in interface org.apache.cayenne.access.types.ExtendedType
Initializes a single parameter of a PreparedStatement with object value.
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.access.types.ShortType
 
setJdbcObject(PreparedStatement, Object, int, int, int) - Method in class org.apache.cayenne.access.types.UtilDateType
 
setJdbcType(int) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
setJdbcType(int) - Method in class org.apache.cayenne.access.jdbc.ParameterBinding
 
setJoins(Collection) - Method in class org.apache.cayenne.map.DbRelationship
 
setKeyCacheSize(Integer) - Method in class org.apache.cayenne.map.DbKeyGenerator
 
setLabel(String) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
setLastPrefetchHint(ObjRelationship) - Method in class org.apache.cayenne.query.PrefetchSelectQuery
 
setLifecycleEventsEnabled(boolean) - Method in class org.apache.cayenne.access.ClientServerChannel
 
setLoaderDelegate(ConfigLoaderDelegate) - Method in class org.apache.cayenne.conf.Configuration
 
setLoadStatus(ConfigStatus) - Method in class org.apache.cayenne.conf.Configuration
Sets the load status.
setLocale(Locale) - Method in class org.apache.cayenne.dataview.DataView
 
setLocation(String) - Method in class org.apache.cayenne.map.DataMap
Sets "location" property.
setLogger(ConnectionEventLoggingDelegate) - Method in class org.apache.cayenne.conn.DriverDataSource
 
setLoggingConfigured(boolean) - Static method in class org.apache.cayenne.conf.Configuration
Indicate whether Log4j has been initialized.
setLoggingLevel(Level) - Static method in class org.apache.cayenne.access.QueryLogger
Sets logging level for the current thread.
setLoggingLevel(Level) - Method in class org.apache.cayenne.access.util.DefaultOperationObserver
Deprecated. since 1.2
setLoggingLevel(Level) - Static method in class org.apache.cayenne.conf.Configuration
Deprecated. since 1.2 unused.
setLoginId(String) - Method in class org.apache.cayenne.event.XMPPBridge
 
setLoginTimeout(int) - Method in class org.apache.cayenne.conn.DriverDataSource
 
setLoginTimeout(int) - Method in class org.apache.cayenne.conn.PoolDataSource
 
setLoginTimeout(int) - Method in class org.apache.cayenne.conn.PoolManager
 
setLoginTimeout(int) - Method in class org.apache.cayenne.project.ProjectDataSource
 
setLogLevel(Level) - Method in class org.apache.cayenne.access.Transaction
Deprecated. since 1.2 unused
setLogLevel(Level) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
Deprecated. since 1.2
setLogWriter(PrintWriter) - Method in class org.apache.cayenne.conn.DriverDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.cayenne.conn.PoolDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.cayenne.conn.PoolManager
 
setLogWriter(PrintWriter) - Method in class org.apache.cayenne.project.ProjectDataSource
 
setLookupCache(LookupCache) - Method in class org.apache.cayenne.dataview.DataView
 
setLookupField(ObjEntityViewField) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setMakePairs(boolean) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Sets makepairs property.
setMakepairs(boolean) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets makepairs property.
setMandatory(boolean) - Method in class org.apache.cayenne.map.DbAttribute
 
setMap(Object[], String[]) - Method in class org.apache.cayenne.dataview.MapFormat
 
setMap(File) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets the map.
setMap(File) - Method in class org.apache.cayenne.tools.DbGeneratorTask
Sets the map.
setMap(DataMap) - Method in class org.apache.cayenne.util.EntityMergeSupport
 
setMaps(String) - Method in class org.apache.cayenne.tools.DataPortTask
 
setMaxConnections(int) - Method in class org.apache.cayenne.conn.DataSourceInfo
 
setMaxConnections(int) - Method in class org.apache.cayenne.conn.PoolManager
 
setMaxFetchSize(int) - Method in class org.apache.cayenne.access.IncrementalFaultList
 
setMaxLength(int) - Method in class org.apache.cayenne.map.DbAttribute
Sets the length of character or binary type or max num of digits for DECIMAL.
setMaxLength(int) - Method in class org.apache.cayenne.map.ProcedureParameter
 
setMinConnections(int) - Method in class org.apache.cayenne.conn.DataSourceInfo
 
setMinConnections(int) - Method in class org.apache.cayenne.conn.PoolManager
 
setMode(String) - Method in class org.apache.cayenne.gen.MapClassGenerator
 
setMode(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets outputPattern property.
setModified(boolean) - Method in class org.apache.cayenne.project.Project
Updates "modified" state of the project.
setMulticastAddress(String) - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
setMulticastPort(String) - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
setName(String) - Method in class org.apache.cayenne.access.DataDomain
Sets "name" property to a new value.
setName(String) - Method in class org.apache.cayenne.access.DataNode
 
setName(String) - Method in class org.apache.cayenne.access.DataRowStore
Sets the name of this DataRowStore.
setName(String) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
setName(String) - Method in class org.apache.cayenne.dataview.ObjEntityView
 
setName(String) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setName(String) - Method in class org.apache.cayenne.map.Attribute
 
setName(String) - Method in class org.apache.cayenne.map.DataMap
 
setName(String) - Method in class org.apache.cayenne.map.DbKeyGenerator
 
setName(String) - Method in class org.apache.cayenne.map.Entity
 
setName(String) - Method in class org.apache.cayenne.map.MapObject
Deprecated.  
setName(String) - Method in class org.apache.cayenne.map.Procedure
 
setName(String) - Method in class org.apache.cayenne.map.ProcedureParameter
 
setName(String) - Method in class org.apache.cayenne.map.QueryBuilder
 
setName(String) - Method in class org.apache.cayenne.map.Relationship
 
setName(String) - Method in class org.apache.cayenne.project.DataNodeConfigInfo
Sets the name.
setName(String) - Method in class org.apache.cayenne.query.AbstractQuery
Sets a symbolic name of the query.
setName(String) - Method in class org.apache.cayenne.query.BatchQuery
 
setName(String) - Method in class org.apache.cayenne.query.IndirectQuery
 
setName(String) - Method in interface org.apache.cayenne.query.Query
Deprecated. since 1.2
setName(String) - Method in class org.apache.cayenne.query.QueryChain
 
setName(String) - Method in class org.apache.cayenne.remote.RemoteSession
 
setNamespace(MappingNamespace) - Method in class org.apache.cayenne.map.DataMap
Sets a parent namespace where this DataMap resides.
setNewBlobFunction(String) - Method in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
 
setNewClobFunction(String) - Method in class org.apache.cayenne.access.trans.LOBBatchQueryBuilder
 
setNodes(List) - Method in class org.apache.cayenne.project.ProjectConfigInfo
Sets the nodes.
setNotifyingRemoteListeners(boolean) - Method in class org.apache.cayenne.access.DataRowStore
 
setNullText(String) - Method in class org.apache.cayenne.dataview.CellRenderers.FormatListCellRenderer
 
setNullText(String) - Method in class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
setNullValueDesignation(String) - Method in class org.apache.cayenne.dataview.MapFormat
 
setObjAttribute(ObjAttribute) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setObjectContext(ObjectContext) - Method in class org.apache.cayenne.CayenneDataObject
 
setObjectContext(ObjectContext) - Method in interface org.apache.cayenne.Persistent
 
setObjectContext(ObjectContext) - Method in class org.apache.cayenne.PersistentObject
 
setObjectId(ObjectId) - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
setObjectId(ObjectId) - Method in class org.apache.cayenne.CayenneDataObject
 
setObjectId(ObjectId) - Method in interface org.apache.cayenne.Persistent
 
setObjectId(ObjectId) - Method in class org.apache.cayenne.PersistentObject
 
setObjectId(ObjectId) - Method in class org.apache.cayenne.query.InsertQuery
Deprecated.  
setObjectList(List) - Method in class org.apache.cayenne.access.ToManyList
 
setObjectList(List) - Method in class org.apache.cayenne.util.PersistentObjectList
 
setObjectSnapshot(Map) - Method in class org.apache.cayenne.query.InsertQuery
Deprecated.  
setObjEntities(List) - Method in class org.apache.cayenne.gen.MapClassGenerator
Initializes internal ObjEntities list.
setObjEntity(ObjEntity) - Method in class org.apache.cayenne.dataview.ObjEntityView
 
setObjEntity(ObjEntity) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
 
setObjRelationship(ObjRelationship) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setOldName(String) - Method in class org.apache.cayenne.map.event.MapEvent
Sets the oldName.
setOperand(int, Object) - Method in class org.apache.cayenne.exp.BinaryExpression
Deprecated.  
setOperand(int, Object) - Method in class org.apache.cayenne.exp.Expression
Sets a value of operand at index.
setOperand(int, Object) - Method in class org.apache.cayenne.exp.ListExpression
Deprecated.  
setOperand(int, Object) - Method in class org.apache.cayenne.exp.parser.ASTList
 
setOperand(int, Object) - Method in class org.apache.cayenne.exp.parser.ASTPath
 
setOperand(int, Object) - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
setOperand(int, Object) - Method in class org.apache.cayenne.exp.TernaryExpression
Deprecated.  
setOperand(int, Object) - Method in class org.apache.cayenne.exp.UnaryExpression
Deprecated.  
setOperation(String) - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
 
setOutParam(CallableStatement, ProcedureParameter, int) - Method in class org.apache.cayenne.access.trans.ProcedureTranslator
Sets a single OUT parameter of the CallableStatement.
setOutputPattern(String) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Sets outputPattern property.
setOutputPattern(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets outputPattern property.
setOverwrite(boolean) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Sets overwrite property.
setOverwrite(boolean) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets overwrite property.
setPackage(String) - Method in class org.apache.cayenne.gen.ImportUtils
Add the package name to use for this importUtil invocation.
setPackageName(String) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Sets Java package name of the class associated with this generator.
setPackageName(String) - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().setPackageName()
setPageSize(int) - Method in class org.apache.cayenne.query.ProcedureQuery
 
setPageSize(int) - Method in class org.apache.cayenne.query.SelectQuery
Sets pageSize property.
setPageSize(int) - Method in class org.apache.cayenne.query.SQLTemplate
 
setParameter(ProcedureParameter) - Method in class org.apache.cayenne.map.event.ProcedureParameterEvent
 
setParameters(Map) - Method in class org.apache.cayenne.query.ProcedureQuery
Sets a map of parameters.
setParameters(Map) - Method in class org.apache.cayenne.query.SQLTemplate
Utility method to initialize query with only a single set of parameters.
setParameters(Map[]) - Method in class org.apache.cayenne.query.SQLTemplate
 
setParent(QueryEngine) - Method in class org.apache.cayenne.access.DataContext
Deprecated. since 1.2, use setChannel instead.
setParent(Object) - Method in class org.apache.cayenne.map.Attribute
 
setParent(Object) - Method in class org.apache.cayenne.map.DbKeyGenerator
 
setParent(Object) - Method in class org.apache.cayenne.map.Entity
 
setParent(Object) - Method in class org.apache.cayenne.map.MapObject
Deprecated.  
setParent(Object) - Method in class org.apache.cayenne.map.Procedure
 
setParent(Object) - Method in class org.apache.cayenne.map.ProcedureParameter
 
setParent(Object) - Method in class org.apache.cayenne.map.Relationship
 
setParent(Object) - Method in class org.apache.cayenne.util.CayenneMap
 
setParent(Object) - Method in interface org.apache.cayenne.util.CayenneMapEntry
Stores the parent map.
setParentEntity(DbEntity) - Method in class org.apache.cayenne.map.DerivedDbEntity
Sets the parent entity of this derived DbEntity.
setParentEntityName(String) - Method in class org.apache.cayenne.map.DerivedDbEntity
Sets the parentEntityName.
setParentObjEntityName(String) - Method in class org.apache.cayenne.query.SelectQuery
Sets the name of parent ObjEntity.
setParentQualifier(Expression) - Method in class org.apache.cayenne.query.SelectQuery
Setter for query's parent entity qualifier.
setParentQuery(SelectQuery) - Method in class org.apache.cayenne.query.PrefetchSelectQuery
 
setParentTask(Task) - Method in class org.apache.cayenne.gen.AntClassGenerator
Sets the Ant task that uses this generator.
setPassword(String) - Method in class org.apache.cayenne.conn.DataSourceInfo
 
setPassword(String) - Method in class org.apache.cayenne.event.XMPPBridge
 
setPassword(String) - Method in class org.apache.cayenne.tools.DbGeneratorTask
Sets the password used to connect to the database server.
setPath(Object) - Method in class org.apache.cayenne.exp.parser.ASTPath
 
setPersistenceState(int) - Method in class org.apache.cayenne.CayenneDataObject
 
setPersistenceState(int) - Method in interface org.apache.cayenne.Persistent
 
setPersistenceState(int) - Method in class org.apache.cayenne.PersistentObject
 
setPhantom(boolean) - Method in class org.apache.cayenne.query.PrefetchTreeNode
 
setPkCacheSize(int) - Method in class org.apache.cayenne.dba.JdbcPkGenerator
Sets the size of the entity primary key cache.
setPkCacheSize(int) - Method in class org.apache.cayenne.dba.openbase.OpenBasePkGenerator
 
setPkGenerator(PkGenerator) - Method in class org.apache.cayenne.dba.AutoAdapter
Sets a PK generator override.
setPkGenerator(PkGenerator) - Method in class org.apache.cayenne.dba.JdbcAdapter
Sets new primary key generator.
setPostedBy(Object) - Method in class org.apache.cayenne.event.CayenneEvent
 
setPrecision(int) - Method in class org.apache.cayenne.access.jdbc.ParameterBinding
 
setPrecision(int) - Method in class org.apache.cayenne.map.DbAttribute
Sets the number of digits after period for DECIMAL.
setPrecision(int) - Method in class org.apache.cayenne.map.ProcedureParameter
 
setPreferredIndex(int) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setPrefetchPath(String) - Method in class org.apache.cayenne.query.PrefetchSelectQuery
Sets the prefetchPath.
setPrefetchTree(PrefetchTreeNode) - Method in class org.apache.cayenne.query.SelectQuery
 
setPrimaryKey(boolean) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
Deprecated. since 1.2
setPrimaryKey(boolean) - Method in class org.apache.cayenne.map.DbAttribute
Updates attribute "primaryKey" property.
setPrimaryKeyGenerator(DbKeyGenerator) - Method in class org.apache.cayenne.map.DbEntity
 
setProcedure(Procedure) - Method in class org.apache.cayenne.map.event.ProcedureEvent
 
setProcedure(Procedure) - Method in class org.apache.cayenne.map.ProcedureParameter
Sets the procedure that holds this parameter.
setProcedureName(String) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
setProjectDirectory(File) - Method in class org.apache.cayenne.project.Project
 
setProjectFile(File) - Method in class org.apache.cayenne.conf.FileConfiguration
Sets the main domain file used for this configuration.
setProjectFile(File) - Method in class org.apache.cayenne.project.ProjectConfiguration
Override parent implementation to allow for null files.
setProjectFile(File) - Method in class org.apache.cayenne.tools.DataPortTask
 
setProjectVersion(String) - Method in class org.apache.cayenne.conf.Configuration
 
setProp(String) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Sets current class property name.
setProp(String) - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().setProp(String)
setProperty(Object, String, Object) - Static method in class org.apache.cayenne.property.PropertyUtils
Sets object property using JavaBean-compatible introspection with one addition - a property can be a dot-separated property name path.
setQualifiedColumnName(String) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
setQualifier(String) - Method in class org.apache.cayenne.map.QueryBuilder
 
setQualifier(Expression) - Method in class org.apache.cayenne.query.QualifiedQuery
Sets new query qualifier.
setQuery(Query) - Method in class org.apache.cayenne.access.QueryTranslator
 
setQuery(Query) - Method in class org.apache.cayenne.map.event.QueryEvent
 
setQueryAssembler(QueryAssembler) - Method in class org.apache.cayenne.access.trans.QueryAssemblerHelper
 
setRawValue(DataObject, Object) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setReadOnly(boolean) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
setReadOnly(boolean) - Method in class org.apache.cayenne.map.ObjEntity
 
setReadOnly(boolean) - Method in class org.apache.cayenne.wocompat.EOObjAttribute
 
setRefreshingObjects(boolean) - Method in class org.apache.cayenne.query.ProcedureQuery
 
setRefreshingObjects(boolean) - Method in class org.apache.cayenne.query.SelectQuery
 
setRefreshingObjects(boolean) - Method in class org.apache.cayenne.query.SQLTemplate
 
setRelationship(DbRelationship) - Method in class org.apache.cayenne.access.trans.DataObjectMatchTranslator
Initializes itself to do translation of the match ending with a DbRelationship.
setRelationship(DbRelationship) - Method in class org.apache.cayenne.map.DbJoin
 
setRelationship(Relationship) - Method in class org.apache.cayenne.map.event.RelationshipEvent
Sets relationship associated with this event.
setRemoveMeaningfulFKs(boolean) - Method in class org.apache.cayenne.util.EntityMergeSupport
 
setRemovingLineBreaks(boolean) - Method in class org.apache.cayenne.access.jdbc.SQLTemplateAction
Deprecated. since 3.0 - does nothing
setReplacementId(ObjectId) - Method in class org.apache.cayenne.ObjectId
Deprecated. Since 1.2 replacement id is built by appending to replacementIdMap.
setReplacesVersion(long) - Method in class org.apache.cayenne.DataRow
Sets the version of DataRow replaced by this one in the store.
setResolvingInherited(boolean) - Method in class org.apache.cayenne.query.ProcedureQuery
 
setResolvingInherited(boolean) - Method in class org.apache.cayenne.query.SelectQuery
Sets whether the objects fetched via this query should be fully resolved according to the inheritance hierarchy.
setResolvingInherited(boolean) - Method in class org.apache.cayenne.query.SQLTemplate
 
setResourceLocator(ResourceLocator) - Method in class org.apache.cayenne.conf.DefaultConfiguration
Sets the specified ResourceLocator.
setResultClassName(String) - Method in class org.apache.cayenne.query.ProcedureQuery
Deprecated. since 1.2 use ProcedureQuery.setResultEntityName(String)
setResultColumns(ColumnDescriptor[]) - Method in class org.apache.cayenne.access.jdbc.SQLStatement
 
setResultEntity(String) - Method in class org.apache.cayenne.map.QueryBuilder
 
setResultEntityName(String) - Method in class org.apache.cayenne.query.ProcedureQuery
 
setResultType(String) - Method in class org.apache.cayenne.map.QueryBuilder
Deprecated. since 1.2
setReturningValue(boolean) - Method in class org.apache.cayenne.map.Procedure
 
setReverse(Object, Object, Object) - Method in class org.apache.cayenne.property.AbstractSingleObjectArcProperty
 
setReverseRelationship(String, DataObject) - Method in class org.apache.cayenne.CayenneDataObject
Initializes reverse relationship from object val to this object.
setRollbackOnly() - Method in class org.apache.cayenne.access.Transaction
 
setRoot(DataMap, String, String) - Method in class org.apache.cayenne.map.QueryBuilder
Sets the information pertaining to the root of the query.
setRoot(Object) - Method in class org.apache.cayenne.query.AbstractQuery
Sets the root of the query
setRoot(Object) - Method in class org.apache.cayenne.query.BatchQuery
Deprecated. since 1.2
setRoot(Object) - Method in class org.apache.cayenne.query.IndirectQuery
Deprecated. since 1.2
setRoot(Object) - Method in interface org.apache.cayenne.query.Query
Deprecated. since 1.2. Query "root" is now accessed via Query.getMetaData(EntityResolver).
setRoot(Object) - Method in class org.apache.cayenne.query.QueryChain
Deprecated. since 1.2
setRoot(String, String) - Method in class org.apache.cayenne.xml.XMLEncoder
A callback for XMLSerializable objects to add a node to an encoding tree.
setSaveDelegate(ConfigSaverDelegate) - Method in class org.apache.cayenne.project.ApplicationProjectFile
Sets the saveDelegate.
setSavepoint() - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
setSavepoint(String) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
setSaverDelegate(ConfigSaverDelegate) - Method in class org.apache.cayenne.conf.Configuration
 
setSchema(String) - Method in class org.apache.cayenne.map.DbEntity
Sets the database schema name of the table described by this DbEntity.
setSchema(String) - Method in class org.apache.cayenne.map.DerivedDbEntity
Throws exception.
setSchema(String) - Method in class org.apache.cayenne.map.Procedure
Sets stored procedure's database schema.
setSecureConnection(boolean) - Method in class org.apache.cayenne.event.XMPPBridge
 
setSelectedDataObject(DataObject) - Method in class org.apache.cayenne.dataview.DOComboBoxModel
 
setSelectedItem(Object) - Method in class org.apache.cayenne.dataview.DOComboBoxModel
 
setSelecting(String) - Method in class org.apache.cayenne.map.QueryBuilder
Deprecated. since 1.2 as "selecting" query property is no longer relevant.
setSelecting(boolean) - Method in class org.apache.cayenne.query.ProcedureQuery
Deprecated. since 1.2 as this information is no longer relavant to Cayenne
setSelecting(boolean) - Method in class org.apache.cayenne.query.SQLTemplate
Deprecated. Since 1.2 'selecting' property is redundant.
setSemantics(int) - Method in class org.apache.cayenne.query.PrefetchTreeNode
 
setServerOnly(boolean) - Method in class org.apache.cayenne.map.ObjEntity
Sets whether this entity is available on the client.
setServletContext(ServletContext) - Method in class org.apache.cayenne.conf.BasicServletConfiguration
Deprecated. Sets the servletContext.
setServletContext(ServletContext) - Method in class org.apache.cayenne.util.WebApplicationResourceLocator
Sets the ServletContext used to locate resources.
setSessionHandle(String) - Method in class org.apache.cayenne.event.XMPPBridge
 
setSharedCacheEnabled(boolean) - Method in class org.apache.cayenne.access.DataDomain
 
setSharedSnapshotCache(DataRowStore) - Method in class org.apache.cayenne.access.DataDomain
Shuts down the previous cache instance, sets cache to the new DataSowStore instance and updates two properties of the new DataSowStore: name and eventManager.
setShouldCreateFKConstraints(boolean) - Method in class org.apache.cayenne.access.DbGenerator
 
setShouldCreatePKSupport(boolean) - Method in class org.apache.cayenne.access.DbGenerator
 
setShouldCreateTables(boolean) - Method in class org.apache.cayenne.access.DbGenerator
 
setShouldDropPKSupport(boolean) - Method in class org.apache.cayenne.access.DbGenerator
 
setShouldDropTables(boolean) - Method in class org.apache.cayenne.access.DbGenerator
 
setSkipAbsolutePath(boolean) - Method in class org.apache.cayenne.util.ResourceLocator
Sets "skipAbsolutePath" property.
setSkipClasspath(boolean) - Method in class org.apache.cayenne.util.ResourceLocator
Sets "skipClasspath" property.
setSkipCurrentDirectory(boolean) - Method in class org.apache.cayenne.util.ResourceLocator
Sets "skipCurrentDirectory" property.
setSkipHomeDirectory(boolean) - Method in class org.apache.cayenne.util.ResourceLocator
Sets "skipHomeDirectory" property.
setSnapshotVersion(long) - Method in class org.apache.cayenne.CayenneDataObject
 
setSnapshotVersion(long) - Method in interface org.apache.cayenne.DataObject
 
setSortSpec(Expression) - Method in class org.apache.cayenne.query.Ordering
Sets the expression defining a ordering Java Bean property.
setSortSpecString(String) - Method in class org.apache.cayenne.query.Ordering
Sets sortSpec to be an expression represented by string argument.
setSourceEntity(Entity) - Method in class org.apache.cayenne.map.Relationship
Sets relationship source entity.
setSourceJar(File) - Method in class org.apache.cayenne.project.ProjectConfigInfo
Sets the sourceJar.
setSourceName(String) - Method in class org.apache.cayenne.map.DbJoin
 
setSourceNode(DataNode) - Method in class org.apache.cayenne.access.DataPort
Sets the DataNode serving as a source of the ported data.
setSql(String) - Method in class org.apache.cayenne.access.jdbc.SQLStatement
 
setSrc(File) - Method in class org.apache.cayenne.tools.DeploymentConfigurator
 
setSrcNode(String) - Method in class org.apache.cayenne.tools.DataPortTask
 
setState(byte[]) - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
setStatus(int) - Method in class org.apache.cayenne.access.Transaction
 
setString(long, String) - Method in class org.apache.cayenne.util.MemoryClob
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in class org.apache.cayenne.util.MemoryClob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setSubclass(boolean) - Method in class org.apache.cayenne.wocompat.EOObjEntity
 
setSubject(EventSubject) - Method in class org.apache.cayenne.event.CayenneEvent
 
setSuperClassName(String) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Sets the fully qualified super class of the data object class associated with this generator
setSuperClassName(String) - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().setSuperClassName()
setSuperClassName(String) - Method in class org.apache.cayenne.map.ObjEntity
Sets a fully-qualified name of the super class of the DataObject class.
setSuperEntityName(String) - Method in class org.apache.cayenne.map.ObjEntity
Sets an entity name for a parent entity in the inheritance hierarchy.
setSuperPackageName(String) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
Sets superPackageName property that defines a superclass's package name.
setSuperPackageName(String) - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().setSuperPackageName()
setSuperPkg(String) - Method in class org.apache.cayenne.gen.MapClassGenerator
Sets "superPkg" property value.
setSuperpkg(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets superpkg property.
setSuperPrefix(String) - Method in class org.apache.cayenne.gen.ClassGenerationInfo
 
setSuperPrefix(String) - Method in class org.apache.cayenne.gen.ClassGenerator
Deprecated. Since 1.2 use getClassGenerationInfo().setSuperPrefix()
setSuperTemplate(File) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Deprecated. since 1.2 use DefaultClassGenerator.setSuperTemplate(String) as custom template can also be looked up in CLASSPATH.
setSuperTemplate(String) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Sets superTemplate property.
setSupertemplate(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets supertemplate property.
setSupportsBatchUpdates(boolean) - Method in class org.apache.cayenne.dba.JdbcAdapter
 
setSupportsFkConstraints(boolean) - Method in class org.apache.cayenne.dba.JdbcAdapter
 
setSupportsGeneratedKeys(boolean) - Method in class org.apache.cayenne.dba.JdbcAdapter
 
setSupportsUniqueConstraints(boolean) - Method in class org.apache.cayenne.dba.JdbcAdapter
 
setTableName(String) - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
setTarget(Object, Object, boolean) - Method in class org.apache.cayenne.property.AbstractSingleObjectArcProperty
 
setTarget(Object, Object, boolean) - Method in interface org.apache.cayenne.property.SingleObjectArcProperty
 
setTargetEntity(Entity) - Method in class org.apache.cayenne.map.Relationship
Sets relationship target entity.
setTargetEntityName(String) - Method in class org.apache.cayenne.map.Relationship
Sets the name of relationship target entity.
setTargetName(String) - Method in class org.apache.cayenne.map.DbJoin
 
setTemplate(File) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Deprecated. since 1.2 use DefaultClassGenerator.setTemplate(String) as custom template can also be looked up in CLASSPATH.
setTemplate(String) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Sets template property.
setTemplate(String, String) - Method in class org.apache.cayenne.query.SQLTemplate
Adds a SQL template string for a given key.
setTemplate(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets template property.
setTimestamp(long) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
 
setToDependentPK(boolean) - Method in class org.apache.cayenne.map.DbRelationship
 
setToMany(boolean) - Method in class org.apache.cayenne.map.DbRelationship
Sets relationship multiplicity.
setToOneTarget(String, DataObject, boolean) - Method in class org.apache.cayenne.CayenneDataObject
 
setToOneTarget(String, DataObject, boolean) - Method in interface org.apache.cayenne.DataObject
Sets to-one relationship to a new value.
setTopicConnectionFactoryName(String) - Method in class org.apache.cayenne.event.JMSBridge
 
setTransactionDelegate(TransactionDelegate) - Method in class org.apache.cayenne.access.DataDomain
Initializes TransactionDelegate used by all DataContexts associated with this DataDomain.
setTransactionEventsEnabled(boolean) - Method in class org.apache.cayenne.access.DataContext
Enables or disables posting of transaction events by this DataContext.
setTransactionEventsEnabledDefault(boolean) - Static method in class org.apache.cayenne.access.DataContext
Sets default for posting transaction events by new DataContexts.
setTransactionIsolation(int) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
setTranslateParentQual(boolean) - Method in class org.apache.cayenne.access.trans.QualifierTranslator
Configures translator to translate parent or main qualifier on call to doTranslation.
setTrimFunction(String) - Method in class org.apache.cayenne.access.trans.BatchQueryBuilder
 
setTrimFunction(String) - Method in class org.apache.cayenne.access.trans.TrimmingQualifierTranslator
Sets the trimFunction.
setTrimmingBytes(boolean) - Method in class org.apache.cayenne.access.types.ByteArrayType
 
setTrimmingChars(boolean) - Method in class org.apache.cayenne.access.types.CharType
 
setType(int) - Method in class org.apache.cayenne.exp.Expression
 
setType(int) - Method in class org.apache.cayenne.map.DbAttribute
Sets the SQL type for the column.
setType(String) - Method in class org.apache.cayenne.map.ObjAttribute
Sets the type of the data object property.
setType(int) - Method in class org.apache.cayenne.map.ProcedureParameter
 
setTypeMap(Map) - Method in class org.apache.cayenne.conn.ConnectionWrapper
 
setupRemoteChannelListener() - Method in class org.apache.cayenne.remote.ClientChannel
Starts up an EventBridge to listen for remote updates.
setUrl(String) - Method in class org.apache.cayenne.tools.DbGeneratorTask
Sets the JDBC URL used to connect to the database server.
setUsedForLocking(boolean) - Method in class org.apache.cayenne.map.ObjAttribute
Sets whether this attribute should be used for locking.
setUsedForLocking(boolean) - Method in class org.apache.cayenne.map.ObjRelationship
Sets whether this attribute should be used for locking.
setUsePkgPath(boolean) - Method in class org.apache.cayenne.gen.DefaultClassGenerator
Sets usepkgpath property.
setUsepkgpath(boolean) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets usepkgpath property.
setUserName(String) - Method in class org.apache.cayenne.conn.DataSourceInfo
 
setUserName(String) - Method in class org.apache.cayenne.tools.DbGeneratorTask
Sets the username used to connect to the database server.
setUserProperty(String, Object) - Method in class org.apache.cayenne.access.DataContext
Sets a user-defined property.
setUsingBlobs(boolean) - Method in class org.apache.cayenne.access.types.ByteArrayType
 
setUsingClobs(boolean) - Method in class org.apache.cayenne.access.types.CharType
 
setUsingExternalTransactions(boolean) - Method in class org.apache.cayenne.access.DataDomain
Sets a property defining whether this DataDomain should internally commit all transactions, or let container do that.
setUsingOptimisticLocking(boolean) - Method in class org.apache.cayenne.query.DeleteBatchQuery
 
setUsingOptimisticLocking(boolean) - Method in class org.apache.cayenne.query.UpdateBatchQuery
 
setValidatingObjectsOnCommit(boolean) - Method in class org.apache.cayenne.access.DataContext
Sets the property defining whether this DataContext should perform object validation before commit is executed.
setValidatingObjectsOnCommit(boolean) - Method in class org.apache.cayenne.access.DataDomain
Sets the property defining whether child DataContexts should perform object validation before commit is executed.
setValue(Object) - Method in class org.apache.cayenne.access.jdbc.ParameterBinding
 
setValue(Object) - Method in class org.apache.cayenne.access.ToManyList
 
setValue(Object) - Method in class org.apache.cayenne.dataview.CellRenderers.FormatRenderer
 
setValue(DataObject, Object) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setValue(Object) - Method in class org.apache.cayenne.exp.parser.ASTNamedParameter
 
setValue(Object) - Method in class org.apache.cayenne.exp.parser.ASTScalar
 
setValue(Object) - Method in class org.apache.cayenne.util.IndexPropertyList
 
setValue(Object) - Method in class org.apache.cayenne.util.PersistentObjectHolder
Sets an object value, marking this ValueHolder as resolved.
setValue(Object) - Method in class org.apache.cayenne.util.PersistentObjectList
 
setValue(Object) - Method in interface org.apache.cayenne.ValueHolder
Sets an object stored by this ValueHolder.
setValueAt(Object, int, int) - Method in class org.apache.cayenne.dataview.DOTableModel
 
setValueDirectly(Object) - Method in class org.apache.cayenne.access.ToManyList
 
setValueDirectly(Object) - Method in class org.apache.cayenne.util.IndexPropertyList
 
setValueDirectly(Object) - Method in class org.apache.cayenne.util.PersistentObjectHolder
 
setValueDirectly(Object) - Method in class org.apache.cayenne.util.PersistentObjectList
 
setValueDirectly(Object) - Method in interface org.apache.cayenne.ValueHolder
Sets ValueHolder vaue without triggering fault resolution.
setValueFormatDelimiter(char) - Method in class org.apache.cayenne.dataview.MapFormat
 
setValues(Object) - Method in class org.apache.cayenne.exp.parser.ASTList
Sets an internal collection of values.
setVersion(String) - Method in class org.apache.cayenne.tools.CayenneGenerator
Sets version property.
setVersionString(String) - Method in class org.apache.cayenne.gen.MapClassGenerator
 
setView(ObjEntityView) - Method in class org.apache.cayenne.dataview.DOTableModel
 
setViewField(ObjEntityViewField) - Method in class org.apache.cayenne.dataview.DOListModel
 
setVisible(boolean) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
setVppConfig(VPPConfig) - Method in class org.apache.cayenne.gen.MapClassGenerator
 
setXmppHost(String) - Method in class org.apache.cayenne.event.XMPPBridge
 
setXmppPort(int) - Method in class org.apache.cayenne.event.XMPPBridge
 
severity - Variable in class org.apache.cayenne.project.validator.ValidationInfo
 
shallowCopy() - Method in class org.apache.cayenne.exp.BinaryExpression
Deprecated. Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.Expression
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.ListExpression
Deprecated. Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTAdd
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTAnd
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTBetween
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTDbPath
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTDivide
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTEqual
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTGreater
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTGreaterOrEqual
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTIn
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTLess
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTLessOrEqual
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTLike
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTLikeIgnoreCase
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTList
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTMultiply
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTNamedParameter
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTNegate
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTNot
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTNotBetween
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTNotEqual
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTNotIn
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTNotLike
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTNotLikeIgnoreCase
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTObjPath
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTOr
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTScalar
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.parser.ASTSubtract
Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.TernaryExpression
Deprecated. Creates a copy of this expression node, without copying children.
shallowCopy() - Method in class org.apache.cayenne.exp.UnaryExpression
Deprecated. Creates a copy of this expression node, without copying children.
shallowMerge(Object, Object) - Method in class org.apache.cayenne.map.EntityDescriptor
 
shallowMerge(Object, Object) - Method in class org.apache.cayenne.property.AbstractCollectionProperty
 
shallowMerge(Object, Object) - Method in class org.apache.cayenne.property.BaseClassDescriptor
Copies object properties from one object to another.
shallowMerge(Object, Object) - Method in interface org.apache.cayenne.property.ClassDescriptor
Merges object properties from one object to another, avoiding traversal of the ArcProperties.
shallowMerge(Object, Object) - Method in class org.apache.cayenne.property.PersistentObjectProperty
Copies a property value that is itself a persistent object from one object to another.
shallowMerge(Object, Object) - Method in interface org.apache.cayenne.property.Property
Copies a property value from one object to another.
shallowMerge(Object, Object) - Method in class org.apache.cayenne.property.SimpleProperty
 
shallowMerge(Object, Object) - Method in class org.apache.cayenne.property.ValueHolderProperty
 
SHARED_CACHE - Static variable in interface org.apache.cayenne.query.GenericSelectQuery
Deprecated. A cache policy ruling that query results shall be stored in a shared cache accessible by all DataContexts.
SHARED_CACHE - Static variable in interface org.apache.cayenne.query.QueryMetadata
A cache policy ruling that query results shall be stored in a shared cache accessible by all DataContexts.
SHARED_CACHE_ENABLED_DEFAULT - Static variable in class org.apache.cayenne.access.DataDomain
 
SHARED_CACHE_ENABLED_PROPERTY - Static variable in class org.apache.cayenne.access.DataDomain
 
SHARED_CACHE_REFRESH - Static variable in interface org.apache.cayenne.query.QueryMetadata
Same as QueryMetadata.SHARED_CACHE, only forcing any current cache expiration.
sharedCacheEnabled - Variable in class org.apache.cayenne.access.DataDomain
 
sharedConfiguration - Static variable in class org.apache.cayenne.conf.Configuration
 
sharedInstance - Static variable in class org.apache.cayenne.conf.ConnectionProperties
 
sharedInstance - Static variable in class org.apache.cayenne.project.CayenneUserDir
 
sharedSessionName - Variable in class org.apache.cayenne.remote.hessian.HessianConnection
 
sharedSnapshotCache - Variable in class org.apache.cayenne.access.DataDomain
 
shift(int, int) - Method in class org.apache.cayenne.util.IndexPropertyList
 
ShortType - Class in org.apache.cayenne.access.types
Handles java.lang.Short type mapping.
ShortType(boolean) - Constructor for class org.apache.cayenne.access.types.ShortType
 
shouldCreateFKConstraints - Variable in class org.apache.cayenne.access.DbGenerator
 
shouldCreateFKConstraints() - Method in class org.apache.cayenne.access.DbGenerator
 
shouldCreatePKSupport - Variable in class org.apache.cayenne.access.DbGenerator
 
shouldCreatePKSupport() - Method in class org.apache.cayenne.access.DbGenerator
Returns whether DbGenerator is configured to create primary key support for DataMap entities.
shouldCreateTables - Variable in class org.apache.cayenne.access.DbGenerator
 
shouldCreateTables() - Method in class org.apache.cayenne.access.DbGenerator
Returns whether DbGenerator is configured to create tables for DataMap entities.
shouldDropPKSupport - Variable in class org.apache.cayenne.access.DbGenerator
 
shouldDropPKSupport() - Method in class org.apache.cayenne.access.DbGenerator
 
shouldDropTables - Variable in class org.apache.cayenne.access.DbGenerator
 
shouldDropTables() - Method in class org.apache.cayenne.access.DbGenerator
 
shouldLinkDataMap(String, String, String) - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
 
shouldLinkDataMap(String, String, String) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
shouldLoadDataDomain(String) - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
Callback method invoked when a domain is encountered in the configuration file.
shouldLoadDataDomain(String) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
shouldLoadDataDomainProperties(String, Map) - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
 
shouldLoadDataDomainProperties(String, Map) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
shouldLoadDataMaps(String, Map) - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
 
shouldLoadDataMaps(String, Map) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
shouldLoadDataNode(String, String, String, String, String) - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
 
shouldLoadDataNode(String, String, String, String, String) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
shouldLoadProjectVersion(String) - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
Callback method invoked when a project version is read.
shouldLoadProjectVersion(String) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
shouldMergeChanges(DataObject, DataRow) - Method in interface org.apache.cayenne.access.DataContextDelegate
Invoked by parent DataContext whenever an object change is detected.
shouldProcessDelete(DataObject) - Method in interface org.apache.cayenne.access.DataContextDelegate
Invoked by ObjectStore whenever it is detected that a database row was deleted for object.
shouldReadChildren(Object, ProjectPath) - Method in interface org.apache.cayenne.project.ProjectTraversalHandler
Invoked when the children of a project node are about to be scanned.
shouldRegisterDataView(String, String) - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
Callback method invoked when a DataView reference is encountered in the configuration file.
shouldRegisterDataView(String, String) - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
shouldRunBatchQuery(DataNode, Connection, BatchQuery, OperationObserver) - Method in class org.apache.cayenne.dba.AutoAdapter
Deprecated. since 1.2 this method is deprecated in DbAdapter interface.
shouldRunBatchQuery(DataNode, Connection, BatchQuery, OperationObserver) - Method in interface org.apache.cayenne.dba.DbAdapter
Deprecated. Since 1.2 this method is obsolete and is ignored across Cayenne.
shouldRunBatchQuery(DataNode, Connection, BatchQuery, OperationObserver) - Method in class org.apache.cayenne.dba.JdbcAdapter
Deprecated. Since 1.2 this method is obsolete and is ignored across Cayenne.
shouldRunBatchQuery(DataNode, Connection, BatchQuery, OperationObserver) - Method in class org.apache.cayenne.dba.oracle.OracleAdapter
Deprecated. Since 1.2
shrinkPool(int) - Method in class org.apache.cayenne.conn.PoolManager
 
shutdown() - Method in class org.apache.cayenne.access.DataDomain
Shutdowns all owned data nodes.
shutdown() - Method in class org.apache.cayenne.access.DataNode
Tries to close JDBC connections opened by this node's data source.
shutdown() - Method in class org.apache.cayenne.access.DataRowStore
Shuts down any remote notification connections, and clears internal cache.
shutdown() - Method in class org.apache.cayenne.conf.Configuration
Shutdowns all owned domains.
shutdown() - Method in class org.apache.cayenne.event.EventBridge
Stops listening for events on both local and external interfaces.
shutdownExternal() - Method in class org.apache.cayenne.event.EventBridge
Shuts down the external interface of the EventBridge, cleaning up and releasing any resources used to communicate external events.
shutdownExternal() - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
shutdownExternal() - Method in class org.apache.cayenne.event.JMSBridge
Closes all resources used to communicate via JMS.
shutdownExternal() - Method in class org.apache.cayenne.event.XMPPBridge
 
SimpleCharStream - Class in org.apache.cayenne.wocompat.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
simpleCondition() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
SimpleNode - Class in org.apache.cayenne.exp.parser
Superclass of AST* expressions that implements Node interface defined by JavaCC framework.
SimpleNode(int) - Constructor for class org.apache.cayenne.exp.parser.SimpleNode
 
simpleNotCondition() - Method in class org.apache.cayenne.exp.parser.ExpressionParser
 
SimpleProperty - Class in org.apache.cayenne.property
A property descriptor that provides access to a simple object property, delegating property read/write operations to an accessor.
SimpleProperty(ClassDescriptor, PropertyAccessor) - Constructor for class org.apache.cayenne.property.SimpleProperty
 
SimpleValidationFailure - Class in org.apache.cayenne.validation
Represents a generic validation failure that contains failed object and a message describing the failure.
SimpleValidationFailure(Object, Object) - Constructor for class org.apache.cayenne.validation.SimpleValidationFailure
 
SINGLE_CLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
SINGLE_CLASS_TEMPLATE_1_1 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
SINGLE_CLASS_TEMPLATE_1_2 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
SINGLE_QUOTED_STRING - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
SingleObjectArcProperty - Interface in org.apache.cayenne.property
An ArcProperty that points to a single graph node.
singleThread - Variable in class org.apache.cayenne.event.EventManager
 
size() - Method in class org.apache.cayenne.access.DataRowStore
Returns current cache size.
size() - Method in class org.apache.cayenne.access.IncrementalFaultList
 
size() - Method in class org.apache.cayenne.access.ToManyList
 
size() - Method in class org.apache.cayenne.dataview.DataObjectList
 
size() - Method in class org.apache.cayenne.query.BatchQuery
Returns the number of parameter rows in a batch.
size() - Method in class org.apache.cayenne.query.DeleteBatchQuery
 
size() - Method in class org.apache.cayenne.query.InsertBatchQuery
 
size() - Method in class org.apache.cayenne.query.UpdateBatchQuery
 
size() - Method in interface org.apache.cayenne.QueryResponse
Returns a number of results in the response.
size() - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
size() - Method in class org.apache.cayenne.util.GenericResponse
 
size() - Method in class org.apache.cayenne.util.IndexPropertyList
 
size() - Method in class org.apache.cayenne.util.ListResponse
 
size() - Method in class org.apache.cayenne.util.PersistentObjectList
 
skipAbsolutePath - Variable in class org.apache.cayenne.util.ResourceLocator
 
skipClasspath - Variable in class org.apache.cayenne.util.ResourceLocator
 
skipCurrentDirectory - Variable in class org.apache.cayenne.util.ResourceLocator
 
skipDataRow() - Method in class org.apache.cayenne.access.DefaultResultIterator
Deprecated.  
skipDataRow() - Method in class org.apache.cayenne.access.jdbc.JDBCResultIterator
 
skipDataRow() - Method in interface org.apache.cayenne.access.ResultIterator
Skips current data row instead of reading it.
skipDataRow() - Method in class org.apache.cayenne.access.util.DistinctResultIterator
 
skipHomeDirectory - Variable in class org.apache.cayenne.util.ResourceLocator
 
SNAPSHOT_CACHE_SIZE_DEFAULT - Static variable in class org.apache.cayenne.access.DataRowStore
 
SNAPSHOT_CACHE_SIZE_PROPERTY - Static variable in class org.apache.cayenne.access.DataRowStore
 
SNAPSHOT_EXPIRATION_DEFAULT - Static variable in class org.apache.cayenne.access.DataRowStore
 
SNAPSHOT_EXPIRATION_PROPERTY - Static variable in class org.apache.cayenne.access.DataRowStore
 
SnapshotEvent - Class in org.apache.cayenne.access.event
Event sent on modification of the DataRowStore.
SnapshotEvent(Object, Object, Map, Collection, Collection) - Constructor for class org.apache.cayenne.access.event.SnapshotEvent
Deprecated. since 1.2
SnapshotEvent(Object, Object, Map, Collection, Collection, Collection) - Constructor for class org.apache.cayenne.access.event.SnapshotEvent
 
SnapshotEventListener - Interface in org.apache.cayenne.access.event
 
snapshotLists - Variable in class org.apache.cayenne.access.DataRowStore
 
snapshots - Variable in class org.apache.cayenne.access.DataRowStore
 
snapshotsChanged(SnapshotEvent) - Method in interface org.apache.cayenne.access.event.SnapshotEventListener
 
snapshotsChanged(SnapshotEvent) - Method in class org.apache.cayenne.access.ObjectStore
SnapshotEventListener implementation that processes snapshot change event, updating DataObjects that have the changes.
snapshotsUpdatedForObjects(List, List, boolean) - Method in class org.apache.cayenne.access.ObjectStore
Updates snapshots in the underlying DataRowStore.
snapshotVersion - Variable in class org.apache.cayenne.CayenneDataObject
 
SOME - Static variable in class org.apache.cayenne.exp.Expression
Deprecated. since 1.2
sort - Variable in class org.apache.cayenne.project.ProjectTraversal
 
sort() - Method in class org.apache.cayenne.util.IndexPropertyList
Sorts internal list.
sortDbEntities(List, boolean) - Method in interface org.apache.cayenne.access.util.DependencySorter
Deprecated. Sorts a list of DbEntities.
sortDbEntities(List, boolean) - Method in class org.apache.cayenne.map.AshwoodEntitySorter
 
sortDbEntities(List, boolean) - Method in interface org.apache.cayenne.map.EntitySorter
Sorts a list of DbEntities.
sortedIterator(Iterator, Comparator) - Static method in class org.apache.cayenne.util.Util
Returns a sorted iterator from an unsorted one.
sortObjectsForEntity(ObjEntity, List, boolean) - Method in interface org.apache.cayenne.access.util.DependencySorter
Deprecated. Sorts a list of objects belonging to the ObjEntity.
sortObjectsForEntity(ObjEntity, List, boolean) - Method in class org.apache.cayenne.map.AshwoodEntitySorter
 
sortObjectsForEntity(ObjEntity, List, boolean) - Method in interface org.apache.cayenne.map.EntitySorter
Sorts a list of objects belonging to the ObjEntity.
sortObjEntities(List, boolean) - Method in interface org.apache.cayenne.access.util.DependencySorter
Deprecated. Sorts a list of ObjEntities.
sortObjEntities(List, boolean) - Method in class org.apache.cayenne.map.AshwoodEntitySorter
 
sortObjEntities(List, boolean) - Method in interface org.apache.cayenne.map.EntitySorter
Sorts a list of ObjEntities.
sortSpec - Variable in class org.apache.cayenne.query.Ordering
 
sortSpecString - Variable in class org.apache.cayenne.query.Ordering
 
source - Variable in exception org.apache.cayenne.property.PropertyAccessException
 
source - Variable in class org.apache.cayenne.remote.SyncMessage
 
source - Variable in class org.apache.cayenne.validation.SimpleValidationFailure
 
sourceEntity - Variable in class org.apache.cayenne.map.Relationship
 
sourceJar - Variable in class org.apache.cayenne.project.ProjectConfigInfo
 
sourceName - Variable in class org.apache.cayenne.map.DbJoin
 
sourceNode - Variable in class org.apache.cayenne.access.DataPort
 
specialConstructor - Variable in exception org.apache.cayenne.exp.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.apache.cayenne.wocompat.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.cayenne.wocompat.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
sql - Variable in class org.apache.cayenne.access.jdbc.SQLStatement
 
sql - Variable in class org.apache.cayenne.map.QueryBuilder
 
SQL_ARRAY - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_BIGINT - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_BINARY - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_BIT - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_BLOB - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_BOOLEAN - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_CHAR - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_CLOB - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_DATE - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_DECIMAL - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_DOUBLE - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_FLOAT - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_INTEGER - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_LONGVARBINARY - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_LONGVARCHAR - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_NUMERIC - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_OTHER - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_REAL - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_SMALLINT - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_TIME - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_TIMESTAMP - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_TINYINT - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_VARBINARY - Static variable in class org.apache.cayenne.dba.TypesMapping
 
SQL_VARCHAR - Static variable in class org.apache.cayenne.dba.TypesMapping
 
sqlAction(SQLTemplate) - Method in class org.apache.cayenne.dba.db2.DB2ActionBuilder
 
sqlAction(SQLTemplate) - Method in class org.apache.cayenne.dba.JdbcActionBuilder
 
SQLAction - Interface in org.apache.cayenne.query
Defines API for query execution strategy over JDBC connection (as in Strategy Pattern).
sqlAction(SQLTemplate) - Method in interface org.apache.cayenne.query.SQLActionVisitor
Executes a SQLTemplate.
SQLActionVisitor - Interface in org.apache.cayenne.query
A factory interface to create standard SQLActions for a set of standard queries.
sqlLiteralForObject(StringBuffer, Object) - Static method in class org.apache.cayenne.access.QueryLogger
Utility method that appends SQL literal for the specified object to the buffer.
sqlPatternToPattern(String, boolean) - Static method in class org.apache.cayenne.util.Util
 
sqlPatternToRegex(String, boolean) - Static method in class org.apache.cayenne.util.Util
Deprecated. since 1.2 use "sqlPatternToPattern".
SQLSelectStatement - Class in org.apache.cayenne.access.jdbc
Deprecated. Unused since 1.2 as superclass can handle select queries.
SQLSelectStatement() - Constructor for class org.apache.cayenne.access.jdbc.SQLSelectStatement
Deprecated.  
SQLSelectStatement(String, ColumnDescriptor[], ParameterBinding[]) - Constructor for class org.apache.cayenne.access.jdbc.SQLSelectStatement
Deprecated.  
SQLServerActionBuilder - Class in org.apache.cayenne.dba.sqlserver
 
SQLServerActionBuilder(DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.dba.sqlserver.SQLServerActionBuilder
 
SQLServerAdapter - Class in org.apache.cayenne.dba.sqlserver
Cayenne DbAdapter implementation for engine.
SQLServerAdapter() - Constructor for class org.apache.cayenne.dba.sqlserver.SQLServerAdapter
 
SQLServerBatchAction - Class in org.apache.cayenne.dba.sqlserver
 
SQLServerBatchAction(BatchQuery, DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.dba.sqlserver.SQLServerBatchAction
 
SQLServerProcedureAction - Class in org.apache.cayenne.dba.sqlserver
ProcedureAction for SQLServer MS JDBC driver.
SQLServerProcedureAction(ProcedureQuery, DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.dba.sqlserver.SQLServerProcedureAction
 
SQLServerSniffer - Class in org.apache.cayenne.dba.sqlserver
Detects SQLServer database from JDBC metadata.
SQLServerSniffer() - Constructor for class org.apache.cayenne.dba.sqlserver.SQLServerSniffer
 
SQLStatement - Class in org.apache.cayenne.access.jdbc
A PreparedStatement descriptor containing a String of SQL and an array of parameters.
SQLStatement() - Constructor for class org.apache.cayenne.access.jdbc.SQLStatement
 
SQLStatement(String, ParameterBinding[]) - Constructor for class org.apache.cayenne.access.jdbc.SQLStatement
 
SQLStatement(String, ColumnDescriptor[], ParameterBinding[]) - Constructor for class org.apache.cayenne.access.jdbc.SQLStatement
 
SQLTemplate - Class in org.apache.cayenne.query
A query that executes unchanged (except for template preprocessing) "raw" SQL specified by the user.
SQLTemplate() - Constructor for class org.apache.cayenne.query.SQLTemplate
Creates an empty SQLTemplate.
SQLTemplate(DataMap, String) - Constructor for class org.apache.cayenne.query.SQLTemplate
 
SQLTemplate(ObjEntity, String) - Constructor for class org.apache.cayenne.query.SQLTemplate
 
SQLTemplate(Class, String) - Constructor for class org.apache.cayenne.query.SQLTemplate
 
SQLTemplate(DbEntity, String) - Constructor for class org.apache.cayenne.query.SQLTemplate
 
SQLTemplate(String, String) - Constructor for class org.apache.cayenne.query.SQLTemplate
 
SQLTemplate(boolean) - Constructor for class org.apache.cayenne.query.SQLTemplate
Deprecated. Since 1.2 'selecting' property is redundant.
SQLTemplate(DataMap, String, boolean) - Constructor for class org.apache.cayenne.query.SQLTemplate
Deprecated. Since 1.2 'selecting' property is redundant.
SQLTemplate(ObjEntity, String, boolean) - Constructor for class org.apache.cayenne.query.SQLTemplate
Deprecated. Since 1.2 'selecting' property is redundant.
SQLTemplate(Class, String, boolean) - Constructor for class org.apache.cayenne.query.SQLTemplate
Deprecated. Since 1.2 'selecting' property is redundant.
SQLTemplate(DbEntity, String, boolean) - Constructor for class org.apache.cayenne.query.SQLTemplate
Deprecated. Since 1.2 'selecting' property is redundant.
SQLTemplate(String, String, boolean) - Constructor for class org.apache.cayenne.query.SQLTemplate
Deprecated. Since 1.2 'selecting' property is redundant.
SQLTemplateAction - Class in org.apache.cayenne.access.jdbc
Implements a strategy for execution of SQLTemplates.
SQLTemplateAction(SQLTemplate, DbAdapter) - Constructor for class org.apache.cayenne.access.jdbc.SQLTemplateAction
 
SQLTemplateRenderingUtils - Class in org.apache.cayenne.access.jdbc
Implements utility methods used inside Velocity templates when rendering SQLTemplates.
SQLTemplateRenderingUtils() - Constructor for class org.apache.cayenne.access.jdbc.SQLTemplateRenderingUtils
 
SQLTemplateResourceManager - Class in org.apache.cayenne.access.jdbc
An implementation of the Velocity ResourceManager and ResourceLoader that creates templates from in-memory Strings.
SQLTemplateResourceManager() - Constructor for class org.apache.cayenne.access.jdbc.SQLTemplateResourceManager
 
SQLTemplateValidator - Class in org.apache.cayenne.project.validator
Validator for SQLTemplate queries.
SQLTemplateValidator() - Constructor for class org.apache.cayenne.project.validator.SQLTemplateValidator
 
sqlTemplateValidator - Static variable in class org.apache.cayenne.project.validator.TreeNodeValidator
 
srcFkSnapshotWithTargetSnapshot(Map) - Method in class org.apache.cayenne.map.DbRelationship
Creates a snapshot of foreign key attributes of a source object of this relationship based on a snapshot of a target.
srcNode - Variable in class org.apache.cayenne.tools.DataPortTask
 
srcPkSnapshotWithTargetSnapshot(Map) - Method in class org.apache.cayenne.map.DbRelationship
Creates a snapshot of primary key attributes of a source object of this relationship based on a snapshot of a target.
startDisjointPrefetch(PrefetchTreeNode) - Method in interface org.apache.cayenne.query.PrefetchProcessor
 
startedLoading() - Method in interface org.apache.cayenne.conf.ConfigLoaderDelegate
Callback methods invoked in the beginning of the configuration processing.
startedLoading() - Method in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
startElement(String, String, String, Attributes) - Method in class org.apache.cayenne.map.MapLoader
 
startElement(String, String, String, Attributes) - Method in class org.apache.cayenne.util.AbstractHandler
Deprecated. Handles the start of an element.
startJointPrefetch(PrefetchTreeNode) - Method in interface org.apache.cayenne.query.PrefetchProcessor
 
startMaintenanceThread() - Method in class org.apache.cayenne.conn.PoolManager
 
startNode(Expression, Expression) - Method in class org.apache.cayenne.access.trans.QualifierTranslator
 
startNode(Expression, Expression) - Method in class org.apache.cayenne.dba.openbase.OpenBaseQualifierTranslator
 
startNode(Expression, Expression) - Method in class org.apache.cayenne.dba.postgres.PostgresQualifierTranslator
 
startNode(Expression, Expression) - Method in interface org.apache.cayenne.exp.TraversalHandler
Called during the traversal before an expression node children processing is started.
startNode(Expression, Expression) - Method in class org.apache.cayenne.exp.TraversalHelper
 
startPhantomPrefetch(PrefetchTreeNode) - Method in interface org.apache.cayenne.query.PrefetchProcessor
 
startTime - Variable in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
startTrackingNewObjects() - Method in class org.apache.cayenne.access.ObjectStore
Starts tracking the registration of new objects from this ObjectStore.
startUnknownPrefetch(PrefetchTreeNode) - Method in interface org.apache.cayenne.query.PrefetchProcessor
 
startup(EventManager, int) - Method in class org.apache.cayenne.event.EventBridge
Starts EventBridge in the specified mode and locally listening to all event sources that post on a preconfigured subject.
startup(EventManager, int, Object) - Method in class org.apache.cayenne.event.EventBridge
Starts EventBridge in the specified mode and locally listening to a specified event source.
startup(EventManager, int, Object, Object) - Method in class org.apache.cayenne.event.EventBridge
Starts EventBridge in the specified mode.
startupExternal() - Method in class org.apache.cayenne.event.EventBridge
Starts an external interface of the EventBridge.
startupExternal() - Method in class org.apache.cayenne.event.JavaGroupsBridge
 
startupExternal() - Method in class org.apache.cayenne.event.JMSBridge
Starts up JMS machinery for "publish/subscribe" model.
startupExternal() - Method in class org.apache.cayenne.event.XMPPBridge
 
state - Variable in class org.apache.cayenne.event.JavaGroupsBridge
 
statement - Variable in class org.apache.cayenne.access.DefaultResultIterator
Deprecated.  
statement - Variable in class org.apache.cayenne.access.jdbc.JDBCResultIterator
 
staticFlag - Static variable in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
status - Variable in class org.apache.cayenne.access.Transaction
 
status - Variable in class org.apache.cayenne.conf.RuntimeLoadDelegate
 
STATUS_ACTIVE - Static variable in class org.apache.cayenne.access.Transaction
 
STATUS_COMMITTED - Static variable in class org.apache.cayenne.access.Transaction
 
STATUS_COMMITTING - Static variable in class org.apache.cayenne.access.Transaction
 
STATUS_MARKED_ROLLEDBACK - Static variable in class org.apache.cayenne.access.Transaction
 
STATUS_NO_TRANSACTION - Static variable in class org.apache.cayenne.access.Transaction
 
STATUS_ROLLEDBACK - Static variable in class org.apache.cayenne.access.Transaction
 
STATUS_ROLLING_BACK - Static variable in class org.apache.cayenne.access.Transaction
 
storeDataNode(PrintWriter, DataSourceInfo) - Method in class org.apache.cayenne.conf.ConfigSaver
Stores DataSolurceInfo to the specified PrintWriter.
storeDataView(PrintWriter, String) - Method in class org.apache.cayenne.conf.ConfigSaver
 
storeDomain(PrintWriter, String) - Method in class org.apache.cayenne.conf.ConfigSaver
 
storeDomains(PrintWriter) - Method in class org.apache.cayenne.conf.ConfigSaver
Saves domains into the specified file.
STRING - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
STRING_ESC - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
STRING_TYPE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
STRING_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
STRING_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
stringFromFile(File) - Static method in class org.apache.cayenne.util.Util
Reads file contents, returning it as a String, using System default line separator.
stringFromFile(File, String) - Static method in class org.apache.cayenne.util.Util
Reads file contents, returning it as a String, joining lines with provided separator.
StringUtils - Class in org.apache.cayenne.gen
Methods for mangling strings.
StringUtils() - Constructor for class org.apache.cayenne.gen.StringUtils
 
stripClass(String) - Method in class org.apache.cayenne.gen.StringUtils
Removes base name, leaving package name.
stripFileExtension(String) - Static method in class org.apache.cayenne.util.Util
Strips extension from the file name.
stripLineBreaks(String, String) - Static method in class org.apache.cayenne.util.Util
Strips "\n", "\r\n", "\r" from the argument string.
stripPackageName(String) - Method in class org.apache.cayenne.gen.StringUtils
Removes package name, leaving base name.
stripSchemaName(String) - Method in class org.apache.cayenne.dba.oracle.OraclePkGenerator
 
subclass - Variable in class org.apache.cayenne.wocompat.EOObjEntity
 
SUBCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
SUBCLASS_TEMPLATE_1_1 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
SUBCLASS_TEMPLATE_1_2 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
subclassDescriptors - Variable in class org.apache.cayenne.property.BaseClassDescriptor
 
subClassName - Variable in class org.apache.cayenne.gen.EntityUtils
 
subentities - Variable in class org.apache.cayenne.map.EntityInheritanceTree
 
subject - Variable in class org.apache.cayenne.event.CayenneEvent
 
subjects - Variable in class org.apache.cayenne.event.EventManager
 
subList(int, int) - Method in class org.apache.cayenne.access.IncrementalFaultList
 
subList(int, int) - Method in class org.apache.cayenne.access.ToManyList
 
subList(int, int) - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
subList(int, int) - Method in class org.apache.cayenne.util.PersistentObjectList
 
subPackageName - Variable in class org.apache.cayenne.gen.EntityUtils
 
subpathOfObject(Object) - Method in class org.apache.cayenne.project.ProjectPath
Returns a subpath to the first occurance of an object.
subpathWithSize(int) - Method in class org.apache.cayenne.project.ProjectPath
 
SUBQUERY - Static variable in class org.apache.cayenne.exp.Expression
Deprecated. since 1.2
subscriber - Variable in class org.apache.cayenne.event.JMSBridge
 
substBackslashes(String) - Static method in class org.apache.cayenne.util.Util
Replaces all backslashes "\" with forward slashes "/".
SUBTRACT - Static variable in class org.apache.cayenne.exp.Expression
 
SUM - Static variable in class org.apache.cayenne.exp.Expression
Deprecated. since 1.2
SUPERCLASS_PREFIX - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
SUPERCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
SUPERCLASS_TEMPLATE_1_1 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
SUPERCLASS_TEMPLATE_1_2 - Static variable in class org.apache.cayenne.gen.MapClassGenerator
 
superclassDescriptor - Variable in class org.apache.cayenne.property.BaseClassDescriptor
 
superClassName - Variable in class org.apache.cayenne.gen.ClassGenerationInfo
 
superClassName - Variable in class org.apache.cayenne.gen.EntityUtils
 
superClassName - Variable in class org.apache.cayenne.map.ObjEntity
 
superEntityName - Variable in class org.apache.cayenne.map.ObjEntity
 
superPackageName - Variable in class org.apache.cayenne.gen.ClassGenerationInfo
 
superPackageName - Variable in class org.apache.cayenne.gen.EntityUtils
 
superPkg - Variable in class org.apache.cayenne.gen.MapClassGenerator
 
superPrefix - Variable in class org.apache.cayenne.gen.ClassGenerationInfo
 
superTemplate - Variable in class org.apache.cayenne.gen.DefaultClassGenerator
 
supportsBatchUpdates() - Method in class org.apache.cayenne.dba.AutoAdapter
 
supportsBatchUpdates() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns true if the target database supports batch updates.
supportsBatchUpdates - Variable in class org.apache.cayenne.dba.JdbcAdapter
 
supportsBatchUpdates() - Method in class org.apache.cayenne.dba.JdbcAdapter
 
supportsFkConstraints() - Method in class org.apache.cayenne.dba.AutoAdapter
 
supportsFkConstraints() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns true if a target database supports FK constraints.
supportsFkConstraints - Variable in class org.apache.cayenne.dba.JdbcAdapter
 
supportsFkConstraints() - Method in class org.apache.cayenne.dba.JdbcAdapter
Returns true.
supportsGeneratedKeys() - Method in class org.apache.cayenne.dba.AutoAdapter
 
supportsGeneratedKeys() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns true if a target database supports key autogeneration.
supportsGeneratedKeys - Variable in class org.apache.cayenne.dba.JdbcAdapter
 
supportsGeneratedKeys() - Method in class org.apache.cayenne.dba.JdbcAdapter
 
supportsLength(int) - Static method in class org.apache.cayenne.dba.TypesMapping
Returns true if supplied type can have a length attribute as a part of column definition.
supportsOracleLOB - Static variable in class org.apache.cayenne.dba.oracle.OracleAdapter
 
supportsTableAliases() - Method in class org.apache.cayenne.access.trans.QueryAssembler
Returns true if table aliases are supported.
supportsTableAliases() - Method in class org.apache.cayenne.access.trans.SelectTranslator
Always returns true.
supportsUniqueConstraints() - Method in class org.apache.cayenne.dba.AutoAdapter
 
supportsUniqueConstraints() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns true if a target database supports UNIQUE constraints.
supportsUniqueConstraints - Variable in class org.apache.cayenne.dba.JdbcAdapter
 
supportsUniqueConstraints() - Method in class org.apache.cayenne.dba.JdbcAdapter
Returns true.
SwitchTo(int) - Method in class org.apache.cayenne.exp.parser.ExpressionParserTokenManager
 
SwitchTo(int) - Method in class org.apache.cayenne.wocompat.parser.ParserTokenManager
 
SybaseAdapter - Class in org.apache.cayenne.dba.sybase
DbAdapter implementation for Sybase RDBMS.
SybaseAdapter() - Constructor for class org.apache.cayenne.dba.sybase.SybaseAdapter
 
SybasePkGenerator - Class in org.apache.cayenne.dba.sybase
Primary key generator implementation for Sybase.
SybasePkGenerator() - Constructor for class org.apache.cayenne.dba.sybase.SybasePkGenerator
 
SybaseSniffer - Class in org.apache.cayenne.dba.sybase
Detects Sybase database from JDBC metadata.
SybaseSniffer() - Constructor for class org.apache.cayenne.dba.sybase.SybaseSniffer
 
synchronizeLocation() - Method in class org.apache.cayenne.project.ProjectFile
Replaces internally stored filename with the current object name.
synchronizeWithDbEntities(Collection) - Method in class org.apache.cayenne.util.EntityMergeSupport
Updates each one of the collection of ObjEntities, adding attributes and relationships based on the current state of its DbEntity.
synchronizeWithDbEntity(ObjEntity) - Method in class org.apache.cayenne.util.EntityMergeSupport
Updates ObjEntity attributes and relationships based on the current state of its DbEntity.
SyncMessage - Class in org.apache.cayenne.remote
A message used for synchronization of the child with parent.
SyncMessage(ObjectContext, int, GraphDiff) - Constructor for class org.apache.cayenne.remote.SyncMessage
 

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.