| Modifier and Type | Method and Description |
|---|---|
ActiveObjectsConfiguration |
ActiveObjectsConfigurationFactory.getConfiguration(org.osgi.framework.Bundle bundle,
String namespace,
Set<Class<? extends net.java.ao.RawEntity<?>>> entities,
List<ActiveObjectsUpgradeTask> upgradeTasks) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActiveObjectsConfiguration
Default implementation of the
ActiveObjectsConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
ActiveObjectsConfiguration |
DefaultActiveObjectsConfigurationFactory.getConfiguration(org.osgi.framework.Bundle bundle,
String namespace,
Set<Class<? extends net.java.ao.RawEntity<?>>> entities,
List<ActiveObjectsUpgradeTask> upgradeTasks) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DelegatingActiveObjectsFactory.accept(ActiveObjectsConfiguration configuration) |
boolean |
ActiveObjectsFactory.accept(ActiveObjectsConfiguration configuration)
Tells whether the give data source type is supported by this factory, users should call this method before
calling
ActiveObjectsFactory.create(ActiveObjectsConfiguration, Tenant) to avoid an IllegalStateException being
thrown. |
ActiveObjects |
DelegatingActiveObjectsFactory.create(ActiveObjectsConfiguration configuration,
com.atlassian.tenancy.api.Tenant tenant) |
ActiveObjects |
ActiveObjectsFactory.create(ActiveObjectsConfiguration configuration,
com.atlassian.tenancy.api.Tenant tenant)
Creates a new instance of
ActiveObjects each time it is called. |
protected ActiveObjects |
DataSourceProviderActiveObjectsFactory.doCreate(ActiveObjectsConfiguration configuration,
com.atlassian.tenancy.api.Tenant tenant)
Creates an
ActiveObjects using the
TenantAwareDataSourceProvider |
protected ActiveObjects |
DatabaseDirectoryAwareActiveObjectsFactory.doCreate(ActiveObjectsConfiguration configuration,
com.atlassian.tenancy.api.Tenant tenant) |
net.java.ao.EntityManager |
EntityManagerFactoryImpl.getEntityManager(DataSource dataSource,
DatabaseType databaseType,
String schema,
ActiveObjectsConfiguration configuration) |
protected void |
DataSourceProviderActiveObjectsFactory.upgrade(ActiveObjectsConfiguration configuration,
com.atlassian.tenancy.api.Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
ActiveObjectsConfiguration |
ActiveObjectModuleDescriptor.getConfiguration() |
Copyright © 2020 Atlassian. All rights reserved.