|
Please see related issue
svn commit -m "
Sending api20/src/java/javax/jdo/PersistenceManager.java Sending api20/src/java/javax/jdo/PersistenceManagerFactory.java Sending tck20/src/conf/jdo-2_0-signatures.txt Transmitting file data ... Committed revision 509809. |
|||||||||||||||||||||||||||||||||||||||||||||||
The following properties can only be set in the PersistenceManagerFactory:
Mapping: the name of the mapping model for object-to-datastore mapping
Catalog: the name of the catalog for object-to-relational mapping
Schema: the name of the schema for object-to-relational mapping
PersistenceUnitName: the name of the Persistence Unit corresponding to the PersistenceManagerFactory
TransactionType: the type of transaction management used by this PersistenceManagerFactory; allowable values are JTA and RESOURCE_LOCAL, corresponding to the definitions of these terms in the JSR-220 specification.