public interface ActiveObjectsConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
AO_TABLE_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
DataSourceType |
getDataSourceType()
The datasource type that this active objects is meant to use.
|
Set<Class<? extends net.java.ao.RawEntity<?>>> |
getEntities()
The set of 'configured' entities for the active objects configuration.
|
net.java.ao.schema.NameConverters |
getNameConverters()
Gets the name converters to use with Active Objects
|
PluginKey |
getPluginKey()
The plugin key for which this configuration is defined.
|
net.java.ao.SchemaConfiguration |
getSchemaConfiguration()
Gets the schema configuration to use with Active Objects
|
Prefix |
getTableNamePrefix()
The prefix to use for table names in the database
|
List<ActiveObjectsUpgradeTask> |
getUpgradeTasks()
Gets the upgrade tasks associated with Active Objects
|
static final String AO_TABLE_PREFIX
PluginKey getPluginKey()
PluginKey, cannot be nullDataSourceType getDataSourceType()
Prefix getTableNamePrefix()
net.java.ao.schema.NameConverters getNameConverters()
net.java.ao.SchemaConfiguration getSchemaConfiguration()
Set<Class<? extends net.java.ao.RawEntity<?>>> getEntities()
List<ActiveObjectsUpgradeTask> getUpgradeTasks()
Copyright © 2018 Atlassian. All rights reserved.