| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support | |
| org.nuiton.topia.persistence.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaMigrationService
When
TopiaApplicationContext.initSchema() is called, topia will look for
a topia-service that is able to migrate the database. |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateTopiaMigrationService |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends TopiaService>> |
BeanTopiaConfiguration.declaredServices |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends TopiaService>> |
BeanTopiaConfiguration.getDeclaredServices() |
Map<String,Class<? extends TopiaService>> |
TopiaConfiguration.getDeclaredServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanTopiaConfiguration.addDeclaredService(String serviceName,
Class<? extends TopiaService> serviceClassName) |
void |
BeanTopiaConfiguration.addDeclaredService(String serviceName,
Class<? extends TopiaService> serviceClassName,
Map<String,String> serviceConfiguration) |
void |
BeanTopiaConfiguration.setDeclaredServices(Map<String,Class<? extends TopiaService>> declaredServices) |
| Modifier and Type | Method and Description |
|---|---|
<T extends TopiaService> |
AbstractTopiaApplicationContext.getServices(Class<T> interfaceService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
AbstractTopiaApplicationContext.getServices() |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableMap<String,TopiaService> |
TopiaServiceSupportImpl.services |
| Modifier and Type | Method and Description |
|---|---|
<T extends TopiaService> |
TopiaServiceSupportImpl.getServices(Class<T> interfaceService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
TopiaServiceSupportImpl.getServices() |
| Modifier and Type | Method and Description |
|---|---|
<T extends TopiaService> |
TopiaServiceSupport.getServices(Class<T> interfaceService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
TopiaServiceSupport.getServices() |
Copyright © 2004–2018 CodeLutin. All rights reserved.