Package | Description |
---|---|
org.hibernate.engine.jdbc | |
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
Modifier and Type | Method and Description |
---|---|
LobCreator |
JdbcSupportImpl.getLobCreator(LobCreationContext lobCreationContext) |
LobCreator |
JdbcSupport.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). |
Constructor and Description |
---|
ContextualLobCreator(LobCreationContext lobCreationContext) |
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl
Concrete implementation of a Session, and also the central, organizing component
of Hibernate's internal implementation.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved