Class JpaConfiguration

    • Field Summary

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

        ARTEFACT_PROCESSING_ORDER
    • Constructor Summary

      Constructors 
      Constructor Description
      JpaConfiguration​(String persistenceUnit, Map<?,​?> properties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.cfg.Configuration addClass​(Class pc)  
      org.hibernate.cfg.Configuration addFile​(File file)  
      org.hibernate.cfg.Configuration addProperties​(Properties properties)  
      void buildMappings()  
      org.hibernate.SessionFactory buildSessionFactory()  
      org.hibernate.cfg.Configuration configure()  
      org.hibernate.cfg.Configuration configure​(File file)  
      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()  
      String getPersistenceUnit()  
      Iterator<org.hibernate.mapping.Table> getTableMappings()  
      void readFromJDBC()  
      void setEntityResolver​(EntityResolver entityResolver)  
      void setNamingStrategy​(org.hibernate.cfg.NamingStrategy namingStrategy)  
      void setPreferBasicCompositeIds​(boolean b)  
      org.hibernate.cfg.Configuration setProperties​(Properties properties)  
      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, 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, setProperty, setProperty, setProperty, setProperty, setProperty, setSessionFactoryObserver, setSharedCacheMode, setStatementInspector
    • Constructor Detail

      • JpaConfiguration

        public JpaConfiguration​(String persistenceUnit,
                                Map<?,​?> properties)