| Package | Description |
|---|---|
| org.nuiton.topia |
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaPersistenceContext
This API provides all methods related to persistence :
Generic entity find
DAO factory
Schema management
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaPersistenceContext
Abstract implementation of the TopiaPersistenceContext.
|
class |
HibernateTopiaReplicationSupport |
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaReplicationSupport.replicate(TopiaReplicationDestination topiaReplicationDestination,
Object... entityAndCondition)
Makes a replication of some entities from this context to the given
context without any entity modification.
|
void |
AbstractTopiaPersistenceContext.replicate(TopiaReplicationDestination topiaReplicationDestination,
Object... entityAndCondition) |
void |
HibernateTopiaReplicationSupport.replicate(TopiaReplicationDestination topiaReplicationDestination,
Object... entityAndCondition) |
protected void |
HibernateTopiaReplicationSupport.replicate0(TopiaReplicationDestination topiaReplicationDestination,
Object... entities) |
<T extends TopiaEntity> |
TopiaReplicationSupport.replicateEntities(TopiaReplicationDestination topiaReplicationDestination,
List<T> entities)
Makes a replication of some entities from this context to the given
context without any entity modification.
|
<T extends TopiaEntity> |
AbstractTopiaPersistenceContext.replicateEntities(TopiaReplicationDestination topiaReplicationDestination,
List<T> entities) |
<T extends TopiaEntity> |
HibernateTopiaReplicationSupport.replicateEntities(TopiaReplicationDestination topiaReplicationDestination,
List<T> entities) |
<T extends TopiaEntity> |
TopiaReplicationSupport.replicateEntity(TopiaReplicationDestination topiaReplicationDestination,
T entity)
Replicate a given entity from this context to the given context.
|
<T extends TopiaEntity> |
AbstractTopiaPersistenceContext.replicateEntity(TopiaReplicationDestination topiaReplicationDestination,
T entity) |
<T extends TopiaEntity> |
HibernateTopiaReplicationSupport.replicateEntity(TopiaReplicationDestination topiaReplicationDestination,
T entity) |
Copyright © 2004–2013 CodeLutin. All rights reserved.