Package | Description |
---|---|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.jdbc |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl
Concrete implementation of a Session, and also the central, organizing component
of Hibernate's internal implementation.
|
class |
StatelessSessionImpl |
Modifier and Type | Method and Description |
---|---|
static JDBCContext |
JDBCContext.deserialize(ObjectInputStream ois,
JDBCContext.Context context,
Interceptor interceptor)
Custom deserialization routine used during deserialization of a
Session/PersistenceContext for increased performance.
|
Constructor and Description |
---|
JDBCContext(JDBCContext.Context owner,
Connection connection,
Interceptor interceptor) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved