Class RevengConfiguration

java.lang.Object
org.hibernate.cfg.Configuration
org.hibernate.tool.orm.jbt.internal.util.RevengConfiguration
All Implemented Interfaces:
ExtendedConfiguration

public class RevengConfiguration extends org.hibernate.cfg.Configuration implements ExtendedConfiguration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.cfg.Configuration
     
    org.hibernate.cfg.Configuration
    addFile(File file)
     
    void
     
    org.hibernate.SessionFactory
     
    org.hibernate.cfg.Configuration
     
    org.hibernate.cfg.Configuration
    configure(File object)
     
    org.hibernate.cfg.Configuration
    configure(Document document)
     
    org.hibernate.mapping.PersistentClass
     
    Iterator<org.hibernate.mapping.PersistentClass>
     
     
    org.hibernate.boot.Metadata
     
    org.hibernate.boot.model.naming.ImplicitNamingStrategy
     
     
    Iterator<org.hibernate.mapping.Table>
     
    boolean
     
    void
     
    void
     
    void
    setNamingStrategy(org.hibernate.boot.model.naming.ImplicitNamingStrategy namingStrategy)
     
    void
    setPreferBasicCompositeIds(boolean preferBasicCompositeIds)
     
    void
     

    Methods inherited from class org.hibernate.cfg.Configuration

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

    Methods inherited from class java.lang.Object

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

    • RevengConfiguration

      public RevengConfiguration()
  • Method Details