Uses of Interface
org.hibernate.engine.jdbc.LobCreationContext
-
Packages that use LobCreationContext Package Description org.hibernate.engine.jdbc Support for various aspects of JDBC interactionorg.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.event.spi org.hibernate.testing.boot -
-
Uses of LobCreationContext in org.hibernate.engine.jdbc
Constructors in org.hibernate.engine.jdbc with parameters of type LobCreationContext Constructor Description ContextualLobCreator(LobCreationContext lobCreationContext)Constructs a ContextualLobCreator -
Uses of LobCreationContext in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi with parameters of type LobCreationContext Modifier and Type Method Description LobCreatorLobCreatorBuilder. buildLobCreator(LobCreationContext lobCreationContext) -
Uses of LobCreationContext in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with parameters of type LobCreationContext Modifier and Type Method Description LobCreatorJdbcServices. getLobCreator(LobCreationContext lobCreationContext)Create an instance of aLobCreatorappropriate for the current environment, mainly meant to account for variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5). -
Uses of LobCreationContext in org.hibernate.engine.spi
Subinterfaces of LobCreationContext in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionImplementorDefines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.interfaceSharedSessionContractImplementorDefines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".Classes in org.hibernate.engine.spi that implement LobCreationContext Modifier and Type Class Description classSessionDelegatorBaseImplThis class is meant to be extended. -
Uses of LobCreationContext in org.hibernate.event.spi
Subinterfaces of LobCreationContext in org.hibernate.event.spi Modifier and Type Interface Description interfaceEventSource -
Uses of LobCreationContext in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot with parameters of type LobCreationContext Modifier and Type Method Description LobCreatorBasicTestingJdbcServiceImpl. getLobCreator(LobCreationContext lobCreationContext)
-