Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B52B9200CBB for ; Mon, 29 May 2017 11:53:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B43A3160BE3; Mon, 29 May 2017 09:53:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5C435160BE6 for ; Mon, 29 May 2017 11:53:29 +0200 (CEST) Received: (qmail 11113 invoked by uid 500); 29 May 2017 09:53:28 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 10199 invoked by uid 99); 29 May 2017 09:53:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2017 09:53:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8A0D9DFFB7; Mon, 29 May 2017 09:53:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: amaniatis@apache.org To: commits@cayenne.apache.org Date: Mon, 29 May 2017 09:53:53 -0000 Message-Id: <4d9534c647ec47afbd3ae5bb23e56277@git.apache.org> In-Reply-To: <0152c6ea3687407bbcf4e36d0ae83472@git.apache.org> References: <0152c6ea3687407bbcf4e36d0ae83472@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [30/65] [abbrv] [partial] cayenne-website git commit: Copy over the bulk of the pages from the old site archived-at: Mon, 29 May 2017 09:53:32 -0000 http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0af753b3/docs/1.2/api/cayenne/index-files/index-23.html ---------------------------------------------------------------------- diff --git a/docs/1.2/api/cayenne/index-files/index-23.html b/docs/1.2/api/cayenne/index-files/index-23.html new file mode 100644 index 0000000..2ff98eb --- /dev/null +++ b/docs/1.2/api/cayenne/index-files/index-23.html @@ -0,0 +1,329 @@ + + + + + + +W-Index (Cayenne API Documentation - v.1.2) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +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.objectstyle.cayenne.util.ResourceLocator.PredicateLogger +
  +
warn(Object) - +Method in class org.objectstyle.cayenne.util.ResourceLocator.PredicateLogger +
  +
WARNING - +Static variable in class org.objectstyle.cayenne.project.validator.ValidationInfo +
  +
WebApplicationContextFilter - Class in org.objectstyle.cayenne.conf
+ WebApplicationContextFilter is another helper class to help integrate + Cayenne with web applications.
WebApplicationContextFilter() - +Constructor for class org.objectstyle.cayenne.conf.WebApplicationContextFilter +
  +
WebApplicationContextProvider - Class in org.objectstyle.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.objectstyle.cayenne.conf.WebApplicationContextProvider +
Deprecated.   +
WebApplicationListener - Class in org.objectstyle.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.objectstyle.cayenne.conf.WebApplicationListener +
Deprecated.   +
WebApplicationResourceLocator - Class in org.objectstyle.cayenne.util
A ResourceLocator that can find resources relative to web application context.
WebApplicationResourceLocator() - +Constructor for class org.objectstyle.cayenne.util.WebApplicationResourceLocator +
  +
WebApplicationResourceLocator(ServletContext) - +Constructor for class org.objectstyle.cayenne.util.WebApplicationResourceLocator +
Creates new WebApplicationResourceLocator with default lookup policy including user + home directory, current directory and CLASSPATH. +
widenBytes - +Variable in class org.objectstyle.cayenne.access.types.ByteType +
  +
widenShorts - +Variable in class org.objectstyle.cayenne.access.types.ShortType +
  +
WILDCARD - +Static variable in class org.objectstyle.cayenne.access.DbLoader +
  +
WILL_COMMIT - +Static variable in class org.objectstyle.cayenne.access.DataContext +
  +
willAddConnection(Transaction, Connection) - +Method in interface org.objectstyle.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.objectstyle.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.objectstyle.cayenne.access.DataPortDelegate +
Invoked by DataPort right before the start of data cleanup for a given entity. +
willCommit(DataContextEvent) - +Method in interface org.objectstyle.cayenne.access.event.DataObjectTransactionEventListener +
  +
willCommit(Transaction) - +Method in interface org.objectstyle.cayenne.access.TransactionDelegate +
Called within a context of a Transaction before the transaction is committed. +
willConnect(String, DataObject) - +Method in class org.objectstyle.cayenne.CayenneDataObject +
Called before establishing a relationship with another object. +
willMarkAsRollbackOnly(Transaction) - +Method in interface org.objectstyle.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.objectstyle.cayenne.access.DataContextDelegate +
Invoked before a Query is executed via DataContext.performGenericQuery. +
willPerformQuery(DataContext, Query) - +Method in interface org.objectstyle.cayenne.access.DataContextDelegate +
Invoked before a Query is executed via DataContext.performQuery. +
willPerformSelect(DataContext, GenericSelectQuery) - +Method in interface org.objectstyle.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.objectstyle.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.objectstyle.cayenne.access.DataPortDelegate +
Invoked by DataPort right before the start of data port for a given entity. +
willRollback(Transaction) - +Method in interface org.objectstyle.cayenne.access.TransactionDelegate +
Called within a context of a Transaction before the transaction is rolledback. +
willSave() - +Method in class org.objectstyle.cayenne.project.DataMapFile +
Updates map location to match the name before save. +
willSave() - +Method in class org.objectstyle.cayenne.project.DataNodeFile +
Updates node location to match the name before save. +
willSave() - +Method in class org.objectstyle.cayenne.project.ProjectFile +
This method is called by project to let file know that + it will be saved. +
willSkipAbsolutePath() - +Method in class org.objectstyle.cayenne.util.ResourceLocator +
Returns true if no lookups are performed using path as absolute path. +
willSkipClasspath() - +Method in class org.objectstyle.cayenne.util.ResourceLocator +
Returns true if no lookups are performed in the classpath. +
willSkipCurrentDirectory() - +Method in class org.objectstyle.cayenne.util.ResourceLocator +
Returns true if no lookups are performed in the current directory. +
willSkipHomeDirectory() - +Method in class org.objectstyle.cayenne.util.ResourceLocator +
Returns true if no lookups are performed in the user home directory. +
WithinComment - +Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants +
  +
WithinDoubleQuoteLiteral - +Static variable in interface org.objectstyle.cayenne.exp.parser.ExpressionParserConstants +
  +
WithinQuotedString - +Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants +
  +
WithinSingleQuoteLiteral - +Static variable in interface org.objectstyle.cayenne.exp.parser.ExpressionParserConstants +
  +
wrapChild(Object) - +Method in class org.objectstyle.cayenne.exp.parser.SimpleNode +
  +
wrapPathOperand(Object) - +Static method in class org.objectstyle.cayenne.exp.ExpressionFactory +
Applies a few default rules for adding operands to expressions. +
wrappedIterator - +Variable in class org.objectstyle.cayenne.access.util.DistinctResultIterator +
  +
writeBlob(byte[]) - +Method in class org.objectstyle.cayenne.access.types.ByteArrayType +
  +
writeMethod - +Variable in class org.objectstyle.cayenne.property.BeanAccessor +
  +
writeObject(String, Writer, Object) - +Static method in class org.objectstyle.cayenne.wocompat.PropertyListSerialization +
Internal method to recursively write a property list object. +
writeProperty(String, Object) - +Method in class org.objectstyle.cayenne.CayenneDataObject +
  +
writeProperty(String, Object) - +Method in interface org.objectstyle.cayenne.DataObject +
Sets the property to the new value. +
writeProperty(Object, Object, Object) - +Method in interface org.objectstyle.cayenne.property.Property +
Sets a property value,resolving object fault if needed. +
writeProperty(Object, Object, Object) - +Method in class org.objectstyle.cayenne.property.SimpleProperty +
  +
writeProperty(Object, Object, Object) - +Method in class org.objectstyle.cayenne.property.ValueHolderProperty +
  +
writePropertyDirectly(String, Object) - +Method in class org.objectstyle.cayenne.CayenneDataObject +
  +
writePropertyDirectly(String, Object) - +Method in interface org.objectstyle.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.objectstyle.cayenne.property.AbstractCollectionProperty +
Wraps list in a value holder that performs lazy faulting. +
writePropertyDirectly(Object, Object, Object) - +Method in class org.objectstyle.cayenne.property.BeanAccessor +
  +
writePropertyDirectly(Object, Object, Object) - +Method in class org.objectstyle.cayenne.property.DataObjectAccessor +
  +
writePropertyDirectly(Object, Object, Object) - +Method in class org.objectstyle.cayenne.property.FieldAccessor +
  +
writePropertyDirectly(Object, Object, Object) - +Method in interface org.objectstyle.cayenne.property.PropertyAccessor +
Sets a property value of an object without disturbing the object fault status. +
writePropertyDirectly(Object, Object, Object) - +Method in class org.objectstyle.cayenne.property.SimpleProperty +
  +
writePropertyDirectly(Object, Object, Object) - +Method in class org.objectstyle.cayenne.property.ValueHolderProperty +
  +
writerFromClobMethod - +Static variable in class org.objectstyle.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 ObjectStyle.org All Rights Reserved. + + + http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0af753b3/docs/1.2/api/cayenne/index-files/index-24.html ---------------------------------------------------------------------- diff --git a/docs/1.2/api/cayenne/index-files/index-24.html b/docs/1.2/api/cayenne/index-files/index-24.html new file mode 100644 index 0000000..f680428 --- /dev/null +++ b/docs/1.2/api/cayenne/index-files/index-24.html @@ -0,0 +1,191 @@ + + + + + + +X-Index (Cayenne API Documentation - v.1.2) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +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 _
+

+X

+
+
XMLDecoder - Class in org.objectstyle.cayenne.xml
XMLDecoder is used to decode XML into objects.
XMLDecoder() - +Constructor for class org.objectstyle.cayenne.xml.XMLDecoder +
Default constructor. +
XMLDecoder(DataContext) - +Constructor for class org.objectstyle.cayenne.xml.XMLDecoder +
Creates an XMLDecoder that will register decoded DataObjects with the specified + DataContext. +
XMLEncoder - Class in org.objectstyle.cayenne.util
A helper class to encode objects to XML.
XMLEncoder(PrintWriter) - +Constructor for class org.objectstyle.cayenne.util.XMLEncoder +
  +
XMLEncoder(PrintWriter, String) - +Constructor for class org.objectstyle.cayenne.util.XMLEncoder +
  +
XMLEncoder - Class in org.objectstyle.cayenne.xml
A helper class to encode objects to XML.
XMLEncoder() - +Constructor for class org.objectstyle.cayenne.xml.XMLEncoder +
Creates new XMLEncoder. +
XMLEncoder(String) - +Constructor for class org.objectstyle.cayenne.xml.XMLEncoder +
Creates new XMLEncoder that will use a mapping descriptor loaded via provided URL. +
XMLSerializable - Interface in org.objectstyle.cayenne.util
Interface for Cayenne objects that can be saved to XML.
XMLSerializable - Interface in org.objectstyle.cayenne.xml
Interface for Cayenne objects that can be saved to XML.
XMPP_CHAT_SERVICE_PROPERTY - +Static variable in class org.objectstyle.cayenne.event.XMPPBridgeFactory +
An optional property, "conference" is used as default chat service. +
XMPP_HOST_PROPERTY - +Static variable in class org.objectstyle.cayenne.event.XMPPBridgeFactory +
  +
XMPP_LOGIN_PROPERTY - +Static variable in class org.objectstyle.cayenne.event.XMPPBridgeFactory +
  +
XMPP_PASSWORD_PROPERTY - +Static variable in class org.objectstyle.cayenne.event.XMPPBridgeFactory +
  +
XMPP_PORT_PROPERTY - +Static variable in class org.objectstyle.cayenne.event.XMPPBridgeFactory +
An optional property, port 5222 is used as default XMPP port. +
XMPP_SECURE_CONNECTION_PROPERTY - +Static variable in class org.objectstyle.cayenne.event.XMPPBridgeFactory +
  +
XMPPBridge - Class in org.objectstyle.cayenne.event
An EventBridge implementation based on XMPP protocol and Smack XMPP client library.
XMPPBridge(EventSubject, String) - +Constructor for class org.objectstyle.cayenne.event.XMPPBridge +
Creates an XMPPBridge. +
XMPPBridge(Collection, String) - +Constructor for class org.objectstyle.cayenne.event.XMPPBridge +
Creates an XMPPBridge. +
XMPPBridgeFactory - Class in org.objectstyle.cayenne.event
A factory of XMPPBridge.
XMPPBridgeFactory() - +Constructor for class org.objectstyle.cayenne.event.XMPPBridgeFactory +
  +
xmppHost - +Variable in class org.objectstyle.cayenne.event.XMPPBridge +
  +
xmppPort - +Variable in class org.objectstyle.cayenne.event.XMPPBridge +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +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 ObjectStyle.org All Rights Reserved. + + + http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0af753b3/docs/1.2/api/cayenne/index-files/index-25.html ---------------------------------------------------------------------- diff --git a/docs/1.2/api/cayenne/index-files/index-25.html b/docs/1.2/api/cayenne/index-files/index-25.html new file mode 100644 index 0000000..d9738c8 --- /dev/null +++ b/docs/1.2/api/cayenne/index-files/index-25.html @@ -0,0 +1,146 @@ + + + + + + +Z-Index (Cayenne API Documentation - v.1.2) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +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 _
+

+Z

+
+
zip(File, File, File[], char) - +Static method in class org.objectstyle.cayenne.util.ZipUtil +
Recursively zips a set of root entries into a zipfile, compressing the + contents. +
ZipUtil - Class in org.objectstyle.cayenne.util
Utility class to perform zip/unzip operations on files and directories.
ZipUtil() - +Constructor for class org.objectstyle.cayenne.util.ZipUtil +
Constructor for ZipUtil. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +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 ObjectStyle.org All Rights Reserved. + + + http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0af753b3/docs/1.2/api/cayenne/index-files/index-26.html ---------------------------------------------------------------------- diff --git a/docs/1.2/api/cayenne/index-files/index-26.html b/docs/1.2/api/cayenne/index-files/index-26.html new file mode 100644 index 0000000..21ee475 --- /dev/null +++ b/docs/1.2/api/cayenne/index-files/index-26.html @@ -0,0 +1,152 @@ + + + + + + +_-Index (Cayenne API Documentation - v.1.2) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +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 _
+

+_

+
+
_indexSorter() - +Method in class org.objectstyle.cayenne.map.AshwoodEntitySorter +
Reindexes internal sorter. +
_lookupDbEntity(Object) - +Method in class org.objectstyle.cayenne.map.EntityResolver +
Internal usage only - provides the type-unsafe implementation which services the + four typesafe public lookupDbEntity methods Looks in the DataMap's that this object + was created with for the ObjEntity that maps to the specified object. +
_lookupObjEntity(Object) - +Method in class org.objectstyle.cayenne.map.EntityResolver +
Internal usage only - provides the type-unsafe implementation which services the + three typesafe public lookupObjEntity methods Looks in the DataMap's that this + object was created with for the ObjEntity that maps to the specified object. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +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 ObjectStyle.org All Rights Reserved. + + +