Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.jdbc |
Support for various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.env.internal | |
org.hibernate.engine.jdbc.env.spi | |
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.type.descriptor |
Modifier and Type | Method and Description |
---|---|
static LobCreator |
Hibernate.getLobCreator(Session session)
Obtain a lob creator for the given session.
|
static LobCreator |
Hibernate.getLobCreator(SessionImplementor session)
Obtain a lob creator for the given session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLobCreator
Convenient base class for proxy-based LobCreator for handling wrapping.
|
class |
ContextualLobCreator
LobCreator implementation using contextual creation against the JDBC Connection 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 JDBC Connection . |
Modifier and Type | Method and Description |
---|---|
LobCreator |
LobCreatorBuilderImpl.buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given context
|
Modifier and Type | Method and Description |
---|---|
LobCreator |
LobCreatorBuilder.buildLobCreator(LobCreationContext lobCreationContext) |
Modifier and Type | Method and Description |
---|---|
LobCreator |
LobCreatorBuilder.buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given context
|
LobCreator |
JdbcServicesImpl.getLobCreator(LobCreationContext lobCreationContext) |
Modifier and Type | Method and Description |
---|---|
LobCreator |
JdbcServices.getLobCreator(LobCreationContext lobCreationContext)
Create an instance of a
LobCreator appropriate for the current environment, mainly meant to account for
variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5). |
Modifier and Type | Method and Description |
---|---|
LobCreator |
WrapperOptionsImpl.getLobCreator() |
Modifier and Type | Method and Description |
---|---|
LobCreator |
WrapperOptions.getLobCreator()
Obtain access to the
LobCreator |
Copyright © 2016 JBoss by Red Hat. All rights reserved.