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.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 for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.envers.internal.entities.mapper.relation.lazy org.hibernate.event.spi org.hibernate.internal 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.internal
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 context -
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
LobCreatorBuilder. buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given contextLobCreator
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 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 interface
SessionImplementor
Defines the "internal contract" forSession
and other parts of Hibernate such asType
,EntityPersister
andCollectionPersister
implementations.interface
SharedSessionContractImplementor
Defines the internal contract shared betweenSession
andStatelessSession
as used by other parts of Hibernate (such asType
,EntityPersister
andCollectionPersister
implementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwner
to drive the behavior of a "JDBC session".Classes in org.hibernate.engine.spi that implement LobCreationContext Modifier and Type Class Description class
SessionDelegatorBaseImpl
This class is meant to be extended. -
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)
-