接口的使用
org.hibernate.service.spi.Wrapped
-
使用Wrapped的程序包 程序包 说明 org.hibernate.engine.jdbc.connections.internal Internals for accessing JDBC Connectionsorg.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.hibernate.hikaricp.internal Implementation of ConnectionProvider using HikariCP. -
-
org.hibernate.engine.jdbc.connections.internal中Wrapped的使用
实现Wrapped的org.hibernate.engine.jdbc.connections.internal中的类 修饰符和类型 类 说明 classDatasourceConnectionProviderImplAConnectionProviderthat manages connections from an underlyingDataSource.classDriverManagerConnectionProviderImplA connection provider that uses theDriverManagerdirectly to open connections and provides a very rudimentary connection pool.classUserSuppliedConnectionProviderImplAn implementation of theConnectionProviderinterface that simply throws an exception when a connection is requested, the assumption being that the application is responsible for handing the connection to use to the session -
org.hibernate.engine.jdbc.connections.spi中Wrapped的使用
org.hibernate.engine.jdbc.connections.spi中Wrapped的子接口 修饰符和类型 接口 说明 interfaceConnectionProviderA contract for obtaining JDBC connections.interfaceMultiTenantConnectionProviderA specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant aware connections.实现Wrapped的org.hibernate.engine.jdbc.connections.spi中的类 修饰符和类型 类 说明 classAbstractDataSourceBasedMultiTenantConnectionProviderImplBasic support for implementations ofMultiTenantConnectionProviderbased on DataSources.classAbstractMultiTenantConnectionProviderBasic support forMultiTenantConnectionProviderimplementations using individualConnectionProviderinstances per tenant behind the scenes.classDataSourceBasedMultiTenantConnectionProviderImplA concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions. -
org.hibernate.hikaricp.internal中Wrapped的使用
实现Wrapped的org.hibernate.hikaricp.internal中的类 修饰符和类型 类 说明 classHikariCPConnectionProviderHikariCP Connection provider for Hibernate.
-