Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.ejb.transaction | |
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
Modifier and Type | Method and Description |
---|---|
protected TransactionFactory |
SettingsFactory.createTransactionFactory(Properties properties) |
TransactionFactory |
Settings.getTransactionFactory() |
Modifier and Type | Class and Description |
---|---|
class |
JoinableCMTTransactionFactory
A transaction is in progress if the underlying JTA tx is in progress and if the Tx is marked as
MARKED_FOR_JOINED
|
Modifier and Type | Method and Description |
---|---|
TransactionFactory |
SessionFactoryImpl.getTransactionFactory() |
Modifier and Type | Class and Description |
---|---|
class |
CMTTransactionFactory
Factory for
CMTTransaction instances. |
class |
JDBCTransactionFactory
Factory for
JDBCTransaction instances. |
class |
JTATransactionFactory
Factory for
JTATransaction instances. |
Modifier and Type | Method and Description |
---|---|
static TransactionFactory |
TransactionFactoryFactory.buildTransactionFactory(Properties transactionProps)
Create an appropriate transaction factory based on the given configuration
properties.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved