Java javax.persistence.spi PersistenceUnitInfo fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.spi PersistenceUnitInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.spi PersistenceUnitInfo.

The text is from its open source code.

Implementation

javax.persistence.spi.PersistenceUnitInfo has the following implementations.
Click this link to see all its implementation.

Method

ClassLoadergetClassLoader()
Returns ClassLoader that the provider may use to load any classes, resources, or open URLs.
ListgetJarFileUrls()
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.
DataSourcegetJtaDataSource()
Returns the JTA-enabled data source to be used by the persistence provider.
ListgetManagedClassNames()
Returns the list of the names of the classes that the persistence provider must add to its set of managed classes.
StringgetPersistenceProviderClassName()
Returns the fully qualified name of the persistence provider implementation class.
StringgetPersistenceUnitName()
Returns the name of the persistence unit.
URLgetPersistenceUnitRootUrl()
Returns the URL for the jar file or directory that is the root of the persistence unit.
PropertiesgetProperties()
Returns a properties object.
PersistenceUnitTransactionTypegetTransactionType()
Returns the transaction type of the entity managers created by the EntityManagerFactory.