| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support | |
| org.nuiton.topia.persistence.support |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTopiaPersistenceContext.replicate(TopiaReplicationDestination topiaReplicationDestination,
Object... entityAndCondition) |
<T extends TopiaEntity> |
AbstractTopiaPersistenceContext.replicateEntities(TopiaReplicationDestination topiaReplicationDestination,
List<T> entities) |
<T extends TopiaEntity> |
AbstractTopiaPersistenceContext.replicateEntity(TopiaReplicationDestination topiaReplicationDestination,
T entity) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateTopiaReplicationSupport |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateTopiaReplicationSupport.replicate(TopiaReplicationDestination topiaReplicationDestination,
Object... entityAndCondition) |
protected void |
HibernateTopiaReplicationSupport.replicate0(TopiaReplicationDestination topiaReplicationDestination,
Object... entities) |
<T extends TopiaEntity> |
HibernateTopiaReplicationSupport.replicateEntities(TopiaReplicationDestination topiaReplicationDestination,
List<T> entities) |
<T extends TopiaEntity> |
HibernateTopiaReplicationSupport.replicateEntity(TopiaReplicationDestination topiaReplicationDestination,
T entity) |
| 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.
|
<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> |
TopiaReplicationSupport.replicateEntity(TopiaReplicationDestination topiaReplicationDestination,
T entity)
Replicate a given entity from this context to the given context.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.