Example usage for Java javax.persistence.spi PersistenceUnitInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
ClassLoader | getClassLoader() Returns ClassLoader that the provider may use to load any classes, resources, or open URLs. |
List | getJarFileUrls() Returns a list of URLs for the jar files or exploded jar file directories that the persistence provider must examine for managed classes of the persistence unit. |
DataSource | getJtaDataSource() Returns the JTA-enabled data source to be used by the persistence provider. |
List | getManagedClassNames() Returns the list of the names of the classes that the persistence provider must add to its set of managed classes. |
String | getPersistenceProviderClassName() Returns the fully qualified name of the persistence provider implementation class. |
String | getPersistenceUnitName() Returns the name of the persistence unit. |
URL | getPersistenceUnitRootUrl() Returns the URL for the jar file or directory that is the root of the persistence unit. |
Properties | getProperties() Returns a properties object. |
PersistenceUnitTransactionType | getTransactionType() Returns the transaction type of the entity managers created by the EntityManagerFactory . |