| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| org.nuiton.topia.persistence.internal |
| Modifier and Type | Method and Description |
|---|---|
TopiaIdFactory |
TopiaPersistenceContext.getTopiaIdFactory()
Get the currently configured
TopiaIdFactory. |
| 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 |
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() |
protected TopiaIdFactory |
AbstractTopiaApplicationContext.getTopiaIdFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTopiaDao.init(TopiaJpaSupport topiaJpaSupport,
TopiaSqlSupport topiaSqlSupport,
TopiaListenableSupport topiaListenableSupport,
TopiaIdFactory topiaIdFactory,
TopiaFiresSupport topiaFiresSupport,
TopiaDaoSupplier topiaDaoSupplier)
When AbstractTopiaContext create the TopiaDAOHibernate, it must call this
method just after.
|
| Constructor and Description |
|---|
AbstractTopiaPersistenceContext(HibernateProvider hibernateProvider,
TopiaListenableSupport listenableSupport,
TopiaIdFactory topiaIdFactory,
TopiaHibernateSessionRegistry sessionRegistry)
Creating a new TopiaPersistenceContext is equivalent to creating a new transaction
|
Copyright © 2004–2014 CodeLutin. All rights reserved.