Package | Description |
---|---|
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.engine.spi | |
org.hibernate.envers.internal.entities.mapper.relation.lazy | |
org.hibernate.event.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Constructor and Description |
---|
ContextualLobCreator(LobCreationContext lobCreationContext)
Constructs a ContextualLobCreator
|
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 | Interface and Description |
---|---|
interface |
SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type , EntityPersister and
CollectionPersister implementors |
Modifier and Type | Class and Description |
---|---|
class |
SessionDelegatorBaseImpl
This class is meant to be extended.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegateSessionImplementor |
class |
ToOneDelegateSessionImplementor |
Modifier and Type | Interface and Description |
---|---|
interface |
EventSource |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionImpl
Functionality common to stateless and stateful sessions
|
class |
SessionImpl
Concrete implementation of a Session.
|
class |
StatelessSessionImpl |
Copyright © 2017 JBoss by Red Hat. All rights reserved.