|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TopiaContextImplementor
TODO-fdesbois-20100507 : Need more javadoc.
| Method Summary | ||
|---|---|---|
java.util.Collection<TopiaService> |
getAllServices()
Deprecated. since 2.3.4 : useless method, use getServices() instead |
|
java.util.Set<TopiaContextImplementor> |
getChildContext()
Retrieve a thread-safe copy of children context set. |
|
java.util.Properties |
getConfig()
|
|
|
getDAO(java.lang.Class<E> entityClass)
Get DAO for specified class. |
|
|
getDAO(java.lang.Class<E> entityClass,
java.lang.Class<D> daoClass)
Get DAO for specified class. |
|
TopiaFiresSupport |
getFiresSupport()
|
|
org.hibernate.Session |
getHibernate()
|
|
org.hibernate.cfg.Configuration |
getHibernateConfiguration()
|
|
org.hibernate.SessionFactory |
getHibernateFactory()
|
|
TopiaContextImplementor |
getParentContext()
|
|
java.util.List<java.lang.Class<?>> |
getPersistenceClasses()
|
|
TopiaContextImplementor |
getRootContext()
|
|
java.util.Map<java.lang.String,TopiaService> |
getServices()
|
|
boolean |
isSchemaExist(java.lang.Class<?> clazz)
Detect if the table is created on storage for a given persistant class. |
|
void |
removeChildContext(TopiaContextImplementor child)
|
|
| Method Detail |
|---|
java.util.Set<TopiaContextImplementor> getChildContext()
TopiaContextImplementor getParentContext()
TopiaContextImplementor getRootContext()
java.util.Properties getConfig()
org.hibernate.Session getHibernate()
throws TopiaException
TopiaException - si aucune transaction n'est ouverte
org.hibernate.SessionFactory getHibernateFactory()
throws TopiaNotFoundException
TopiaNotFoundException
org.hibernate.cfg.Configuration getHibernateConfiguration()
throws TopiaNotFoundException
TopiaNotFoundException
boolean isSchemaExist(java.lang.Class<?> clazz)
throws TopiaException
clazz - the researched class
TopiaException - si aucune transaction n'est ouverte
<E extends TopiaEntity> TopiaDAO<E> getDAO(java.lang.Class<E> entityClass)
throws TopiaException
E - entityClass -
TopiaException
<E extends TopiaEntity,D extends TopiaDAO<E>> D getDAO(java.lang.Class<E> entityClass,
java.lang.Class<D> daoClass)
throws TopiaException
E - entityClass - daoClass -
TopiaExceptionTopiaFiresSupport getFiresSupport()
void removeChildContext(TopiaContextImplementor child)
java.util.Map<java.lang.String,TopiaService> getServices()
@Deprecated java.util.Collection<TopiaService> getAllServices()
getServices() instead
TopiaServicejava.util.List<java.lang.Class<?>> getPersistenceClasses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||