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 TypeClassDescriptionclass
Template (as in template pattern) support forConnectionCreator
implementors.class
A specializedConnectionCreator
which usesDriver.connect(String, Properties)
to obtain JDBC connections.class
A specializedConnectionCreator
which 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)