| Interface | Description |
|---|---|
| BeanValidationInitializationHelper |
Responsible for intialializing Bean Validation.
|
| Class | Description |
|---|---|
| ArchiveBase |
Abstract base class of all Archives.
|
| ArchiveFactoryImpl |
This class is written to deal with various URLs that can be returned by
javax.persistence.spi.PersistenceUnitInfo#getPersistenceUnitRootUrl() |
| BeanValidationInitializationHelper.BeanValidationInitializationHelperImpl | |
| DirectoryArchive |
This is an implementation of
Archive when container returns a file:
url that refers to a directory that contains an exploded jar file. |
| DirectoryInsideJarURLArchive |
This is an implementation of
Archive which is used when container
returns a jar: URL. |
| JarFileArchive |
This is an implementation of
Archive when container returns a
file: url that refers to a jar file. |
| JarInputStreamURLArchive |
This is an implementation of
Archive which is used when container
returns some form of URL from which an InputStream in jar format can be
obtained. |
| JavaSECMPInitializer |
INTERNAL:
JavaSECMPInitializer is used to bootstrap the deployment of EntityBeans in EJB 3.0
when deployed in a non-managed setting
It is called internally by our Provider
|
| JavaSECMPInitializer.TempEntityLoader |
This class loader is provided at initialization time to allow us to temporarily load
domain classes so we can examine them for annotations.
|
| JavaSECMPInitializerAgent |
This agent is intended to be run prior to start up on a CMP3 JavaSE application.
|
| JPAInitializer |
Base class for all JPA initialization classes.
|
| PersistenceUnitProcessor |
INTERNAL:
Utility Class that deals with persistence archives for EJB 3.0
Provides functions like searching for persistence archives, processing
persistence.xml and searching for Entities in a Persistence archive
|
| SEPersistenceUnitInfo |
Internal implementation of the PersistenceUnitInfo detailed in the EJB 3.0 specification
Used by our Java SE implementation so common method calls can be used in setting
of Container and non-Container EntityManagerFactories.
|
| SEPersistenceUnitProperty |
INTERNAL:
Object to hold onto persistence unit properties as specified in the
persistence.xml property.
|
| URLArchive |
This is an implementation of
Archive when container returns a url
that is not one of the familiar URL types like file or jar URLs. |
| Enum | Description |
|---|---|
| PersistenceUnitProcessor.Mode |
Passed to processORMetadata method to indicate processing mode.
|