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 _

T

tableComparator - Variable in class org.apache.cayenne.map.AshwoodEntitySorter
 
tableName - Variable in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
tableTypeForTable() - Method in class org.apache.cayenne.dba.AutoAdapter
 
tableTypeForTable() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns the name of the table type (as returned by DatabaseMetaData.getTableTypes) for a simple user table.
tableTypeForTable() - Method in class org.apache.cayenne.dba.frontbase.FrontBaseAdapter
 
tableTypeForTable() - Method in class org.apache.cayenne.dba.JdbcAdapter
 
tableTypeForView() - Method in class org.apache.cayenne.dba.AutoAdapter
 
tableTypeForView() - Method in interface org.apache.cayenne.dba.DbAdapter
Returns the name of the table type (as returned by DatabaseMetaData.getTableTypes) for a view table.
tableTypeForView() - Method in class org.apache.cayenne.dba.JdbcAdapter
 
tableTypeForView() - Method in class org.apache.cayenne.dba.mysql.MySQLAdapter
Returns null, since views are not yet supported in MySQL.
tableTypeForView() - Method in class org.apache.cayenne.dba.openbase.OpenBaseAdapter
Returns null, since views are not yet supported in openbase.
targetContext - Variable in class org.apache.cayenne.util.ObjectContextQueryAction
 
targetDescriptor - Variable in class org.apache.cayenne.property.AbstractSingleObjectArcProperty
 
targetEntityName - Variable in class org.apache.cayenne.map.Relationship
 
targetName - Variable in class org.apache.cayenne.map.DbJoin
 
targetNodeId - Variable in class org.apache.cayenne.graph.ArcCreateOperation
 
targetNodeId - Variable in class org.apache.cayenne.graph.ArcDeleteOperation
 
targetPkSnapshotWithSrcSnapshot(Map) - Method in class org.apache.cayenne.map.DbRelationship
Creates a snapshot of primary key attributes of a target object of this relationship based on a snapshot of a source.
targetResolver - Variable in class org.apache.cayenne.util.ObjectDetachOperation
 
tempFile - Variable in class org.apache.cayenne.project.ProjectFile
 
tempFileForFile(File) - Method in class org.apache.cayenne.project.ProjectFile
Creates a temporary file for the master file.
template - Variable in class org.apache.cayenne.gen.DefaultClassGenerator
 
templateCache - Variable in class org.apache.cayenne.access.jdbc.SQLTemplateResourceManager
 
templates - Variable in class org.apache.cayenne.query.SQLTemplate
 
TempObjectId - Class in org.apache.cayenne
Deprecated. since 1.2 superclass can represent both permanent and temporary id.
TempObjectId(Class) - Constructor for class org.apache.cayenne.TempObjectId
Deprecated. Creates a non-portable temporary ObjectId that should be replaced by a permanent id once a corresponding object is committed.
TernaryExpression - Class in org.apache.cayenne.exp
Deprecated. since 1.2
TernaryExpression() - Constructor for class org.apache.cayenne.exp.TernaryExpression
Deprecated.  
TernaryExpression(int) - Constructor for class org.apache.cayenne.exp.TernaryExpression
Deprecated.  
threadDataContext - Static variable in class org.apache.cayenne.access.DataContext
A holder of a DataContext bound to the current thread.
timestamp - Variable in class org.apache.cayenne.access.event.SnapshotEvent
 
timestamp - Variable in class org.apache.cayenne.gen.DefaultClassGenerator
 
toArray() - Method in class org.apache.cayenne.access.IncrementalFaultList
 
toArray(Object[]) - Method in class org.apache.cayenne.access.IncrementalFaultList
 
toArray() - Method in class org.apache.cayenne.access.ToManyList
 
toArray(Object[]) - Method in class org.apache.cayenne.access.ToManyList
 
toArray(Object[]) - Method in class org.apache.cayenne.dataview.DataObjectList
 
toArray() - Method in class org.apache.cayenne.dataview.DataObjectList
 
toArray() - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
toArray(Object[]) - Method in class org.apache.cayenne.remote.RemoteIncrementalFaultList
 
toArray() - Method in class org.apache.cayenne.util.PersistentObjectList
 
toArray(Object[]) - Method in class org.apache.cayenne.util.PersistentObjectList
 
toBigDecimal(Object) - Static method in class org.apache.cayenne.util.ConversionUtil
 
toBoolean(Object) - Static method in class org.apache.cayenne.util.ConversionUtil
 
toComparable(Object) - Static method in class org.apache.cayenne.util.ConversionUtil
Attempts to convert an object to Comparable instance.
toDataType(DataTypeEnum, Object) - Method in class org.apache.cayenne.dataview.DataTypeSpec
 
toDependentPK - Variable in class org.apache.cayenne.map.DbRelationship
 
toInt(Object, int) - Static method in class org.apache.cayenne.util.ConversionUtil
 
token - Variable in class org.apache.cayenne.exp.parser.ExpressionParser
 
token - Variable in class org.apache.cayenne.wocompat.parser.Parser
 
Token - Class in org.apache.cayenne.wocompat.parser
Describes the input token stream.
Token() - Constructor for class org.apache.cayenne.wocompat.parser.Token
 
token_source - Variable in class org.apache.cayenne.exp.parser.ExpressionParser
 
token_source - Variable in class org.apache.cayenne.wocompat.parser.Parser
 
tokenImage - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
tokenImage - Variable in exception org.apache.cayenne.exp.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in exception org.apache.cayenne.wocompat.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
tokenizePattern(String) - Method in class org.apache.cayenne.tools.NamePatternMatcher
Returns an array of valid regular expressions.
TokenMgrError - Error in org.apache.cayenne.wocompat.parser
 
TokenMgrError() - Constructor for error org.apache.cayenne.wocompat.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.cayenne.wocompat.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.cayenne.wocompat.parser.TokenMgrError
 
toMany - Variable in class org.apache.cayenne.map.Relationship
 
toManyFault - Static variable in class org.apache.cayenne.Fault
 
ToManyList - Class in org.apache.cayenne.access
A list that holds objects for to-many relationships.
ToManyList(Persistent, String) - Constructor for class org.apache.cayenne.access.ToManyList
Creates ToManyList.
ToManyListProperty - Class in org.apache.cayenne.property
A list property that is intended to work with ToManyList.
ToManyListProperty(ClassDescriptor, ClassDescriptor, PropertyAccessor, String) - Constructor for class org.apache.cayenne.property.ToManyListProperty
 
toMap(Object) - Method in class org.apache.cayenne.exp.parser.ASTDbPath
 
toMap(Object[], Object[]) - Static method in class org.apache.cayenne.util.Util
Creates a mutable map out of two arrays with keys and values.
toOneFault - Static variable in class org.apache.cayenne.Fault
 
toPattern() - Method in class org.apache.cayenne.dataview.MapFormat
 
TOPIC_CONNECTION_FACTORY_DEFAULT - Static variable in class org.apache.cayenne.event.JMSBridgeFactory
 
TOPIC_CONNECTION_FACTORY_PROPERTY - Static variable in class org.apache.cayenne.event.JMSBridgeFactory
 
topicConnectionFactoryName - Variable in class org.apache.cayenne.event.JMSBridge
 
topicNotFound(Context, NamingException) - Method in class org.apache.cayenne.event.JMSBridge
Attempts to create missing Topic.
toRawValue(Object) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
toString() - Method in class org.apache.cayenne.access.DataDomain
 
toString() - Method in class org.apache.cayenne.access.event.SnapshotEvent
 
toString() - Method in class org.apache.cayenne.access.jdbc.ColumnDescriptor
 
toString() - Method in class org.apache.cayenne.access.ToManyList
 
toString() - Method in class org.apache.cayenne.access.types.AbstractType
 
toString() - Method in class org.apache.cayenne.CayenneDataObject
 
toString() - Method in class org.apache.cayenne.conf.DefaultConfiguration
 
toString() - Method in class org.apache.cayenne.conn.DataSourceInfo
 
toString() - Method in class org.apache.cayenne.DataRow
 
toString() - Method in class org.apache.cayenne.dataview.DataObjectChangeEvent
 
toString() - Method in class org.apache.cayenne.dataview.DispatchableEvent
 
toString() - Method in class org.apache.cayenne.event.EventSubject
 
toString() - Method in class org.apache.cayenne.exp.Expression
 
toString() - Method in class org.apache.cayenne.exp.ExpressionParameter
 
toString() - Method in class org.apache.cayenne.map.DataMap
 
toString() - Method in class org.apache.cayenne.map.DbJoin
 
toString() - Method in class org.apache.cayenne.map.DbKeyGenerator
 
toString() - Method in class org.apache.cayenne.map.EntityDescriptor
Overrides toString method of Object to provide a meaningful description.
toString() - Method in class org.apache.cayenne.map.MapObject
Deprecated.  
toString() - Method in class org.apache.cayenne.map.ObjRelationship
 
toString() - Method in class org.apache.cayenne.map.Relationship
Overrides Object.toString() to return informative description.
toString() - Method in class org.apache.cayenne.ObjectId
A standard toString method used for debugging.
toString() - Method in class org.apache.cayenne.PersistentObject
 
toString() - Method in class org.apache.cayenne.project.ProjectFile
 
toString() - Method in class org.apache.cayenne.project.ProjectPath
 
toString() - Method in class org.apache.cayenne.project.validator.ValidationInfo
 
toString() - Method in class org.apache.cayenne.query.AbstractQuery
 
toString() - Method in class org.apache.cayenne.query.NamedQuery
Overrides toString() outputting a short string with query class and name.
toString() - Method in class org.apache.cayenne.query.ObjectIdQuery
Overrides toString() outputting a short string with query class and ObjectId.
toString() - Method in class org.apache.cayenne.query.Ordering
 
toString() - Method in class org.apache.cayenne.query.RelationshipQuery
Overrides toString() outputting a short string with query class and relationship name.
toString() - Method in class org.apache.cayenne.remote.BootstrapMessage
 
toString() - Method in class org.apache.cayenne.remote.QueryMessage
 
toString() - Method in class org.apache.cayenne.remote.RemoteSession
 
toString() - Method in class org.apache.cayenne.remote.SyncMessage
 
toString(Object) - Static method in class org.apache.cayenne.util.ConversionUtil
Attempts to convert an object to Comparable instance.
toString() - Method in class org.apache.cayenne.util.PersistentObjectList
 
toString() - Method in class org.apache.cayenne.validation.BeanValidationFailure
Returns a String representation of the failure.
toString() - Method in class org.apache.cayenne.validation.SimpleValidationFailure
Returns a String representation of the failure.
toString() - Method in exception org.apache.cayenne.validation.ValidationException
 
toString() - Method in class org.apache.cayenne.validation.ValidationResult
 
toString() - Method in class org.apache.cayenne.wocompat.parser.Token
Returns the image.
toStringBuffer(StringBuffer, boolean) - Method in class org.apache.cayenne.CayenneDataObject
A variation of "toString" method, that may be more efficient in some cases.
touch() - Method in class org.apache.cayenne.util.IndexPropertyList
Changes list state to "dirty" forcing reordering on next access.
toUpperCase(Object) - Static method in class org.apache.cayenne.util.ConversionUtil
Attempts to convert an object to an uppercase string.
toValue(Object) - Method in class org.apache.cayenne.dataview.ObjEntityViewField
 
Transaction - Class in org.apache.cayenne.access
A Cayenne transaction.
Transaction() - Constructor for class org.apache.cayenne.access.Transaction
Creates new inactive transaction.
transactionDelegate - Variable in class org.apache.cayenne.access.DataDomain
 
TransactionDelegate - Interface in org.apache.cayenne.access
Defines callback methods for tracking and customizing Transactions execution.
transform(Transformer) - Method in class org.apache.cayenne.exp.Expression
Creates a transformed copy of this expression, applying transformation provided by Transformer to all its nodes.
transformExpression(Transformer) - Method in class org.apache.cayenne.exp.Expression
A recursive method called from "transform" to do the actual transformation.
transformExpression(Transformer) - Method in class org.apache.cayenne.exp.ListExpression
Deprecated.  
transformExpression(Transformer) - Method in class org.apache.cayenne.exp.parser.AggregateConditionNode
 
TRANSIENT - Static variable in class org.apache.cayenne.PersistenceState
Describes a state of an object not registered with DataContext/ObjectContext, and therefore having no persistence features.
translateParentQual - Variable in class org.apache.cayenne.access.trans.QualifierTranslator
 
translateToDbPath(Expression) - Method in class org.apache.cayenne.map.ObjEntity
Transforms an Expression to an analogous expression in terms of the underlying DbEntity.
translateToDbPath(Expression) - Method in class org.apache.cayenne.wocompat.EOObjEntity
Overrides super to support translation of EO attributes that have no ObjAttributes.
translateToRelatedEntity(Expression, String) - Method in class org.apache.cayenne.map.DbEntity
Transforms Expression rooted in this entity to an analogous expression rooted in related entity.
translateToRelatedEntity(Expression, String) - Method in class org.apache.cayenne.map.Entity
Translates Expression rooted in this entity to an analogous expression rooted in related entity.
translateToRelatedEntity(Expression, String) - Method in class org.apache.cayenne.map.ObjEntity
Transforms an Expression rooted in this entity to an analogous expression rooted in related entity.
TraversalHandler - Interface in org.apache.cayenne.exp
Expression visitor interface.
TraversalHelper - Class in org.apache.cayenne.exp
Noop implementation of TraversalHandler.
TraversalHelper() - Constructor for class org.apache.cayenne.exp.TraversalHelper
 
traverse(TraversalHandler) - Method in class org.apache.cayenne.exp.Expression
Traverses itself and child expressions, notifying visitor via callback methods as it goes.
traverse(Expression, TraversalHandler) - Method in class org.apache.cayenne.exp.Expression
Traverses itself and child expressions, notifying visitor via callback methods as it goes.
traverse(Object) - Method in class org.apache.cayenne.project.ProjectTraversal
Performs traversal starting from the root node.
traverse(Object, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
 
traverse(PrefetchProcessor) - Method in class org.apache.cayenne.query.PrefetchTreeNode
Traverses the tree depth-first, invoking callback methods of the processor when passing through the nodes.
traverseAttributes(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
 
traverseDomains(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
Performs traversal starting from a list of domains.
traverseEntities(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
 
traverseMaps(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
 
traverseNodes(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
 
traverseProcedureParameters(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
 
traverseProcedures(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
Performs recusrive traversal of an Iterator of Cayenne Procedure objects.
traverseProject(Project, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
Performs traversal starting from the Project and down to its children.
traverseQueries(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
Performs recursive traversal of an Iterator of Cayenne Query objects.
traverseRelationships(Iterator, ProjectPath) - Method in class org.apache.cayenne.project.ProjectTraversal
 
treeNodes() - Method in class org.apache.cayenne.project.Project
Returns an Iterator over project tree of objects.
TreeNodeValidator - Class in org.apache.cayenne.project.validator
Validator of a single node in a project object tree.
TreeNodeValidator() - Constructor for class org.apache.cayenne.project.validator.TreeNodeValidator
Constructor for TreeNodeValidator.
TRIM_FUNCTION - Static variable in class org.apache.cayenne.dba.ingres.IngresAdapter
 
TRIM_FUNCTION - Static variable in class org.apache.cayenne.dba.oracle.OracleAdapter
 
TRIM_FUNCTION - Static variable in class org.apache.cayenne.dba.sqlserver.SQLServerAdapter
 
TRIM_VALUES_THRESHOLD - Static variable in class org.apache.cayenne.access.QueryLogger
 
trimBytes(byte[]) - Static method in class org.apache.cayenne.access.types.ByteArrayType
Strips null bytes from the byte array, returning a potentially smaller array that contains no trailing zero bytes.
trimFunction - Variable in class org.apache.cayenne.access.trans.BatchQueryBuilder
 
trimFunction - Variable in class org.apache.cayenne.access.trans.TrimmingQualifierTranslator
 
trimmingBytes - Variable in class org.apache.cayenne.access.types.ByteArrayType
 
trimmingChars - Variable in class org.apache.cayenne.access.types.CharType
 
TrimmingQualifierTranslator - Class in org.apache.cayenne.access.trans
QualifierTranslator that allows translation of qualifiers that perform comparison with CHAR columns.
TrimmingQualifierTranslator() - Constructor for class org.apache.cayenne.access.trans.TrimmingQualifierTranslator
Constructor for TrimmingQualifierTranslator.
TrimmingQualifierTranslator(QueryAssembler, String) - Constructor for class org.apache.cayenne.access.trans.TrimmingQualifierTranslator
Constructor for TrimmingQualifierTranslator.
TRUE - Static variable in class org.apache.cayenne.map.MapLoader
 
truncate(long) - Method in class org.apache.cayenne.util.MemoryBlob
Truncates the BLOB value that this Blob object represents to be len bytes in length.
truncate(long) - Method in class org.apache.cayenne.util.MemoryClob
Truncates the CLOB value that this Clob designates to have a length of len characters.
type - Variable in class org.apache.cayenne.exp.Expression
 
type - Variable in class org.apache.cayenne.map.DbAttribute
Defines JDBC type of the column.
type - Variable in class org.apache.cayenne.map.ObjAttribute
 
type - Variable in class org.apache.cayenne.map.ProcedureParameter
 
type - Variable in class org.apache.cayenne.remote.SyncMessage
 
typeMap - Variable in class org.apache.cayenne.access.types.ExtendedTypeMap
 
typesHandler - Variable in class org.apache.cayenne.dba.JdbcAdapter
 
TypesHandler - Class in org.apache.cayenne.dba
TypesHandler provides JDBC-RDBMS types mapping.
TypesHandler(URL) - Constructor for class org.apache.cayenne.dba.TypesHandler
Creates new TypesHandler loading configuration info from the XML file specified as typesConfigPath parameter.
typesMap - Variable in class org.apache.cayenne.dba.TypesHandler
 
typesMapping - Variable in class org.apache.cayenne.access.util.ResultDescriptor
Deprecated.  
TypesMapping - Class in org.apache.cayenne.dba
A utility class that handles mappings of JDBC data types to the database types and Java types.
TypesMapping(DatabaseMetaData) - Constructor for class org.apache.cayenne.dba.TypesMapping
 

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.