Este conteúdo não está disponível no idioma selecionado.
1.3.4. Other Connection Specific Configurations
Pass custom connection properties by appending the name of the new property to
hibernate.connection. For example, to specify a charSet property, specify a new charSet connection property names hibernate.connection.charSet.
Pass custom plugin strategies to obtain JDBC connections by implementing the
org.hibernate.service.jdbc.connections.spi.ConnectionProvider and by specifying a custom implementation with the hibernate.connection.provider_class property.