See: Description
| Interface | Description |
|---|---|
| EntityVisitor |
The contract of a visitor of any
TopiaEntity. |
| TopiaDAO<E extends TopiaEntity> |
TopiaDAO is used to manipulate entities corresponding to
E type :
create, delete, update or find entities. |
| TopiaDAODeprecated<E extends TopiaEntity> |
Contains all method that are deprecated from
TopiaDAO in version
2.6.12 and then will be removed in next major version (3.0). |
| TopiaEntity |
The TopiaEntity is the main interface for each entities generated with
TopiaMetaTransformer. |
| TopiaEntityContextable | |
| TopiaEntityEnum |
The contract to be realised by the generated enumeration in any DAOHelper.
|
| TopiaPersistenceHelper<T extends TopiaEntityEnum> |
Object which helps to wrap some static generated code
(dao helper, entityEnum).
|
| Class | Description |
|---|---|
| DepthEntityVisitor |
Parcourt du graphe d'entité en profondeur.
|
| HorizontalEntityVisitor |
Parcourt en largeur du modele et délegation à un autre visiteur.
|
| TopiaDAOImpl<E extends TopiaEntity> |
Cette classe permet d'avoir un ensemble de méthode implantée de façon
standard et plus spécifiquement pour Hibernate.
|
| TopiaDAOImpl.FindAllIterator<E extends TopiaEntity,R> | |
| TopiaDAOLegacy<E extends TopiaEntity> | Deprecated
since 2.6.12 Using the hibernate Criteria api is not a good idea as we wants to use in ToPIA next generation (version 3.0) jpa api.
|
| TopiaEntityAbstract |
Classe de base de toutes les entités, cela permet de concentrer le code
technique dans cette classe.
|
| TopiaId |
TODO-fdesbois-20100508 : Need translation of javadoc.
|
| Annotation Type | Description |
|---|---|
| SearchFields |
TODO-fdesbois-20100508 : javadoc : where is it used for ?
|
TopiaDAO as interface and
TopiaDAOImpl as implementation.
For entities : TopiaEntity as interface
and TopiaEntityAbstract
as abstract class inherited by generated entities for
final applications. Generation is done using transformers from org.nuiton.topia.generator package.Copyright © 2004–2022 Code Lutin. All rights reserved.