public class PersistenceComponent extends DefaultComponent implements HibernateConfigurator, PersistenceProviderFactory
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,HibernateConfiguration> |
registry |
lastModified| Constructor and Description |
|---|
PersistenceComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
applicationStarted(ComponentContext context)
Notify the component that Nuxeo Framework finished starting all Nuxeo bundles.
|
protected void |
doPatchForTests(Properties hibernateProperties) |
int |
getApplicationStartedOrder()
The component notification order for
Component.applicationStarted(org.nuxeo.runtime.model.ComponentContext). |
HibernateConfiguration |
getHibernateConfiguration(String name) |
PersistenceProvider |
newProvider(String name) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
protected void |
registerHibernateContribution(HibernateConfiguration contribution,
ComponentName contributorName) |
protected static void |
registerOracle12DialectResolver()
Registers with Hibernate a dialect resolver to recognize Oracle 12.
|
activate, deactivate, getAdapter, getLastModified, registerExtension, setLastModified, setModifiedNow, unregisterContribution, unregisterExtensionprotected final Map<String,HibernateConfiguration> registry
public PersistenceComponent()
protected static void registerOracle12DialectResolver()
public int getApplicationStartedOrder()
ComponentComponent.applicationStarted(org.nuxeo.runtime.model.ComponentContext).
Components are notified in increasing order. Order 1000 is the default order for components that don't care. Order 100 is the repository initialization.
getApplicationStartedOrder in interface ComponentgetApplicationStartedOrder in class DefaultComponentpublic void applicationStarted(ComponentContext context)
ComponentapplicationStarted in interface ComponentapplicationStarted in class DefaultComponentpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentprotected void registerHibernateContribution(HibernateConfiguration contribution, ComponentName contributorName)
protected void doPatchForTests(Properties hibernateProperties)
public PersistenceProvider newProvider(String name)
newProvider in interface PersistenceProviderFactorypublic HibernateConfiguration getHibernateConfiguration(String name)
getHibernateConfiguration in interface HibernateConfiguratorCopyright © 2016 Nuxeo SA. All rights reserved.