Package org.nuiton.topia.it.legacy
Class AbstractTopiaItLegacyApplicationContext<E extends AbstractTopiaItLegacyPersistenceContext>
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaApplicationContext<E>
org.nuiton.topia.it.legacy.AbstractTopiaItLegacyApplicationContext<E>
- All Implemented Interfaces:
Closeable,AutoCloseable,TopiaListenableSupport,TopiaServiceSupport,TopiaApplicationContext<E>
- Direct Known Subclasses:
AbstractTopiaItLegacyTopiaApplicationContext
public abstract class AbstractTopiaItLegacyApplicationContext<E extends AbstractTopiaItLegacyPersistenceContext>
extends AbstractTopiaApplicationContext<E>
Created on 12/19/13.
- Since:
- 3.0
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaApplicationContext
closed, configuration, hibernateProvider, persistenceContexts, sessionRegistry, topiaFiresSupport, topiaIdFactory, topiaServiceSupport -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractTopiaItLegacyApplicationContext(Map<String, String> configuration) protectedAbstractTopiaItLegacyApplicationContext(Properties properties) protectedAbstractTopiaItLegacyApplicationContext(TopiaConfiguration topiaConfiguration) -
Method Summary
Methods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaApplicationContext
addPropertyChangeListener, addTopiaEntitiesVetoable, addTopiaEntityListener, addTopiaEntityListener, addTopiaEntityVetoable, addTopiaEntityVetoable, addTopiaSchemaListener, addTopiaTransactionListener, addTopiaTransactionVetoable, close, createSchema, dropSchema, getConfiguration, getHibernateProvider, getImplementationClasses, getPersistenceClasses, getSchemaName, getSchemaNames, getServices, getServices, getSessionRegistry, getTopiaFiresSupport, getTopiaIdFactory, init, initSchema, initServices, isClosed, isInitSchema, isOpened, isSchemaEmpty, isTableExists, registerPersistenceContext, removePropertyChangeListener, removeTopiaEntitiesVetoable, removeTopiaEntityListener, removeTopiaEntityListener, removeTopiaEntityVetoable, removeTopiaEntityVetoable, removeTopiaSchemaListener, removeTopiaTransactionListener, removeTopiaTransactionVetoable, showCreateSchema, updateSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.topia.persistence.TopiaApplicationContext
getContractClass, getContractClasses, getImplementationClass, getModelName, getModelVersion, newPersistenceContext
-
Constructor Details
-
AbstractTopiaItLegacyApplicationContext
-
AbstractTopiaItLegacyApplicationContext
-
AbstractTopiaItLegacyApplicationContext
-