| Class | Description |
|---|---|
| AbstractTopiaApplicationContext<K extends TopiaPersistenceContext> |
The application context is the main class in ToPIA usage.
|
| AbstractTopiaDao<E extends TopiaEntity> |
This class has the common methods usable for each Dao managed by Topia.
|
| AbstractTopiaDao.FindAllIterator<E extends TopiaEntity,O> | |
| AbstractTopiaDao.InnerTopiaQueryBuilderAddCriteriaOrRunQueryStep<E extends TopiaEntity> | |
| AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep<E extends TopiaEntity> | |
| AbstractTopiaEntity |
Base class of each entity.
|
| AbstractTopiaPersistenceContext |
Abstract implementation of the TopiaPersistenceContext.
|
| AbstractTopiaPersistenceContextConstructorParameter |
Parameter-object design pattern for the
AbstractTopiaApplicationContext
constructor. |
| DefaultTopiaIdFactory | Deprecated |
| FullyQualifiedNamePlusUuidTopiaIdFactory |
Default implementation of
TopiaIdFactory. |
| HibernateProvider | |
| LegacyTopiaIdFactory |
Implements
TopiaIdFactory with Topia 2.x and before ids. |
| ShortTopiaIdFactory |
Does the same than
FullyQualifiedNamePlusUuidTopiaIdFactory but produces shorter topiaId. |
| TopiaConnectionProvider |
Customized connection provider.
|
| TopiaHibernateSessionRegistry |
Class used to keep an association between an Hibernate Session and a TopiaPersistenceContext
|
Copyright © 2004–2019 CodeLutin. All rights reserved.