| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.internal |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaIdFactory |
BeanTopiaConfiguration.topiaIdFactory |
| Modifier and Type | Method and Description |
|---|---|
TopiaIdFactory |
TopiaConfiguration.getTopiaIdFactory()
Configuration directive to change topia Ids generation strategy.
|
TopiaIdFactory |
BeanTopiaConfiguration.getTopiaIdFactory() |
TopiaIdFactory |
TopiaPersistenceContext.getTopiaIdFactory()
Get the currently configured
TopiaIdFactory. |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanTopiaConfiguration.setTopiaIdFactory(TopiaIdFactory topiaIdFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanTopiaConfiguration.setTopiaIdFactoryClass(Class<? extends TopiaIdFactory> topiaIdFactoryClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTopiaIdFactory
Deprecated.
|
class |
FullyQualifiedNamePlusUuidTopiaIdFactory
Default implementation of
TopiaIdFactory. |
class |
LegacyTopiaIdFactory
Implements
TopiaIdFactory with Topia 2.x and before ids. |
class |
ShortTopiaIdFactory
Does the same than
FullyQualifiedNamePlusUuidTopiaIdFactory but produces shorter topiaId. |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaIdFactory |
AbstractTopiaDao.topiaIdFactory |
protected TopiaIdFactory |
AbstractTopiaPersistenceContextConstructorParameter.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 |
AbstractTopiaPersistenceContextConstructorParameter.getTopiaIdFactory() |
TopiaIdFactory |
AbstractTopiaPersistenceContext.getTopiaIdFactory() |
protected TopiaIdFactory |
AbstractTopiaApplicationContext.getTopiaIdFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTopiaDao.init(TopiaJpaSupport topiaJpaSupport,
TopiaHibernateSupport topiaHibernateSupport,
TopiaSqlSupport topiaSqlSupport,
TopiaIdFactory topiaIdFactory,
TopiaFiresSupport topiaFiresSupport,
TopiaDaoSupplier topiaDaoSupplier)
When AbstractTopiaContext create the TopiaDAOHibernate, it must call this
method just after.
|
| Constructor and Description |
|---|
AbstractTopiaPersistenceContextConstructorParameter(HibernateProvider hibernateProvider,
TopiaFiresSupport applicationFiresSupport,
TopiaIdFactory topiaIdFactory,
TopiaHibernateSessionRegistry sessionRegistry) |
Copyright © 2004–2015 CodeLutin. All rights reserved.