| 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 | Field and Description |
|---|---|
protected TopiaIdFactory |
AbstractTopiaPersistenceContext.topiaIdFactory
Used to affect a new topiaId when create is called.
|
protected TopiaIdFactory |
AbstractTopiaApplicationContext.topiaIdFactory |
| Modifier and Type | Method and Description |
|---|---|
TopiaIdFactory |
AbstractTopiaPersistenceContext.getTopiaIdFactory() |
TopiaIdFactory |
TopiaPersistenceContext.getTopiaIdFactory()
Get the currently configured
TopiaIdFactory. |
protected TopiaIdFactory |
AbstractTopiaApplicationContext.getTopiaIdFactory() |
| Constructor and Description |
|---|
AbstractTopiaPersistenceContext(HibernateProvider hibernateProvider,
TopiaListenableSupport listenableSupport,
TopiaIdFactory topiaIdFactory)
Creating a new TopiaPersistenceContext is equivalent to creating a new transaction
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaIdFactory |
AbstractTopiaContext.topiaIdFactory
Used to affect a new topiaId when create is called.
|
| Modifier and Type | Method and Description |
|---|---|
TopiaIdFactory |
AbstractTopiaContext.getTopiaIdFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTopiaIdFactory
Default implementation of
TopiaIdFactory. |
class |
LegacyTopiaIdFactory
Implements
TopiaIdFactory with Topia 2.x and before ids. |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaIdFactory |
AbstractTopiaDao.topiaIdFactory |
| 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.