Class HibernateConfigurationImpl

java.lang.Object
org.hibernate.cfg.Configuration
org.exoplatform.services.database.impl.HibernateConfigurationImpl

public class HibernateConfigurationImpl extends org.hibernate.cfg.Configuration
Created by The eXo Platform SAS .
Version:
$Id: HibernateConfigurationImpl.java 5332 2006-04-29 18:32:44Z geaz $ Hibernate's Configuration. One per 'properties-param' entry in container configuration
Author:
Gennady Azarenkov
  • Field Summary

    Fields inherited from class org.hibernate.cfg.Configuration

    ARTEFACT_PROCESSING_ORDER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.SessionFactory
     

    Methods inherited from class org.hibernate.cfg.Configuration

    addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addEntityNameResolver, addFile, addFile, addInputStream, addJar, addPackage, addProperties, addResource, addSqlFunction, addURL, addXmlMapping, buildSessionFactory, configure, configure, configure, configure, getColumnOrderingStrategy, getCurrentTenantIdentifierResolver, getCustomEntityDirtinessStrategy, getEntityNotFoundDelegate, getImplicitNamingStrategy, getInterceptor, getNamedEntityGraphs, getNamedProcedureCallMap, getNamedQueries, getNamedSQLQueries, getPhysicalNamingStrategy, getProperties, getProperty, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getStandardServiceRegistryBuilder, getStatementInspector, getXmlMappingBinderAccess, mergeProperties, registerFunctionContributor, registerTypeContributor, registerTypeOverride, registerTypeOverride, reset, setColumnOrderingStrategy, setCurrentTenantIdentifierResolver, setCustomEntityDirtinessStrategy, setEntityNotFoundDelegate, setImplicitNamingStrategy, setInterceptor, setPhysicalNamingStrategy, setProperties, setProperty, setSessionFactoryObserver, setSharedCacheMode, setStatementInspector

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HibernateConfigurationImpl

      public HibernateConfigurationImpl()
  • Method Details

    • buildSessionFactory

      public org.hibernate.SessionFactory buildSessionFactory()
      Overrides:
      buildSessionFactory in class org.hibernate.cfg.Configuration