| Package | Description |
|---|---|
| javax.persistence |
Java Persistence is the API for the management for persistence and object/relational mapping.
|
| javax.persistence.spi |
SPI for Java Persistence providers
|
| org.eclipse.persistence.javax.persistence.osgi |
| Class and Description |
|---|
| PersistenceProvider
Interface implemented by the persistence provider.
|
| Class and Description |
|---|
| ClassTransformer
A persistence provider supplies an instance of this
interface to the
PersistenceUnitInfo.addTransformer
method. |
| LoadState
Load states returned by the
ProviderUtil SPI methods. |
| PersistenceProvider
Interface implemented by the persistence provider.
|
| PersistenceProviderResolver
Determine the list of persistence providers available in the
runtime environment.
|
| PersistenceProviderResolverHolder.DefaultPersistenceProviderResolver.CacheKey
Key used for cached persistence providers.
|
| PersistenceProviderResolverHolder.DefaultPersistenceProviderResolver.CacheKeyReference
The common interface to get a CacheKey implemented by
LoaderReference and PersistenceProviderReference.
|
| PersistenceProviderResolverHolder.DefaultPersistenceProviderResolver.LoaderReference
References to class loaders are weak references, so that they can be
garbage collected when nobody else is using them.
|
| PersistenceProviderResolverHolder.DefaultPersistenceProviderResolver.PersistenceProviderReference
References to persistence provider are soft references so that they can be garbage
collected when they have no hard references.
|
| PersistenceProviderResolverHolder.DefaultPersistenceProviderResolver.ProviderName
A ProviderName captures each provider name found in a service file as
well as the URL for the service file it was found in.
|
| PersistenceUnitInfo
Interface implemented by the container and used by the
persistence provider when creating an
EntityManagerFactory. |
| PersistenceUnitTransactionType
Specifies whether entity managers created by the
EntityManagerFactory will be JTA or
resource-local entity managers. |
| ProviderUtil
Utility interface implemented by the persistence provider.
|
| Class and Description |
|---|
| LoadState
Load states returned by the
ProviderUtil SPI methods. |
| PersistenceProvider
Interface implemented by the persistence provider.
|
| PersistenceProviderResolver
Determine the list of persistence providers available in the
runtime environment.
|
| PersistenceUnitInfo
Interface implemented by the container and used by the
persistence provider when creating an
EntityManagerFactory. |
| ProviderUtil
Utility interface implemented by the persistence provider.
|