Package org.nuiton.topia.framework
package org.nuiton.topia.framework
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services. This package contains also the main implementation TopiaContextImpl
for both TopiaContext for final applications and
TopiaContextImplementor for internal.
You can also use TopiaQuery class for query manipulation with
TopiaDAO.
TopiaUtil is a helper class used for TopiaContext manipulations.- Version:
- $Id$
- Author:
- fdesbois <fdesbois@codelutin.com>
- See Also:
-
ClassDescriptionCreated: 3 juin 2010Used to know the state of entity during transaction.Customized connection provider.Le TopiaContextImpl est le point d'entre pour acceder aux donnees.Technical contract of a
TopiaContext.Filter Created: 23 avr. 2010TODO-fdesbois-20100507 : Need translation of javadoc.Object permettant de faire le lien entre les events hibernate et topiaDeprecated.Enum to simmplify using operation in query.Used to implement a service for Topia.An executor of sql query which permits to obtain a single result via the methodTopiaSQLQuery.findSingleResult(TopiaContextImplementor)or a multiple result with methodTopiaSQLQuery.findMultipleResult(TopiaContextImplementor).Use this contract on a object which use aTopiaContextas a transaction.TODO-fdesbois-20100507 : Need javadoc + translations for existing methods.Hibernate 4.3.x compatible Supplier<ConnectionProvider>.
TopiaQuerywill be removed in version 3.0