| Package | Description |
|---|---|
| org.nuiton.topia |
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
|
| org.nuiton.topia.framework |
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaApplicationContext<K extends TopiaPersistenceContext>
The application context is the main class in ToPIA usage.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaContext
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaPersistenceContext
Abstract implementation of the TopiaPersistenceContext.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<WeakReference<TopiaPersistenceContext>> |
AbstractTopiaApplicationContext.persistenceContexts |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTopiaApplicationContext.registerPersistenceContext(TopiaPersistenceContext persistenceContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaContextImplementor
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaContext
Le AbstractTopiaContext est le point d'entre pour acceder aux donnees.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaFiresSupport.fireOnPostCreate(TopiaPersistenceContext context,
TopiaEntity entity,
Object[] state) |
void |
TopiaFiresSupport.fireOnPostDelete(TopiaPersistenceContext context,
TopiaEntity entity,
Object[] state) |
void |
TopiaFiresSupport.fireOnPostUpdate(TopiaPersistenceContext context,
TopiaEntity entity,
Object[] state) |
void |
TopiaFiresSupport.fireOnPreCreate(TopiaPersistenceContext context,
TopiaEntity entity,
Object[] state) |
void |
TopiaFiresSupport.fireOnPreDelete(TopiaPersistenceContext context,
TopiaEntity entity,
Object[] state) |
void |
TopiaFiresSupport.fireOnPreLoad(TopiaPersistenceContext context,
TopiaEntity entity,
Object[] state) |
void |
TopiaFiresSupport.fireOnPreUpdate(TopiaPersistenceContext context,
TopiaEntity entity,
Object[] state) |
void |
TopiaFiresSupport.firePostCreateSchema(TopiaPersistenceContext context)
Notify topia context listeners for create schema post operation
|
void |
TopiaFiresSupport.firePostDropSchema(TopiaPersistenceContext context)
Notify topia context listeners for drop schema post operation
|
void |
TopiaFiresSupport.firePostRestoreSchema(TopiaPersistenceContext context)
Notify topia context listeners for schema restore post operation
|
void |
TopiaFiresSupport.firePostUpdateSchema(TopiaPersistenceContext context)
Notify topia context listeners for create schema post operation
|
void |
TopiaFiresSupport.firePreCreateSchema(TopiaPersistenceContext context)
Notify topia context listeners for create schema pre operation
|
void |
TopiaFiresSupport.firePreDropSchema(TopiaPersistenceContext context)
Notify topia context listeners for drop schema pre operation
|
void |
TopiaFiresSupport.firePreRestoreSchema(TopiaPersistenceContext context)
Notify topia context listeners for schema restore pre operation
|
void |
TopiaFiresSupport.firePreUpdateSchema(TopiaPersistenceContext context)
Notify topia context listeners for create schema pre operation
|
Copyright © 2004–2013 CodeLutin. All rights reserved.