Uses of Interface
org.hibernate.engine.jdbc.LobCreator
-
Packages that use LobCreator Package Description org.hibernate 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.testing.boot org.hibernate.type.descriptor -
-
Uses of LobCreator in org.hibernate
Methods in org.hibernate that return LobCreator Modifier and Type Method Description static LobCreator
Hibernate. getLobCreator(SessionImplementor session)
Obtain a lob creator for the given session.static LobCreator
Hibernate. getLobCreator(SharedSessionContractImplementor session)
Obtain a lob creator for the given session.static LobCreator
Hibernate. getLobCreator(Session session)
Obtain a lob creator for the given session. -
Uses of LobCreator in org.hibernate.engine.jdbc
Classes in org.hibernate.engine.jdbc that implement LobCreator Modifier and Type Class Description class
AbstractLobCreator
Convenient base class for proxy-based LobCreator for handling wrapping.class
ContextualLobCreator
LobCreator
implementation using contextual creation against the JDBCConnection
class's LOB creation methods.class
NonContextualLobCreator
LobCreator
implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBCConnection
. -
Uses of LobCreator in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return LobCreator Modifier and Type Method Description LobCreator
LobCreatorBuilder. buildLobCreator(LobCreationContext lobCreationContext)
-
Uses of LobCreator in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return LobCreator 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 LobCreator in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return LobCreator Modifier and Type Method Description LobCreator
SessionDelegatorBaseImpl. getLobCreator()
-
Uses of LobCreator in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return LobCreator Modifier and Type Method Description LobCreator
BasicTestingJdbcServiceImpl. getLobCreator(LobCreationContext lobCreationContext)
-
Uses of LobCreator in org.hibernate.type.descriptor
Methods in org.hibernate.type.descriptor that return LobCreator Modifier and Type Method Description LobCreator
WrapperOptions. getLobCreator()
Obtain access to theLobCreator
-