| Package | Description |
|---|---|
| org.nuiton.topia.persistence.event |
Events used for ToPIA services.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support |
| Modifier and Type | Method and Description |
|---|---|
TopiaJpaSupport |
TopiaEntitiesEvent.getSource() |
| Constructor and Description |
|---|
TopiaEntitiesEvent(TopiaJpaSupport source,
List<E> entities) |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaJpaSupport |
AbstractTopiaPersistenceContext.jpaSupport
This instance of TopiaJpaSupport is created by the persistence context itself.
|
protected TopiaJpaSupport |
AbstractTopiaDao.topiaJpaSupport |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateTopiaJpaSupport
This class is the Hibernate implementation of TopiaJpaSupport.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends TopiaEntity> |
TopiaFiresSupport.fireEntitiesLoad(TopiaJpaSupport context,
List<E> entities)
Notify entities listeners for load operation
|
Copyright © 2004–2014 CodeLutin. All rights reserved.