All Classes and Interfaces

Class
Description
Abstract import model which add the useful methdo about importing foreign keys.
Define the meta data of a entity association field.
A template to generate a helper for TopiaEntityBinder.
Un objet qui permet de parcourir des entites (via un Collector.CollectorVisitor) et de collecter des donnees pendant le parcours.
 
Define the meta data of a entity field.
A simple contract to hook the creation phase of an entity associated (or not!)
To keep result of the import of a file.
A simple csv result bean just to keep the number of created or updated entities.
Csv progress model contract.
Deprecated.
2.5.4, prefer use the transformer EntityDAOTransformer
Created: 13 nov. 2009 09:05:17
Deprecated.
2.5.4, prefer use the transformer EntityDAOTransformer
Deprecated.
2.5.4, prefer use the transformer EntityDAOTransformer
Une classe qui permet d'obtenir les mapping de noms entre les entités et les objets de la base.
Define metas about a db.
A simple contract to hook the deletion of an entity.
Parcourt du graphe d'entité en profondeur.
Pour qualifier l'etat d'une entite lors du calcul d'un differentiel entre deux entites.
 
Created: 20 déc. 2009
A model to export associations of entities into csv files.
A model to import associations of entities from csv files.
A model to import / export entities into csv files.
To generate all DAO related classes for a given entity.
Created: 14 déc. 2009
Created: 3 juin 2010
 
A implementation of ListUpdator for TopiaEntity type.
Un objet qui permet d'effecuter des operations de manipulation des donnees dans les entites du type donne.
Un cache d'operateurs.
Used to know the state of entity during transaction.
A template to generate all the TopiaEntity api for all classifier with a entity stereotype.
The contract of a visitor of any TopiaEntity.
Entity visitor to export data to csv files.
To produce export model.
Rule for a filtered pager.
Define the operator to apply between some rules.
Operator used in a rule.
Parcourt en largeur du modele et délegation à un autre visiteur.
To produce import model.
Strategy to import some stuff.
A simple contract to allow you to update some collections of an entity.
A simple contract to load an object from another one.
Useful methods around metadatas.
Contract to import or export some metas.
Deprecated.
Useful method around PagerBean.
Prepare data to export.
Created: 23 juin 2010
TODO-fdesbois-20100508 : javadoc : where is it used for ?
This Template is used to create the skeleton of services for a final application which using Topia.
 
Define metas of a given db table.
Customized connection provider.
TODO-FD20100507 : Need javadoc + translate the one on methods.
Adapter pattern of TopiaContextListener.
TODO-fdesbois-20100507 : Need javadoc.
TODO-FD20100507 : Need javadoc + translate the one on methods.
Le TopiaContextImpl est le point d'entre pour acceder aux donnees.
 
Technical contract of a TopiaContext.
Listener for TopiaContext actions.
More useful method added to Common.
 
 
TODO
 
 
Helper for csv exports.
To export associations as csv files.
to export entity as csv files.
Helper for csv imports.
TopiaDAO is used to manipulate entities corresponding to E type : create, delete, update or find entities.
Contains all method that are deprecated from TopiaDAO in version 2.6.12 and then will be removed in next major version (3.0).
Cette classe permet d'avoir un ensemble de méthode implantée de façon standard et plus spécifiquement pour Hibernate.
 
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.
TODO-fdesbois-20100507 : Need javadoc.
Permet de lancer des événements liés au récupération des données
The TopiaEntity is the main interface for each entities generated with TopiaMetaTransformer.
Classe de base de toutes les entités, cela permet de concentrer le code technique dans cette classe.
A Binder dedicated to TopiaEntity dealing with technical values.
TopiaEntity with TopiaContext support (injected by TopiaContext into entities).
The contract to be realised by the generated enumeration in any DAOHelper.
TODO-fdesbois-20100507 : Need javadoc.
Une classe avec des méthodes utiles sur les entités.
A map of ids of entities grouped by their type.
TODO-fdesbois-20100507 : Need javadoc.
A dictionnary of TopiaEntity associated to a TopiaEntityEnum.
Definition of a reference of an entity from a root entity.
TODO-fdesbois-20100507 : Need javadoc.
Main exception for Topia errors on hibernate manipulations.
Filter Created: 23 avr. 2010
TODO-fdesbois-20100507 : Need translation of javadoc.
Object permettant de faire le lien entre les events hibernate et topia
Classe regroupant divers méthodes utiles pour la génération des entités Created: 13 déc. 2005
TODO-fdesbois-20100508 : Need translation of javadoc.
Validateur qui valide : - les types des attributs - les nom des attributs - les duplication d'attibuts
Created: 20 déc. 2009
TODO-FD20100507 : Need javadoc.
Extension of a PagerBean to add filter and ordering capacities.
To build a TopiaPagerBean from scratch.
Object which helps to wrap some static generated code (dao helper, entityEnum).
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
Enum to simmplify using operation in query.
Validateur pour les relations du modèle.
TODO-FD20100507 : Need javadoc.
Used to implement a service for Topia.
An executor of sql query which permits to obtain a single result via the method TopiaSQLQuery.findSingleResult(TopiaContextImplementor) or a multiple result with method TopiaSQLQuery.findMultipleResult(TopiaContextImplementor).
All extra stereotypes usable in topia generators.
All extra tag values usable in topia generators.
Use this contract on a object which use a TopiaContext as a transaction.
Event fires for TopiaTransactionListener.
To listen transaction operations as commit and rollback.
TODO-fdesbois-20100507 : Need javadoc.
TODO-fdesbois-20100507 : Need javadoc + translations for existing methods.
Hibernate 4.3.x compatible Supplier<ConnectionProvider>.
TODO-FD20100507 : Need javadoc.