|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JDBCContext | |
| org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
| 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. |
| org.hibernate.transaction | This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers. |
| Uses of JDBCContext in org.hibernate.engine |
| Methods in org.hibernate.engine that return JDBCContext | |
JDBCContext |
SessionImplementor.getJDBCCotext()
|
| Uses of JDBCContext in org.hibernate.impl |
| Methods in org.hibernate.impl that return JDBCContext | |
JDBCContext |
StatelessSessionImpl.getJDBCCotext()
|
JDBCContext |
SessionImpl.getJDBCCotext()
|
| Uses of JDBCContext in org.hibernate.jdbc |
| Methods in org.hibernate.jdbc with parameters of type JDBCContext | |
static Connection |
BorrowedConnectionProxy.generateProxy(JDBCContext jdbcContext)
|
| Constructors in org.hibernate.jdbc with parameters of type JDBCContext | |
BorrowedConnectionProxy(JDBCContext jdbcContext)
|
|
| Uses of JDBCContext in org.hibernate.transaction |
| Methods in org.hibernate.transaction with parameters of type JDBCContext | |
Transaction |
TransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context context)
Begin a transaction and return the associated Transaction instance. |
Transaction |
JTATransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
Transaction |
JDBCTransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
Transaction |
CMTTransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
| Constructors in org.hibernate.transaction with parameters of type JDBCContext | |
JTATransaction(InitialContext context,
String utName,
JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
|
JDBCTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
|
CMTTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
|
CacheSynchronization(TransactionFactory.Context ctx,
JDBCContext jdbcContext,
Transaction transaction,
Transaction tx)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||