From jdo-commits-return-2298-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Thu Feb 28 20:17:55 2008 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 20112 invoked from network); 28 Feb 2008 20:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 20:17:55 -0000 Received: (qmail 11269 invoked by uid 500); 28 Feb 2008 20:17:51 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 11257 invoked by uid 99); 28 Feb 2008 20:17:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 12:17:51 -0800 X-ASF-Spam-Status: No, hits=-1998.0 required=10.0 tests=ALL_TRUSTED,URIBL_BLACK X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 20:16:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E70E61A983A; Thu, 28 Feb 2008 12:17:18 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r632111 [2/2] - in /db/jdo/site/docs: exceptions.html glossary.html jdo_v_jpa.html jdo_v_jpa_api.html jdo_v_jpa_orm.html mail-lists.html pmf.html specifications.html state_transition.html team-list.html Date: Thu, 28 Feb 2008 20:17:17 -0000 To: jdo-commits@db.apache.org From: mcaisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080228201718.E70E61A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: db/jdo/site/docs/pmf.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/pmf.html?rev=632111&r1=632110&r2=632111&view=diff ============================================================================== --- db/jdo/site/docs/pmf.html (original) +++ db/jdo/site/docs/pmf.html Thu Feb 28 12:17:16 2008 @@ -45,70 +45,70 @@ series of properties to give the behaviour of the PersistenceManagerFactory. The first property specifies to use PMF of the implementation required to be used, and the following 4 properties define the datastore that it should connect to. -



Standard JDO Properties

+



Standard JDO Properties

javax.jdo.PersistenceManagerFactoryClass -
DescriptionThe name of the PersistenceManager implementation


+
DescriptionThe name of the PersistenceManager implementation


javax.jdo.option.ConnectionFactory -
DescriptionInstance of a connection factory. For RBDMS, it must be an instance of - javax.sql.DataSource. This is for a transactional DataSource


+
DescriptionInstance of a connection factory. For RBDMS, it must be an instance of + javax.sql.DataSource. This is for a transactional DataSource


javax.jdo.option.ConnectionFactory2 -
DescriptionInstance of a connection factory. For RBDMS, it must be an instance of - javax.sql.DataSource. This is for a non-transactional DataSource


+
DescriptionInstance of a connection factory. For RBDMS, it must be an instance of + javax.sql.DataSource. This is for a non-transactional DataSource


javax.jdo.option.ConnectionFactoryName -
DescriptionThe JNDI name for a connection factory. For RBDMS, it must be a JNDI name +
DescriptionThe JNDI name for a connection factory. For RBDMS, it must be a JNDI name that points to a javax.sql.DataSource object. - This is for a transactional DataSource


+ This is for a transactional DataSource


javax.jdo.option.ConnectionFactory2Name -
DescriptionThe JNDI name for a connection factory. For RBDMS, it must be a JNDI name +
DescriptionThe JNDI name for a connection factory. For RBDMS, it must be a JNDI name that points to a javax.sql.DataSource object. - This is for a non-transactional DataSource


+ This is for a non-transactional DataSource


javax.jdo.option.ConnectionDriverName -
DescriptionThe name of the driver to use for the DB


+
DescriptionThe name of the driver to use for the DB


javax.jdo.option.ConnectionDriverURL -
DescriptionURL specifying the datastore to use for persistence


+
DescriptionURL specifying the datastore to use for persistence


javax.jdo.option.ConnectionUserName -
DescriptionUsername to use for connecting to the DB


+
DescriptionUsername to use for connecting to the DB


javax.jdo.option.ConnectionPassword -
DescriptionPassword to use for connecting to the DB


+
DescriptionPassword to use for connecting to the DB


javax.jdo.option.IgnoreCache -
DescriptionWhether to ignore the cache for queries
Range of Valuestrue | false


+
DescriptionWhether to ignore the cache for queries
Range of Valuestrue | false


javax.jdo.option.Multithreaded -
DescriptionWhether to run the PersistenceManager multithreaded
Range of Valuestrue | false


+
DescriptionWhether to run the PersistenceManager multithreaded
Range of Valuestrue | false


javax.jdo.option.NontransactionalRead -
DescriptionWhether to allow nontransactional reads
Range of Valuestrue | false


+
DescriptionWhether to allow nontransactional reads
Range of Valuestrue | false


javax.jdo.option.NontransactionalWrite -
DescriptionWhether to allow nontransactional writes
Range of Valuestrue | false


+
DescriptionWhether to allow nontransactional writes
Range of Valuestrue | false


javax.jdo.option.Optimistic -
DescriptionWhether to use Optimistic transactions
Range of Valuestrue | false


+
DescriptionWhether to use Optimistic transactions
Range of Valuestrue | false


javax.jdo.option.RetainValues -
DescriptionWhether to suppress the clearing of values from persistent instances on transaction - completion
Range of Valuestrue | false


+
DescriptionWhether to suppress the clearing of values from persistent instances on transaction + completion
Range of Valuestrue | false


javax.jdo.option.RestoreValues -
DescriptionWhether persistent object have transactional field values restored when - transaction rollback occurs.
Range of Valuestrue | false


+
DescriptionWhether persistent object have transactional field values restored when + transaction rollback occurs.
Range of Valuestrue | false


javax.jdo.option.Mapping -
DescriptionName for the ORM MetaData mapping files to use with this PMF. For example if this is set to +
DescriptionName for the ORM MetaData mapping files to use with this PMF. For example if this is set to "mysql" then the implementation looks for MetaData mapping files called "{classname}-mysql.orm" or "package-mysql.orm". If this is not specified then the JDO implementation assumes that all is specified in the JDO MetaData file. - ORM datastores only


+ ORM datastores only


javax.jdo.mapping.Catalog -
DescriptionName of the catalog to use by default for all classes persisted using this PMF. +
DescriptionName of the catalog to use by default for all classes persisted using this PMF. This can be overridden in the MetaData where required, and is optional. JPOX will prefix all table names with this catalog name if the RDBMS supports specification of catalog names in DDL. - ORM datastores only


+ ORM datastores only


javax.jdo.mapping.Schema -
DescriptionName of the schema to use by default for all classes persisted using this PMF. +
DescriptionName of the schema to use by default for all classes persisted using this PMF. This can be overridden in the MetaData where required, and is optional. JPOX will prefix all table names with this schema name if the RDBMS supports specification of schema names in DDL. - ORM datastores only


javax.jdo.option.DetachAllOnCommit
DescriptionAllows the user to select that when a transaction is committed all objects - enlisted in that transaction will be automatically detached.
Range of Valuestrue | false


javax.jdo.option.CopyOnAttach
DescriptionWhether, when attaching a detached object, we create an attached copy or simply - migrate the detached object to attached state. This is from JDO 2.1
Range of Valuestrue | false


javax.jdo.option.TransactionType
DescriptionType of transaction to use. If running under J2SE the default is RESOURCE_LOCAL, and - if running under J2EE the default is JTA.
Range of ValuesRESOURCE_LOCAL | JTA


javax.jdo.option.PersistenceUnitName
DescriptionName of the "persistence-unit" to use with this PMF. This borrows the - "persistence-unit" concept from JPA for use with JDO 2.1.


javax.jdo.option.ServerTimeZoneID
DescriptionId of the TimeZone under which the datastore server is running. + ORM datastores only


javax.jdo.option.DetachAllOnCommit
DescriptionAllows the user to select that when a transaction is committed all objects + enlisted in that transaction will be automatically detached.
Range of Valuestrue | false


javax.jdo.option.CopyOnAttach
DescriptionWhether, when attaching a detached object, we create an attached copy or simply + migrate the detached object to attached state. This is from JDO 2.1
Range of Valuestrue | false


javax.jdo.option.TransactionType
DescriptionType of transaction to use. If running under J2SE the default is RESOURCE_LOCAL, and + if running under J2EE the default is JTA.
Range of ValuesRESOURCE_LOCAL | JTA


javax.jdo.option.PersistenceUnitName
DescriptionName of the "persistence-unit" to use with this PMF. This borrows the + "persistence-unit" concept from JPA for use with JDO 2.1.


javax.jdo.option.ServerTimeZoneID
DescriptionId of the TimeZone under which the datastore server is running. If this is not specified or is set to null it is assumed that the datastore server - is running in the same timezone as the JVM under which the implementation is running.


javax.jdo.option.Name
DescriptionName of the PMF. This is for use with "named PMF" functionality in JDO 2.1







javax.jdo.option.Name
DescriptionName of the PMF. This is for use with "named PMF" functionality in JDO 2.1





Modified: db/jdo/site/docs/specifications.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/specifications.html?rev=632111&r1=632110&r2=632111&view=diff ============================================================================== --- db/jdo/site/docs/specifications.html (original) +++ db/jdo/site/docs/specifications.html Thu Feb 28 12:17:16 2008 @@ -13,8 +13,9 @@ Send comments to jdo-experts-ext@sun.com.