Modifier and Type | Method and Description |
---|---|
EntityManagerFactory |
PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map map)
Called by the container when an
EntityManagerFactory
is to be created. |
Modifier and Type | Method and Description |
---|---|
EntityManagerFactory |
EntityManagerFactoryProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map properties)
Called by the container when an EntityManagerFactory
is to be created.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
PersistenceUnitProcessor.buildClassSet(PersistenceUnitInfo persistenceUnitInfo,
ClassLoader loader)
Build a set that contains all the class names at a URL
|
Modifier and Type | Field and Description |
---|---|
protected PersistenceUnitInfo |
EntityManagerSetupImpl.persistenceUnitInfo |
Modifier and Type | Method and Description |
---|---|
PersistenceUnitInfo |
EntityManagerSetupImpl.getPersistenceUnitInfo() |
Modifier and Type | Method and Description |
---|---|
ClassTransformer |
EntityManagerSetupImpl.predeploy(PersistenceUnitInfo info,
Map extendedProperties)
Perform any steps necessary prior to actual deployment.
|
Modifier and Type | Field and Description |
---|---|
protected PersistenceUnitInfo |
MetadataProject.m_PUInfo |
Modifier and Type | Method and Description |
---|---|
PersistenceUnitInfo |
MetadataProject.getPUInfo()
INTERNAL:
|
Constructor and Description |
---|
MetadataProcessor(PersistenceUnitInfo puInfo,
AbstractSession session,
ClassLoader loader,
boolean enableLazyForOneToOne)
INTERNAL:
Called from EntityManagerSetupImpl.
|
MetadataProject(PersistenceUnitInfo puInfo,
AbstractSession session,
boolean enableLazyForOneToOne)
INTERNAL:
|
Copyright © 2023. All rights reserved.