| 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. |
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaContext
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractTopiaPersistenceContext.InternalTopiaHibernateSupport
This subclass of TopiaHibernateSupport is made to be used only internally within this persistence context.
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaHibernateSupport |
HibernateTopiaSqlSupport.hibernateSupport |
protected TopiaHibernateSupport |
HibernateTopiaJpaSupport.hibernateSupport |
protected TopiaHibernateSupport |
HibernateTopiaReplicationSupport.topiaHibernateSupport |
| Constructor and Description |
|---|
HibernateTopiaJpaSupport(TopiaHibernateSupport hibernateSupport,
TopiaFiresSupport firesSupport) |
HibernateTopiaReplicationSupport(TopiaHibernateSupport topiaHibernateSupport) |
HibernateTopiaSqlSupport(TopiaHibernateSupport hibernateSupport) |
| 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 | Field and Description |
|---|---|
protected TopiaHibernateSupport |
AbstractTopiaDao.topiaHibernateSupport |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTopiaDao.init(TopiaHibernateSupport topiaHibernateSupport,
TopiaJpaSupport topiaJpaSupport,
TopiaSqlSupport topiaSqlSupport,
TopiaListenableSupport topiaListenableSupport,
TopiaIdFactory topiaIdFactory,
TopiaFiresSupport topiaFiresSupport,
TopiaDaoSupplier topiaDaoSupplier)
When AbstractTopiaContext create the TopiaDAOHibernate, it must call this
method just after.
|
Copyright © 2004–2013 CodeLutin. All rights reserved.