Uses of Interface
org.hibernate.engine.jdbc.LobCreator
Packages that use LobCreator
Package
Description
Support for various aspects of JDBC interaction.
Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package abstracts persistence mechanisms for entities.
Contracts for reading and writing values to and from JDBC.
-
Uses of LobCreator in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc with parameters of type LobCreatorModifier and TypeMethodDescriptionBinaryStream.asBlob
(LobCreator lobCreator) Use the givenLobCreator
to create aBlob
with the same data as this binary stream. -
Uses of LobCreator in org.hibernate.engine.jdbc.env.internal
Classes in org.hibernate.engine.jdbc.env.internal that implement LobCreatorModifier and TypeClassDescriptionclass
Convenient base class for proxy-basedLobCreator
for handling wrapping.class
LobCreator
which can useConnection.createBlob()
andConnection.createClob()
, butNClob
references are created locally.class
LobCreator
implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC connection.class
LobCreator implementation using Connection.createBlob(), Connection.createClob() and Connection.createNClob() to create the LOB references.Methods in org.hibernate.engine.jdbc.env.internal that return LobCreatorModifier and TypeMethodDescriptionLobCreatorBuilderImpl.buildLobCreator
(LobCreationContext lobCreationContext) Build aLobCreator
using the given context -
Uses of LobCreator in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return LobCreatorModifier and TypeMethodDescriptionLobCreatorBuilder.buildLobCreator
(LobCreationContext lobCreationContext) -
Uses of LobCreator in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return LobCreatorModifier and TypeMethodDescriptionJdbcServicesImpl.getLobCreator
(LobCreationContext lobCreationContext) Methods in org.hibernate.engine.jdbc.internal with parameters of type LobCreatorModifier and TypeMethodDescriptionArrayBackedBinaryStream.asBlob
(LobCreator lobCreator) StreamBackedBinaryStream.asBlob
(LobCreator lobCreator) -
Uses of LobCreator in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return LobCreatorModifier and TypeMethodDescriptionJdbcServices.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 LobCreator in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return LobCreatorModifier and TypeMethodDescriptionAbstractDelegatingWrapperOptions.getLobCreator()
SessionDelegatorBaseImpl.getLobCreator()
SharedSessionDelegatorBaseImpl.getLobCreator()
-
Uses of LobCreator in org.hibernate.internal
Methods in org.hibernate.internal that return LobCreator -
Uses of LobCreator in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return LobCreator -
Uses of LobCreator in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return LobCreatorModifier and TypeMethodDescriptionBasicTestingJdbcServiceImpl.getLobCreator
(LobCreationContext lobCreationContext) -
Uses of LobCreator in org.hibernate.type.descriptor
Methods in org.hibernate.type.descriptor that return LobCreatorModifier and TypeMethodDescriptionWrapperOptions.getLobCreator()
Obtain access to theLobCreator
. -
Uses of LobCreator in org.hibernate.type.internal
Methods in org.hibernate.type.internal that return LobCreator