Class RevengConfiguration

    • Field Summary

      • Fields inherited from class org.hibernate.cfg.Configuration

        ARTEFACT_PROCESSING_ORDER
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.cfg.Configuration addClass​(Class file)  
      org.hibernate.cfg.Configuration addFile​(File file)  
      void buildMappings()  
      org.hibernate.SessionFactory buildSessionFactory()  
      org.hibernate.cfg.Configuration configure()  
      org.hibernate.cfg.Configuration configure​(File object)  
      org.hibernate.cfg.Configuration configure​(Document document)  
      org.hibernate.mapping.PersistentClass getClassMapping​(String name)  
      Iterator<org.hibernate.mapping.PersistentClass> getClassMappings()  
      EntityResolver getEntityResolver()  
      org.hibernate.boot.Metadata getMetadata()  
      org.hibernate.cfg.NamingStrategy getNamingStrategy()  
      Object getReverseEngineeringStrategy()  
      Iterator<org.hibernate.mapping.Table> getTableMappings()  
      boolean preferBasicCompositeIds()  
      void readFromJDBC()  
      void setEntityResolver​(EntityResolver entityResolver)  
      void setNamingStrategy​(org.hibernate.cfg.NamingStrategy namingStrategy)  
      void setPreferBasicCompositeIds​(boolean preferBasicCompositeIds)  
      void setReverseEngineeringStrategy​(RevengStrategy strategy)  
      • Methods inherited from class org.hibernate.cfg.Configuration

        addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addDirectory, addEntityNameResolver, addFile, addInputStream, addJar, addPackage, addProperties, addResource, addSqlFunction, addURL, addXmlMapping, buildSessionFactory, 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, setColumnOrderingStrategy, setCurrentTenantIdentifierResolver, setCustomEntityDirtinessStrategy, setEntityNotFoundDelegate, setImplicitNamingStrategy, setInterceptor, setPhysicalNamingStrategy, setProperties, setProperty, setProperty, setProperty, setProperty, setProperty, setSessionFactoryObserver, setSharedCacheMode, setStatementInspector