Uses of Interface
org.hibernate.service.spi.Wrapped
-
Packages that use Wrapped Package Description org.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connections -
-
Uses of Wrapped in org.hibernate.engine.jdbc.connections.spi
Subinterfaces of Wrapped in org.hibernate.engine.jdbc.connections.spi Modifier and Type Interface Description interfaceConnectionProviderA contract for obtaining JDBC connections.interfaceMultiTenantConnectionProviderA specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant aware connections.Classes in org.hibernate.engine.jdbc.connections.spi that implement Wrapped Modifier and Type Class Description 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.
-