| Modifier and Type | Field and Description |
|---|---|
protected PersistenceUnitMetadata |
AbstractPropertyReader.puMetadata |
| Modifier and Type | Method and Description |
|---|---|
private Map<String,PersistenceUnitMetadata> |
PersistenceUnitConfiguration.findPersistenceMetadatas()
Find persistence meta data.
|
| Modifier and Type | Method and Description |
|---|---|
private ClientProperties |
AbstractPropertyReader.onParseXML(String propertyFileName,
PersistenceUnitMetadata puMetadata)
If property file is xml.
|
| Constructor and Description |
|---|
AbstractPropertyReader(Map externalProperties,
PersistenceUnitMetadata puMetadata) |
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceUnitMetadata |
AbstractSchemaManager.puMetadata
The pu metadata variable.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
AbstractSchemaManager.readConfigProperties(PersistenceUnitMetadata puMetadata) |
| Modifier and Type | Method and Description |
|---|---|
private static PersistenceUnitMetadata |
PersistenceXMLLoader.parsePersistenceUnit(URL url,
String[] persistenceUnits,
Element top,
String versionName)
Parses the persistence unit.
|
| Modifier and Type | Method and Description |
|---|---|
static List<PersistenceUnitMetadata> |
PersistenceXMLLoader.findPersistenceUnits(URL url,
String[] persistenceUnits)
Find persistence units.
|
static List<PersistenceUnitMetadata> |
PersistenceXMLLoader.findPersistenceUnits(URL url,
String[] persistenceUnits,
javax.persistence.spi.PersistenceUnitTransactionType defaultTransactionType)
Find persistence units.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistenceUnitMetadata |
KunderaMetadataManager.getPersistenceUnitMetadata(EntityManagerFactoryImpl.KunderaMetadata kunderaMetadata,
String persistenceUnit)
Gets the persistence unit metadata.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,PersistenceUnitMetadata> |
ApplicationMetadata.persistenceUnitMetadataMap
Map of Persistence Unit Metadata.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceUnitMetadata |
ApplicationMetadata.getPersistenceUnitMetadata(String persistenceUnit)
Gets the persistence unit metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PersistenceUnitMetadata> |
ApplicationMetadata.getPersistenceUnitMetadataMap()
Gets the persistence unit metadata map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationMetadata.addPersistenceUnitMetadata(Map<String,PersistenceUnitMetadata> metadata)
Adds the persistence unit metadata.
|
| Modifier and Type | Method and Description |
|---|---|
private CacheProvider |
EntityManagerFactoryImpl.initSecondLevelCache(PersistenceUnitMetadata puMetadata)
Inits the second level cache.
|
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceUnitMetadata |
HostConfiguration.persistenceUnitMetadata
Persistence unit metadata.
|
Copyright © 2015. All Rights Reserved.