getTransactionType() - JPA PersistenceUnitInfo's method
Method javax.persistence.spi.PersistenceUnitInfo
PersistenceUnitTransactionType getTransactionType()
Returns the transaction type of the entity managers created by the
EntityManagerFactory
. The transaction type corresponds to the transaction-type
attribute in the persistence.xml
file. - Returns:
- transaction type of the entity managers created by the EntityManagerFactory
- Since:
- JPA 1.0