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 _

W

warn(Object, Throwable) - Method in class org.apache.cayenne.util.ResourceLocator.PredicateLogger
 
warn(Object) - Method in class org.apache.cayenne.util.ResourceLocator.PredicateLogger
 
WARNING - Static variable in class org.apache.cayenne.project.validator.ValidationInfo
 
WebApplicationContextFilter - Class in org.apache.cayenne.conf
A Servlet Filter that binds session DataContext to the current request thread.
WebApplicationContextFilter() - Constructor for class org.apache.cayenne.conf.WebApplicationContextFilter
 
WebApplicationContextProvider - Class in org.apache.cayenne.conf
Deprecated. since 1.2. This class is deprecated to reduce confusion due to multiple redundant choices of web application configuration. WebApplicationContextFilter is the official configuration choice for Cayenne, however you can still use a custom listener similar to WebApplicationContextProvider if you want to.
WebApplicationContextProvider() - Constructor for class org.apache.cayenne.conf.WebApplicationContextProvider
Deprecated.  
WebApplicationListener - Class in org.apache.cayenne.conf
Deprecated. since 1.2. This class is deprecated to reduce confusion due to multiple redundant choices of web application configuration. WebApplicationContextFilter is the official configuration choice for Cayenne, however you can still use a custom listener similar to WebApplicationListener if you want to.
WebApplicationListener() - Constructor for class org.apache.cayenne.conf.WebApplicationListener
Deprecated.  
WebApplicationResourceLocator - Class in org.apache.cayenne.util
A ResourceLocator that can find resources relative to web application context.
WebApplicationResourceLocator() - Constructor for class org.apache.cayenne.util.WebApplicationResourceLocator
 
WebApplicationResourceLocator(ServletContext) - Constructor for class org.apache.cayenne.util.WebApplicationResourceLocator
Creates new WebApplicationResourceLocator with default lookup policy including user home directory, current directory and CLASSPATH.
widenBytes - Variable in class org.apache.cayenne.access.types.ByteType
 
widenShorts - Variable in class org.apache.cayenne.access.types.ShortType
 
WILDCARD - Static variable in class org.apache.cayenne.access.DbLoader
 
WILL_COMMIT - Static variable in class org.apache.cayenne.access.DataContext
 
willAddConnection(Transaction, Connection) - Method in interface org.apache.cayenne.access.TransactionDelegate
Called within a context of a Transaction when a new JDBC onnection is added to the the transaction.
willCleanData(DataPort, List) - Method in interface org.apache.cayenne.access.DataPortDelegate
Allows delegate to sort or otherwise alter a list of DbEntities right before data cleanup starts.
willCleanData(DataPort, DbEntity, Query) - Method in interface org.apache.cayenne.access.DataPortDelegate
Invoked by DataPort right before the start of data cleanup for a given entity.
willCommit(DataContextEvent) - Method in interface org.apache.cayenne.access.event.DataObjectTransactionEventListener
 
willCommit(Transaction) - Method in interface org.apache.cayenne.access.TransactionDelegate
Called within a context of a Transaction before the transaction is committed.
willConnect(String, DataObject) - Method in class org.apache.cayenne.CayenneDataObject
Called before establishing a relationship with another object.
willMarkAsRollbackOnly(Transaction) - Method in interface org.apache.cayenne.access.TransactionDelegate
Called within a context of a Transaction before transaction is marked as "rollback only", meaning that further commit is not possible.
willPerformGenericQuery(DataContext, Query) - Method in interface org.apache.cayenne.access.DataContextDelegate
Invoked before a Query is executed via DataContext.performGenericQuery.
willPerformQuery(DataContext, Query) - Method in interface org.apache.cayenne.access.DataContextDelegate
Invoked before a Query is executed via DataContext.performQuery.
willPerformSelect(DataContext, GenericSelectQuery) - Method in interface org.apache.cayenne.access.DataContextDelegate
Deprecated. since 1.2 implement either DataContextDelegate.willPerformQuery(DataContext, Query) or DataContextDelegate.willPerformGenericQuery(DataContext, Query).
willPortEntities(DataPort, List) - Method in interface org.apache.cayenne.access.DataPortDelegate
Allows delegate to sort or otherwise alter a list of DbEntities right before the port starts.
willPortEntity(DataPort, DbEntity, Query) - Method in interface org.apache.cayenne.access.DataPortDelegate
Invoked by DataPort right before the start of data port for a given entity.
willRollback(Transaction) - Method in interface org.apache.cayenne.access.TransactionDelegate
Called within a context of a Transaction before the transaction is rolledback.
willSave() - Method in class org.apache.cayenne.project.DataMapFile
Updates map location to match the name before save.
willSave() - Method in class org.apache.cayenne.project.DataNodeFile
Updates node location to match the name before save.
willSave() - Method in class org.apache.cayenne.project.ProjectFile
This method is called by project to let file know that it will be saved.
willSkipAbsolutePath() - Method in class org.apache.cayenne.util.ResourceLocator
Returns true if no lookups are performed using path as absolute path.
willSkipClasspath() - Method in class org.apache.cayenne.util.ResourceLocator
Returns true if no lookups are performed in the classpath.
willSkipCurrentDirectory() - Method in class org.apache.cayenne.util.ResourceLocator
Returns true if no lookups are performed in the current directory.
willSkipHomeDirectory() - Method in class org.apache.cayenne.util.ResourceLocator
Returns true if no lookups are performed in the user home directory.
WithinComment - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
WithinDoubleQuoteLiteral - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
WithinQuotedString - Static variable in interface org.apache.cayenne.wocompat.parser.ParserConstants
 
WithinSingleQuoteLiteral - Static variable in interface org.apache.cayenne.exp.parser.ExpressionParserConstants
 
wrapChild(Object) - Method in class org.apache.cayenne.exp.parser.SimpleNode
 
wrapPathOperand(Object) - Static method in class org.apache.cayenne.exp.ExpressionFactory
Applies a few default rules for adding operands to expressions.
wrappedIterator - Variable in class org.apache.cayenne.access.util.DistinctResultIterator
 
writeBlob(byte[]) - Method in class org.apache.cayenne.access.types.ByteArrayType
 
writeMethod - Variable in class org.apache.cayenne.property.BeanAccessor
 
writeObject(String, Writer, Object) - Static method in class org.apache.cayenne.wocompat.PropertyListSerialization
Internal method to recursively write a property list object.
writeProperty(String, Object) - Method in class org.apache.cayenne.CayenneDataObject
 
writeProperty(String, Object) - Method in interface org.apache.cayenne.DataObject
Sets the property to the new value.
writeProperty(Object, Object, Object) - Method in interface org.apache.cayenne.property.Property
Sets a property value,resolving object fault if needed.
writeProperty(Object, Object, Object) - Method in class org.apache.cayenne.property.SimpleProperty
 
writeProperty(Object, Object, Object) - Method in class org.apache.cayenne.property.ValueHolderProperty
 
writePropertyDirectly(String, Object) - Method in class org.apache.cayenne.CayenneDataObject
 
writePropertyDirectly(String, Object) - Method in interface org.apache.cayenne.DataObject
Modifies a value of a named property without altering the object state in any way, and without triggering any database operations.
writePropertyDirectly(Object, Object, Object) - Method in class org.apache.cayenne.property.AbstractCollectionProperty
Wraps list in a value holder that performs lazy faulting.
writePropertyDirectly(Object, Object, Object) - Method in class org.apache.cayenne.property.BeanAccessor
 
writePropertyDirectly(Object, Object, Object) - Method in class org.apache.cayenne.property.DataObjectAccessor
 
writePropertyDirectly(Object, Object, Object) - Method in class org.apache.cayenne.property.FieldAccessor
 
writePropertyDirectly(Object, Object, Object) - Method in interface org.apache.cayenne.property.PropertyAccessor
Sets a property value of an object without disturbing the object fault status.
writePropertyDirectly(Object, Object, Object) - Method in class org.apache.cayenne.property.SimpleProperty
 
writePropertyDirectly(Object, Object, Object) - Method in class org.apache.cayenne.property.ValueHolderProperty
 
writerFromClobMethod - Static variable in class org.apache.cayenne.dba.oracle.OracleAdapter
 

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.