Uses of Interface
org.hibernate.engine.jdbc.connections.internal.ConnectionCreator
Packages that use ConnectionCreator
-
Uses of ConnectionCreator in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement ConnectionCreatorModifier and TypeClassDescriptionclassTemplate (as in template pattern) support forConnectionCreatorimplementors.classA specializedConnectionCreatorwhich usesDriver.connect(String, Properties)to obtain JDBC connections.classA specializedConnectionCreatorwhich usesDriverManager.getConnection(String, Properties)to obtain JDBC connections.Methods in org.hibernate.engine.jdbc.connections.internal that return ConnectionCreatorModifier and TypeMethodDescriptionConnectionCreatorFactory.create(Driver driver, ServiceRegistry serviceRegistry, String url, Properties connectionProps, Boolean autocommit, Integer isolation, String initSql, Map<String, Object> configurationValues) ConnectionCreatorFactoryImpl.create(Driver driver, ServiceRegistry serviceRegistry, String url, Properties connectionProps, Boolean autoCommit, Integer isolation, String initSql, Map<String, Object> configurationValues)