Uses of Interface
org.hibernate.service.spi.Wrapped
Packages that use Wrapped
Package
Description
Defines SPI contracts for obtaining JDBC
Connections from a
provider implemented as a service.-
Uses of Wrapped in org.hibernate.engine.jdbc.connections.spi
Subinterfaces of Wrapped in org.hibernate.engine.jdbc.connections.spiModifier and TypeInterfaceDescriptioninterfaceA contract for obtaining JDBC connections and, optionally, for pooling connections.interfaceA specializedConnectionprovider contract used when the application is using multi-tenancy support requiring tenant-aware connections.Classes in org.hibernate.engine.jdbc.connections.spi that implement WrappedModifier and TypeClassDescriptionclassBasic support for implementations ofMultiTenantConnectionProviderbased onDataSources.classBasic support forMultiTenantConnectionProviderimplementations using an individualConnectionProviderinstance per tenant behind the scenes.classA concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions.