Uses of Class
org.nuiton.topia.TopiaNotFoundException

Packages that use TopiaNotFoundException
org.nuiton.topia   
org.nuiton.topia.framework   
org.nuiton.topia.persistence   
 

Uses of TopiaNotFoundException in org.nuiton.topia
 

Methods in org.nuiton.topia that throw TopiaNotFoundException
static TopiaContext TopiaContextFactory.getContext()
          Utilise par defaut le fichier de propriete TopiaContextImpl.properties
static TopiaContext TopiaContextFactory.getContext(java.util.Properties config)
          Methode static permettant de recuperer un context.
<E extends TopiaService>
E
TopiaContext.getService(java.lang.Class<E> interfaceService)
          Return the service
 

Uses of TopiaNotFoundException in org.nuiton.topia.framework
 

Methods in org.nuiton.topia.framework that throw TopiaNotFoundException
 org.hibernate.cfg.Configuration TopiaContextImplementor.getHibernateConfiguration()
           
 org.hibernate.cfg.Configuration TopiaContextImpl.getHibernateConfiguration()
           
 org.hibernate.SessionFactory TopiaContextImplementor.getHibernateFactory()
           
 org.hibernate.SessionFactory TopiaContextImpl.getHibernateFactory()
           
static java.util.Properties TopiaUtil.getProperties(java.util.Properties parent, java.lang.String pathOrUrl)
          Permet de récupérer le fichier de propriété ayant le nom passé en argument.
static java.util.Properties TopiaUtil.getProperties(java.lang.String pathOrUrl)
          Permet de récupérer le fichier de propriété ayant le nom passé en argument.
<E extends TopiaService>
E
TopiaContextImpl.getService(java.lang.Class<E> interfaceService)
          Take one service, this service must be valid service interface with public static final SERVICE_NAME declaration.
 

Constructors in org.nuiton.topia.framework that throw TopiaNotFoundException
TopiaContextImpl(java.util.Properties config)
          constructeur utilisé par la factory pour creer les contexts initiaux
TopiaContextImpl(TopiaContextImplementor parentContext)
          Constructeur utilisé par le beginTransaction pour créer le context fils.
 

Uses of TopiaNotFoundException in org.nuiton.topia.persistence
 

Methods in org.nuiton.topia.persistence that throw TopiaNotFoundException
static java.lang.Class TopiaId.getClassName(java.lang.String topiaId)
          Extrait la classe du topiaId.
 



Copyright © 2004-2009 CodeLutin. All Rights Reserved.