| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.legacy |
| 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 |
|---|---|
boolean |
TopiaService.postInit(TopiaApplicationContext context)
Initiliaze the service after create the
context. |
static void |
TopiaApplicationContextCache.removeContext(TopiaApplicationContext context)
Remove the given TopiaApplicationContext from the registered ones
|
| 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 |
DBMapping.init(TopiaApplicationContext ctxt,
boolean doCreate,
boolean doUpdate) |
Copyright © 2004–2014 CodeLutin. All rights reserved.