Uses of Interface
org.hibernate.engine.jdbc.LobCreationContext
-
Packages that use LobCreationContext Package Description org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.envers.internal.entities.mapper.relation.lazy org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.testing.boot -
-
Uses of LobCreationContext in org.hibernate.engine.jdbc.env.internal
Fields in org.hibernate.engine.jdbc.env.internal declared as LobCreationContext Modifier and Type Field Description protected LobCreationContext
BlobAndClobCreator. lobCreationContext
Methods in org.hibernate.engine.jdbc.env.internal with parameters of type LobCreationContext Modifier and Type Method Description LobCreator
LobCreatorBuilderImpl. buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given contextConstructors in org.hibernate.engine.jdbc.env.internal with parameters of type LobCreationContext Constructor Description BlobAndClobCreator(LobCreationContext lobCreationContext)
StandardLobCreator(LobCreationContext lobCreationContext)
-
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 LobCreator
LobCreatorBuilder. buildLobCreator(LobCreationContext lobCreationContext)
-
Uses of LobCreationContext in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal with parameters of type LobCreationContext Modifier and Type Method Description LobCreator
JdbcServicesImpl. getLobCreator(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 LobCreator
JdbcServices. getLobCreator(LobCreationContext lobCreationContext)
Create an instance of aLobCreator
appropriate for the current environment, mainly meant to account for variance between: JDBC 4 (<= JDK 1.6) and JDBC 3 (>= JDK 1.5). -
Uses of LobCreationContext in org.hibernate.engine.spi
Subinterfaces of LobCreationContext in org.hibernate.engine.spi Modifier and Type Interface Description interface
SessionImplementor
Defines the "internal contract" betweenSession
and other parts of Hibernate including implementors ofType
,EntityPersister
, andCollectionPersister
.interface
SharedSessionContractImplementor
Defines the internal contract shared betweenSession
andStatelessSession
as used by other parts of Hibernate, including implementors ofType
,EntityPersister
, andCollectionPersister
.Classes in org.hibernate.engine.spi that implement LobCreationContext Modifier and Type Class Description class
SessionDelegatorBaseImpl
A wrapper class that delegates all method invocations to a delegate instance ofSessionImplementor
.class
SharedSessionDelegatorBaseImpl
A wrapper class that delegates all method invocations to a delegate instance ofSharedSessionContractImplementor
. -
Uses of LobCreationContext in org.hibernate.envers.internal.entities.mapper.relation.lazy
Classes in org.hibernate.envers.internal.entities.mapper.relation.lazy that implement LobCreationContext Modifier and Type Class Description class
AbstractDelegateSessionImplementor
class
ToOneDelegateSessionImplementor
-
Uses of LobCreationContext in org.hibernate.event.spi
Subinterfaces of LobCreationContext in org.hibernate.event.spi Modifier and Type Interface Description interface
EventSource
-
Uses of LobCreationContext in org.hibernate.internal
Classes in org.hibernate.internal that implement LobCreationContext Modifier and Type Class Description class
AbstractSharedSessionContract
Base class for implementations ofSharedSessionContract
andSharedSessionContractImplementor
.class
SessionImpl
Concrete implementation of theSession
API.class
StatelessSessionImpl
Concrete implementation of theStatelessSession
API. -
Uses of LobCreationContext in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot with parameters of type LobCreationContext Modifier and Type Method Description LobCreator
BasicTestingJdbcServiceImpl. getLobCreator(LobCreationContext lobCreationContext)
-