|
Parameter
|
Values
|
Description
|
|
javax.persistence.provider
|
|
Class name of the provider to use.
DataNucleus has a provider name of
org.datanucleus.jpa.PersistenceProviderImpl
|
|
javax.persistence.transactionType
|
RESOURCE_LOCAL | JTA
|
Type of transactions to use. In J2SE the default is RESOURCE_LOCAL. In J2EE the default is JTA.
|
|
javax.persistence.jtaDataSource
|
|
JNDI name of a (transactional) JTA data source.
|
|
javax.persistence.nonJtaDataSource
|
|
JNDI name of a (non-transactional) data source.
|