Package | Description |
---|---|
org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
org.datanucleus.metadata |
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
|
Modifier and Type | Method and Description |
---|---|
DataNucleusEnhancer |
DataNucleusEnhancer.addPersistenceUnit(PersistenceUnitMetaData pumd)
Method to add the classes defined by the persistence-unit to the list of classes to enhance.
|
Modifier and Type | Field and Description |
---|---|
protected Set<PersistenceUnitMetaData> |
PersistenceFileMetaData.persistenceUnits
Persistence units defined in this file.
|
Modifier and Type | Method and Description |
---|---|
static PersistenceUnitMetaData |
MetaDataUtils.getMetaDataForPersistenceUnit(PluginManager pluginMgr,
String persistenceFilename,
String unitName,
boolean validate,
boolean namespaceAware,
ClassLoaderResolver clr)
Convenience method to parse the available persistence.xml file(s) and find the metadata for the specified persistence-unit.
|
PersistenceUnitMetaData |
PersistenceFileMetaData.getPersistenceUnit(String name)
Accessor for the Meta-Data of a persistence unit with a given name.
|
PersistenceUnitMetaData[] |
PersistenceFileMetaData.getPersistenceUnits()
Accessor for the persistence units in this "persistence.xml" file.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceFileMetaData.addPersistenceUnit(PersistenceUnitMetaData pumd)
Method to add a persistence unit
|
FileMetaData[] |
MetaDataManager.loadPersistenceUnit(PersistenceUnitMetaData pumd,
ClassLoader loader)
Initialisation method to to load all class metadata defined by the "persistence-unit".
|
FileMetaData[] |
MetaDataManagerImpl.loadPersistenceUnit(PersistenceUnitMetaData pumd,
ClassLoader loader) |
Set<String> |
MetaDataScanner.scanForPersistableClasses(PersistenceUnitMetaData pumd)
Scan for persistable classes.
|
Copyright © 2019. All rights reserved.