| Interface | Description |
|---|---|
| HibernateWork |
Unit of work to be performed within a Hibernate transaction.
|
| Class | Description |
|---|---|
| BinaryBlobType | |
| HibernateInitializer |
Class that initializes the Hibernate framework.
|
| HibernateSessionFactoryProvider |
Class that holds the Hibernate SessionFactory initialized during the application start-up time.
|
| HibernateTransaction |
A Hibernate transaction in the platform is always tied to a single thread.
|
| HibernateTxFragment |
A transaction fragment is a block of code executed inside the scope of a global transaction.
|
| LOBHelper |
Utility class to help with binary objects in Oracle
|
| LOBHelper.ValueWriter | |
| SQLStatementTrace | |
| StringBlobType |
Note that we don't use CLOBs to avoid ORACLE handling the encoding.
|
Copyright © 2012–2015 JBoss by Red Hat. All rights reserved.