Save This Page
Home
»
hibernate-entity-src-20081106
» javax »
persistence
»
spi
» [javadoc |
source
]
javax.persistence.spi
public enum class: PersistenceUnitTransactionType
[javadoc |
source
]
java.lang.Enum
javax.persistence.spi.PersistenceUnitTransactionType
This enum class defines whether the entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
author:
<
- a href="mailto:bill@jboss.org">Bill Burke