| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.event |
Events used for ToPIA services.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support | |
| org.nuiton.topia.persistence.legacy |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaApplicationContext |
HibernateTopiaMigrationService.topiaApplicationContext |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Properties,TopiaApplicationContext> |
TopiaApplicationContextCache.contextCache
Cache that contains all some already registered caches
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends TopiaApplicationContext> |
TopiaApplicationContextCache.getContext(Properties config,
com.google.common.base.Function<Properties,C> createContextFunction)
Static method that can provide an ApplicationContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaService.initTopiaService(TopiaApplicationContext topiaApplicationContext,
Map<String,String> serviceConfiguration)
Initialize the service.
|
void |
HibernateTopiaMigrationService.initTopiaService(TopiaApplicationContext topiaApplicationContext,
Map<String,String> serviceConfiguration) |
static void |
TopiaApplicationContextCache.removeContext(TopiaApplicationContext context)
Remove the given TopiaApplicationContext from the registered ones
|
| Modifier and Type | Method and Description |
|---|---|
TopiaApplicationContext |
TopiaContextEvent.getSource() |
| Constructor and Description |
|---|
TopiaContextEvent(TopiaApplicationContext source)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaApplicationContext<K extends TopiaPersistenceContext>
The application context is the main class in ToPIA usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaFiresSupport.firePostCreateSchema(TopiaApplicationContext context)
Notify topia context listeners for create schema post operation
|
void |
TopiaFiresSupport.firePostDropSchema(TopiaApplicationContext context)
Notify topia context listeners for drop schema post operation
|
void |
TopiaFiresSupport.firePostUpdateSchema(TopiaApplicationContext context)
Notify topia context listeners for create schema post operation
|
void |
TopiaFiresSupport.firePreCreateSchema(TopiaApplicationContext context)
Notify topia context listeners for create schema pre operation
|
void |
TopiaFiresSupport.firePreDropSchema(TopiaApplicationContext context)
Notify topia context listeners for drop schema pre operation
|
void |
TopiaFiresSupport.firePreUpdateSchema(TopiaApplicationContext context)
Notify topia context listeners for create schema pre operation
|
void |
TopiaServiceSupportImpl.initServices(TopiaApplicationContext topiaApplicationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBMapping.init(TopiaApplicationContext ctxt,
boolean doCreate,
boolean doUpdate) |
Copyright © 2004–2018 CodeLutin. All rights reserved.