| Package | Description |
|---|---|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support | |
| org.nuiton.topia.persistence.util |
| 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 |
AbstractTopiaDao.topiaHibernateSupport |
| Modifier and Type | Method and Description |
|---|---|
TopiaHibernateSupport |
AbstractTopiaPersistenceContext.getHibernateSupport() |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaHibernateSupport |
HibernateTopiaJpaSupport.hibernateSupport |
protected TopiaHibernateSupport |
HibernateTopiaSqlSupport.hibernateSupport |
protected TopiaHibernateSupport |
HibernateTopiaReplicationSupport.topiaHibernateSupport |
| Modifier and Type | Method and Description |
|---|---|
TopiaHibernateSupport |
HibernateTopiaJpaSupport.getHibernateSupport() |
| Constructor and Description |
|---|
HibernateTopiaJpaSupport(TopiaHibernateSupport hibernateSupport,
TopiaFiresSupport firesSupport) |
HibernateTopiaReplicationSupport(TopiaHibernateSupport topiaHibernateSupport) |
HibernateTopiaSqlSupport(TopiaHibernateSupport hibernateSupport) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TopiaUtil.isSchemaEmpty(TopiaHibernateSupport topiaHibernateSupport)
Test if the db associated to the given
configuration contains any of
the dealed entities. |
static boolean |
TopiaUtil.isSchemaExist(TopiaHibernateSupport topiaHibernateSupport,
String entityName)
Test si une entité donnée correspondant a une configuration existe en
base.
|
| Constructor and Description |
|---|
TopiaUtil.ConnectionProviderSupplier(TopiaHibernateSupport topiaHibernateSupport) |
Copyright © 2004–2014 CodeLutin. All rights reserved.