@Deprecated public interface TopiaContextImplementor extends TopiaContext
TopiaContext.
Any implementation of the TopiaContext should also implements this
contract.| Modifier and Type | Method and Description |
|---|---|
Set<TopiaContextImplementor> |
getChildContext()
Deprecated.
Hierarchical context are not supported anymore
|
Properties |
getConfig()
Deprecated.
use method from
TopiaPersistenceContext |
<E extends TopiaEntity> |
getDao(Class<E> entityClass)
Deprecated.
use method from
TopiaPersistenceContext |
<E extends TopiaEntity,D extends TopiaDAO<E>> |
getDao(Class<E> entityClass,
Class<D> daoClass)
Deprecated.
use method from
TopiaPersistenceContext |
TopiaFiresSupport |
getFiresSupport()
Deprecated.
internal usage
|
org.hibernate.Session |
getHibernate()
Deprecated.
use method from
TopiaHibernateSupport |
org.hibernate.cfg.Configuration |
getHibernateConfiguration()
Deprecated.
use method from
TopiaHibernateSupport |
org.hibernate.SessionFactory |
getHibernateFactory()
Deprecated.
use method from
TopiaHibernateSupport |
TopiaContextImplementor |
getParentContext()
Deprecated.
Hierarchical context are not supported anymore
|
List<Class<?>> |
getPersistenceClasses()
Deprecated.
use method from
TopiaPersistenceContext |
TopiaContextImplementor |
getRootContext()
Deprecated.
Hierarchical context are not supported anymore
|
Map<String,TopiaService> |
getServices()
Deprecated.
use methods from
TopiaServiceSupport |
boolean |
isSchemaExist(Class<?> clazz)
Deprecated.
use method from
TopiaPersistenceContext |
void |
removeChildContext(TopiaContext child)
Deprecated.
Hierarchical context are not supported anymore
|
void |
setUseFlushMode(boolean useFlushMode)
Deprecated.
use method from
TopiaJpaSupport |
add, addPropertyChangeListener, addTopiaContextListener, addTopiaEntitiesVetoable, addTopiaEntityListener, addTopiaEntityListener, addTopiaEntityVetoable, addTopiaEntityVetoable, addTopiaTransactionListener, addTopiaTransactionVetoable, backup, beginTransaction, clear, clearCache, closeContext, commitTransaction, createSchema, execute, executeSQL, find, findAll, findByTopiaId, findUnique, getService, isClosed, removePropertyChangeListener, removeTopiaContextListener, removeTopiaEntitiesVetoable, removeTopiaEntityListener, removeTopiaEntityListener, removeTopiaEntityVetoable, removeTopiaEntityVetoable, removeTopiaTransactionListener, removeTopiaTransactionVetoable, replicate, replicateEntities, replicateEntity, restore, rollbackTransaction, serviceEnabled, showCreateSchema, updateSchemaaddTopiaSchemaListener, removeTopiaSchemaListenerexecute, find, findAll, findUniquegetTopiaIdFactory, updatereplicate, replicateEntities, replicateEntityreplicategetHibernateSession@Deprecated Set<TopiaContextImplementor> getChildContext()
@Deprecated TopiaContextImplementor getParentContext()
@Deprecated TopiaContextImplementor getRootContext()
@Deprecated void removeChildContext(TopiaContext child)
@Deprecated Properties getConfig()
TopiaPersistenceContext@Deprecated org.hibernate.Session getHibernate() throws TopiaException
TopiaHibernateSupportTopiaException - si aucune transaction n'est ouverte@Deprecated org.hibernate.SessionFactory getHibernateFactory() throws TopiaNotFoundException
TopiaHibernateSupportgetHibernateFactory in interface TopiaHibernateSupportTopiaNotFoundException@Deprecated org.hibernate.cfg.Configuration getHibernateConfiguration() throws TopiaNotFoundException
TopiaHibernateSupportgetHibernateConfiguration in interface TopiaHibernateSupportTopiaNotFoundException@Deprecated void setUseFlushMode(boolean useFlushMode)
TopiaJpaSupportfalse.setUseFlushMode in interface TopiaJpaSupportuseFlushMode - the new value to set@Deprecated boolean isSchemaExist(Class<?> clazz) throws TopiaException
TopiaPersistenceContextclazz - the researched classTopiaException - si aucune transaction n'est ouverte@Deprecated <E extends TopiaEntity> TopiaDAO<E> getDao(Class<E> entityClass) throws TopiaException
TopiaPersistenceContextgetDao in interface TopiaDaoSupplierE - type of entityentityClass - type of entityTopiaException - if any error@Deprecated <E extends TopiaEntity,D extends TopiaDAO<E>> D getDao(Class<E> entityClass, Class<D> daoClass) throws TopiaException
TopiaPersistenceContextgetDao in interface TopiaDaoSupplierE - type of entityentityClass - type of entitydaoClass - the concrete dao class to useTopiaException - if any error@Deprecated TopiaFiresSupport getFiresSupport()
@Deprecated Map<String,TopiaService> getServices()
TopiaServiceSupportTopiaServiceSupportgetServices in interface TopiaServiceSupport@Deprecated List<Class<?>> getPersistenceClasses()
TopiaPersistenceContextCopyright © 2004–2013 CodeLutin. All rights reserved.