Example usage for Java javax.persistence.spi PersistenceUnitTransactionType fields, constructors, methods, implement or subclass
The text is from its open source code.
PersistenceUnitTransactionType | JTA JTA entity managers will be created. |
PersistenceUnitTransactionType | RESOURCE_LOCAL Resource-local entity managers will be created. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |