|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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 using properties of TopiaQuery. |
| TopiaEntity | The TopiaEntity is the main interface for each entities generated with TopiaMetaTransformer. |
| TopiaEntityContextable | TopiaEntity with TopiaContext support (injected by
TopiaContext into entities). |
| TopiaEntityEnum | The contract to be realised by the generated enumeration in any DAOHelper. |
| Class Summary | |
|---|---|
| DepthEntityVisitor | Parcourt du graphe d'entité en profondeur. |
| HorizontalEntityVisitor | Parcourt en largeur du modele et délegation à un autre visiteur. |
| TopiaDAOImpl<E extends TopiaEntity> | TODO-fdesbois-20100508 : Need translation of javadoc. |
| TopiaDAOLegacy<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. |
| 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 Types Summary | |
|---|---|
| SearchFields | TODO-fdesbois-20100508 : javadoc : where is it used for ? which service use it ? Ces annotations permettent de savoir quels sont les champs sur lesquels la recherche pourra s'effectuer. |
This package contains interfaces and abstract classes for entities and daos.
For daos :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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||