public class ConfigurationExt
extends org.hibernate.cfg.Configuration
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
UPLOAD_DATE_PROPERTY
Name of property for max upload date of all modules from which configuration is generated. 
 | 
| Constructor and Description | 
|---|
ConfigurationExt()
Creates new instance. 
 | 
ConfigurationExt(java.util.Collection<? extends org.hibernate.mapping.PersistentClass> classes,
                java.util.Collection<? extends org.hibernate.mapping.Table> tables,
                java.util.Collection<? extends org.hibernate.mapping.Collection> collections)
Creates new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.hibernate.engine.spi.SessionFactoryImplementor | 
buildSessionFactory()
Deprecated.  
 | 
void | 
update(java.util.Collection<? extends org.hibernate.mapping.PersistentClass> classes,
      java.util.Collection<? extends org.hibernate.mapping.Table> tables,
      java.util.Collection<? extends org.hibernate.mapping.Collection> collections)  | 
add, addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addDocument, addFile, addFile, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMappings, buildSessionFactory, configure, configure, configure, configure, configure, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityTuplizerFactory, getInterceptor, getNamedEntityGraphs, getNamedProcedureCallMap, getNamedQueries, getNamedSQLQueries, getProperties, getProperty, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getStandardServiceRegistryBuilder, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setImplicitNamingStrategy, setInterceptor, setPhysicalNamingStrategy, setProperties, setProperty, setSessionFactoryObserver, setSharedCacheModepublic static final java.lang.String UPLOAD_DATE_PROPERTY
public ConfigurationExt(java.util.Collection<? extends org.hibernate.mapping.PersistentClass> classes,
                        java.util.Collection<? extends org.hibernate.mapping.Table> tables,
                        java.util.Collection<? extends org.hibernate.mapping.Collection> collections)
classes - tables - collections - public ConfigurationExt()
public void update(java.util.Collection<? extends org.hibernate.mapping.PersistentClass> classes,
                   java.util.Collection<? extends org.hibernate.mapping.Table> tables,
                   java.util.Collection<? extends org.hibernate.mapping.Collection> collections)
classes - tables - collections - @Deprecated
public org.hibernate.engine.spi.SessionFactoryImplementor buildSessionFactory()
                                                                                   throws org.hibernate.HibernateException
buildSessionFactory in class org.hibernate.cfg.Configurationorg.hibernate.HibernateExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.