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 _

U

UnaryExpression - Class in org.apache.cayenne.exp
Deprecated. since 1.2
UnaryExpression() - Constructor for class org.apache.cayenne.exp.UnaryExpression
Deprecated.  
UnaryExpression(int) - Constructor for class org.apache.cayenne.exp.UnaryExpression
Deprecated.  
uncapitalized(String) - Static method in class org.apache.cayenne.gen.StringUtils
Returns string with lowercased first letter
uncommittedObjects() - Method in class org.apache.cayenne.access.DataContext
Returns a collection of all uncommitted registered objects.
uncommittedObjects() - Method in class org.apache.cayenne.CayenneContext
 
uncommittedObjects() - Method in interface org.apache.cayenne.ObjectContext
Returns a collection of MODIFIED, DELETED or NEW objects.
UNDEFINED_SEMANTICS - Static variable in class org.apache.cayenne.query.PrefetchTreeNode
 
underscoredToJava(String, boolean) - Static method in class org.apache.cayenne.util.NameConverter
Converts names like "ABCD_EFG_123" to Java-style names like "abcdEfg123".
undescoredToJava(String, boolean) - Static method in class org.apache.cayenne.util.NameConverter
Deprecated. since 1.2 replaced with NameConverter.underscoredToJava(String, boolean), fixing the naming typo.
undo(GraphChangeHandler) - Method in class org.apache.cayenne.graph.ArcCreateOperation
 
undo(GraphChangeHandler) - Method in class org.apache.cayenne.graph.ArcDeleteOperation
 
undo(GraphChangeHandler) - Method in class org.apache.cayenne.graph.CompoundDiff
Iterates over diffs list in reverse order, calling "apply" on each individual diff.
undo(GraphChangeHandler) - Method in interface org.apache.cayenne.graph.GraphDiff
Calls appropriate methods on the handler to revert this change.
undo(GraphChangeHandler) - Method in class org.apache.cayenne.graph.NodeCreateOperation
 
undo(GraphChangeHandler) - Method in class org.apache.cayenne.graph.NodeDeleteOperation
 
undo(GraphChangeHandler) - Method in class org.apache.cayenne.graph.NodeDiff
 
undo(GraphChangeHandler) - Method in class org.apache.cayenne.graph.NodeIdChangeOperation
 
undo(GraphChangeHandler) - Method in class org.apache.cayenne.graph.NodePropertyChangeOperation
 
unfetchedObjects - Variable in class org.apache.cayenne.access.IncrementalFaultList
 
unfetchedObjects - Variable in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
uninstallConfigurationShutdownHook() - Method in class org.apache.cayenne.conf.Configuration
 
UNKNOWN_TYPE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
UNKNOWN_TYPE_NAME - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
UNKNOWN_TYPE_VALUE - Static variable in class org.apache.cayenne.dataview.DataTypeEnum
 
unregisterBuilder(Class) - Method in class org.apache.cayenne.dataview.FormatFactory
 
unregisterFromDataContextEvents() - Method in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
unregisterNewObjects() - Method in class org.apache.cayenne.access.ObjectStore
Unregisters the newly registered DataObjects from this objectStore.
unregisterNode(Object) - Method in class org.apache.cayenne.access.ObjectStore
 
unregisterNode(Object) - Method in interface org.apache.cayenne.graph.GraphManager
"Unregisters" a graph node, forgetting any information associated with nodeId.
unregisterNode(Object) - Method in class org.apache.cayenne.graph.GraphMap
 
unregisterObjects(Collection) - Method in class org.apache.cayenne.access.DataContext
Unregisters a Collection of DataObjects from the DataContext and the underlying ObjectStore.
unregisterType(String) - Method in class org.apache.cayenne.access.types.ExtendedTypeMap
Removes registered ExtendedType object corresponding to javaClassName parameter.
unsetReverseRelationship(String, DataObject) - Method in class org.apache.cayenne.CayenneDataObject
Removes current object from reverse relationship of object val to this object.
UNSUPPORTED_DISTINCT_TYPES - Static variable in class org.apache.cayenne.access.trans.SelectTranslator
 
unusedPool - Variable in class org.apache.cayenne.conn.PoolManager
 
unwindException(Throwable) - Static method in class org.apache.cayenne.util.Util
Looks up and returns the root cause of an exception.
unwrapChild(Node) - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
unzip(File, File) - Static method in class org.apache.cayenne.util.ZipUtil
Unpacks a zip file to the target directory.
UPDATE - Static variable in class org.apache.cayenne.access.util.DataNodeCommitHelper
Deprecated.  
UpdateAction - Class in org.apache.cayenne.access.jdbc
 
UpdateAction(Query, DbAdapter, EntityResolver) - Constructor for class org.apache.cayenne.access.jdbc.UpdateAction
 
updateAction(Query) - Method in class org.apache.cayenne.dba.db2.DB2ActionBuilder
 
updateAction(Query) - Method in class org.apache.cayenne.dba.JdbcActionBuilder
 
updateAction(Query) - Method in interface org.apache.cayenne.query.SQLActionVisitor
Executes a generic update query.
UpdateBatchQuery - Class in org.apache.cayenne.query
Batched UPDATE query.
UpdateBatchQuery(DbEntity, List, List, Collection, int) - Constructor for class org.apache.cayenne.query.UpdateBatchQuery
Creates new UpdateBatchQuery.
UpdateBatchQueryBuilder - Class in org.apache.cayenne.access.trans
A translator for UpdateBatchQueries that produces parameterized SQL.
UpdateBatchQueryBuilder(DbAdapter) - Constructor for class org.apache.cayenne.access.trans.UpdateBatchQueryBuilder
 
updatedLOBAttributes - Variable in class org.apache.cayenne.access.trans.LOBBatchQueryWrapper
 
UpdateLineColumn(char) - Method in class org.apache.cayenne.wocompat.parser.SimpleCharStream
 
updateModel() - Method in class org.apache.cayenne.dataview.DOTableModel
 
updateNodes(List) - Method in class org.apache.cayenne.project.PartialProject
Loads internal project and rewrites its nodes according to the list of DataNodeConfigInfo objects.
UpdateQuery - Class in org.apache.cayenne.query
Object encapsulating an UPDATE statement.
UpdateQuery() - Constructor for class org.apache.cayenne.query.UpdateQuery
Creates empty UpdateQuery.
UpdateQuery(ObjEntity) - Constructor for class org.apache.cayenne.query.UpdateQuery
Creates a UpdateQuery with null qualifier, for the specifed ObjEntity
UpdateQuery(ObjEntity, Expression) - Constructor for class org.apache.cayenne.query.UpdateQuery
Creates a UpdateQuery for the specifed ObjEntity with the given qualifier
UpdateQuery(Class) - Constructor for class org.apache.cayenne.query.UpdateQuery
Creates a UpdateQuery with null qualifier, for the entity which uses the given class.
UpdateQuery(Class, Expression) - Constructor for class org.apache.cayenne.query.UpdateQuery
Creates a UpdateQuery for the entity which uses the given class, with the given qualifier.
UpdateQuery(String) - Constructor for class org.apache.cayenne.query.UpdateQuery
Creates UpdateQuery with objEntityName parameter.
UpdateQuery(String, Expression) - Constructor for class org.apache.cayenne.query.UpdateQuery
Creates UpdateQuery with objEntityName and qualifier parameters.
updatesLOBColumns(BatchQuery) - Static method in class org.apache.cayenne.access.util.BatchQueryUtils
Deprecated. since 1.2
updateSnapshots - Variable in class org.apache.cayenne.query.UpdateBatchQuery
 
UpdateTranslator - Class in org.apache.cayenne.access.trans
Class implements default translation mechanism of org.apache.cayenne.query.UpdateQuery objects to SQL UPDATE statements.
UpdateTranslator() - Constructor for class org.apache.cayenne.access.trans.UpdateTranslator
 
updAttributes - Variable in class org.apache.cayenne.query.UpdateQuery
 
updObjects - Variable in class org.apache.cayenne.access.util.ContextCommitObserver
Deprecated.  
upgrade() - Method in class org.apache.cayenne.project.ApplicationProject
 
upgrade() - Method in class org.apache.cayenne.project.DataMapProject
 
upgrade() - Method in class org.apache.cayenne.project.PartialProject
 
upgrade() - Method in class org.apache.cayenne.project.Project
 
upgradeMessages - Variable in class org.apache.cayenne.project.Project
 
upgradeStatus - Variable in class org.apache.cayenne.project.Project
 
url - Variable in class org.apache.cayenne.remote.hessian.HessianConnection
 
url - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
URL_KEY - Static variable in class org.apache.cayenne.conf.ConnectionProperties
 
usedForLocking - Variable in class org.apache.cayenne.map.ObjAttribute
 
usedForLocking - Variable in class org.apache.cayenne.map.ObjRelationship
 
usedPool - Variable in class org.apache.cayenne.conn.PoolManager
 
usePkgPath - Variable in class org.apache.cayenne.gen.DefaultClassGenerator
 
USER_NAME_KEY - Static variable in class org.apache.cayenne.conf.ConnectionProperties
 
userName - Variable in class org.apache.cayenne.conn.DataSourceInfo
 
userName - Variable in class org.apache.cayenne.conn.DriverDataSource
 
userName - Variable in class org.apache.cayenne.conn.PoolManager
 
userName - Variable in class org.apache.cayenne.remote.hessian.HessianConnection
 
userName - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
userProperties - Variable in class org.apache.cayenne.access.DataContext
Stores user defined properties associated with this DataContext.
USING_EXTERNAL_TRANSACTIONS_DEFAULT - Static variable in class org.apache.cayenne.access.DataDomain
 
USING_EXTERNAL_TRANSACTIONS_PROPERTY - Static variable in class org.apache.cayenne.access.DataDomain
 
usingBlobs - Variable in class org.apache.cayenne.access.types.ByteArrayType
 
usingClobs - Variable in class org.apache.cayenne.access.types.CharType
 
usingExternalTransactions - Variable in class org.apache.cayenne.access.DataDomain
 
usingOptimisticLocking - Variable in class org.apache.cayenne.query.DeleteBatchQuery
 
usingOptimisticLocking - Variable in class org.apache.cayenne.query.UpdateBatchQuery
 
usingSharedSnaphsotCache - Variable in class org.apache.cayenne.access.DataContext
 
Util - Class in org.apache.cayenne.util
Contains various unorganized static utility methods used across Cayenne.
Util() - Constructor for class org.apache.cayenne.util.Util
 
UtilDateType - Class in org.apache.cayenne.access.types
Maps java.util.Date to any of the three database date/time types: TIME, DATE, TIMESTAMP.
UtilDateType() - Constructor for class org.apache.cayenne.access.types.UtilDateType
 

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.