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, org.nuiton.topia.persistence.support.TopiaListenableSupport, org.nuiton.topia.persistence.support.TopiaServiceSupport, org.nuiton.topia.persistence.TopiaApplicationContext<E>
Direct Known Subclasses:
AbstractTopiaItLegacyTopiaApplicationContext

public abstract class AbstractTopiaItLegacyApplicationContext<E extends AbstractTopiaItLegacyPersistenceContext> extends org.nuiton.topia.persistence.internal.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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
    protected
     
    protected
    AbstractTopiaItLegacyApplicationContext(org.nuiton.topia.persistence.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, updateSchema

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.nuiton.topia.persistence.TopiaApplicationContext

    getContractClass, getContractClasses, getImplementationClass, getModelName, getModelVersion, newPersistenceContext
  • Constructor Details

    • AbstractTopiaItLegacyApplicationContext

      protected AbstractTopiaItLegacyApplicationContext(Properties properties)
    • AbstractTopiaItLegacyApplicationContext

      protected AbstractTopiaItLegacyApplicationContext(org.nuiton.topia.persistence.TopiaConfiguration topiaConfiguration)
    • AbstractTopiaItLegacyApplicationContext

      protected AbstractTopiaItLegacyApplicationContext(Map<String,String> configuration)