| 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 | Class and Description |
|---|---|
class |
BeanTopiaConfiguration |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaConfiguration |
TopiaMisconfigurationException.topiaConfiguration |
| Modifier and Type | Method and Description |
|---|---|
TopiaConfiguration |
TopiaApplicationContext.getConfiguration() |
TopiaConfiguration |
TopiaMisconfigurationException.getTopiaConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaConfigurationBuilder.check(TopiaConfiguration topiaConfiguration)
Do nothing but throws
TopiaMisconfigurationException if there is a problem in
given configuration. |
BeanTopiaConfiguration |
TopiaConfigurationBuilder.copyOf(TopiaConfiguration topiaConfiguration) |
Map<String,String> |
TopiaConfigurationBuilder.toMap(TopiaConfiguration topiaConfiguration) |
Properties |
TopiaConfigurationBuilder.toProperties(TopiaConfiguration topiaConfiguration) |
| Constructor and Description |
|---|
TopiaMisconfigurationException(String message,
Throwable cause,
TopiaConfiguration topiaConfiguration) |
TopiaMisconfigurationException(String message,
TopiaConfiguration topiaConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaConfiguration |
AbstractTopiaApplicationContext.configuration |
protected TopiaConfiguration |
HibernateProvider.topiaConfiguration |
| Modifier and Type | Method and Description |
|---|---|
TopiaConfiguration |
AbstractTopiaApplicationContext.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static String |
HibernateProvider.getHibernateDialect(TopiaConfiguration topiaConfiguration)
Get Hibernate
Dialect to use for given TopiaConfiguration. |
| Constructor and Description |
|---|
AbstractTopiaApplicationContext(TopiaConfiguration configuration) |
HibernateProvider(TopiaConfiguration topiaConfiguration,
TopiaServiceSupport topiaServiceSupport,
TopiaHibernateSessionRegistry sessionRegistry,
Set<Class<? extends TopiaEntity>> entityClasses) |
Copyright © 2004–2018 CodeLutin. All rights reserved.