📄 transactionfactory.context.html
字号:
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../org/hibernate/transaction/package-summary.html">org.hibernate.transaction</A> with parameters of type <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A></CODE></FONT></TD>
<TD><CODE><B>TransactionFactory.</B><B><A HREF="../../../../org/hibernate/transaction/TransactionFactory.html#createTransaction(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context)">createTransaction</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> context)</CODE>
<BR>
Begin a transaction and return the associated <tt>Transaction</tt> instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>TransactionFactory.</B><B><A HREF="../../../../org/hibernate/transaction/TransactionFactory.html#isTransactionInProgress(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context, org.hibernate.Transaction)">isTransactionInProgress</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext, <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A> transaction)</CODE>
<BR>
Determine whether an underlying transaction is in progress.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A></CODE></FONT></TD>
<TD><CODE><B>JTATransactionFactory.</B><B><A HREF="../../../../org/hibernate/transaction/JTATransactionFactory.html#createTransaction(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context)">createTransaction</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>JTATransactionFactory.</B><B><A HREF="../../../../org/hibernate/transaction/JTATransactionFactory.html#isTransactionInProgress(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context, org.hibernate.Transaction)">isTransactionInProgress</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext, <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A> transaction)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A></CODE></FONT></TD>
<TD><CODE><B>JDBCTransactionFactory.</B><B><A HREF="../../../../org/hibernate/transaction/JDBCTransactionFactory.html#createTransaction(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context)">createTransaction</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>JDBCTransactionFactory.</B><B><A HREF="../../../../org/hibernate/transaction/JDBCTransactionFactory.html#isTransactionInProgress(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context, org.hibernate.Transaction)">isTransactionInProgress</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext, <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A> transaction)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A></CODE></FONT></TD>
<TD><CODE><B>CMTTransactionFactory.</B><B><A HREF="../../../../org/hibernate/transaction/CMTTransactionFactory.html#createTransaction(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context)">createTransaction</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>CMTTransactionFactory.</B><B><A HREF="../../../../org/hibernate/transaction/CMTTransactionFactory.html#isTransactionInProgress(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context, org.hibernate.Transaction)">isTransactionInProgress</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext, <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A> transaction)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Constructors in <A HREF="../../../../org/hibernate/transaction/package-summary.html">org.hibernate.transaction</A> with parameters of type <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/hibernate/transaction/JTATransaction.html#JTATransaction(javax.naming.InitialContext, java.lang.String, org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context)">JTATransaction</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/javax/naming/InitialContext.html" title="class or interface in javax.naming">InitialContext</A> context, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> utName, <A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/hibernate/transaction/JDBCTransaction.html#JDBCTransaction(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context)">JDBCTransaction</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/hibernate/transaction/CMTTransaction.html#CMTTransaction(org.hibernate.jdbc.JDBCContext, org.hibernate.transaction.TransactionFactory.Context)">CMTTransaction</A></B>(<A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> transactionContext)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/hibernate/transaction/CacheSynchronization.html#CacheSynchronization(org.hibernate.transaction.TransactionFactory.Context, org.hibernate.jdbc.JDBCContext, javax.transaction.Transaction, org.hibernate.Transaction)">CacheSynchronization</A></B>(<A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction">TransactionFactory.Context</A> ctx, <A HREF="../../../../org/hibernate/jdbc/JDBCContext.html" title="class in org.hibernate.jdbc">JDBCContext</A> jdbcContext, <A HREF="http://java.sun.com/j2se/1.3/docs/api/javax/transaction/Transaction.html" title="class or interface in javax.transaction">Transaction</A> transaction, <A HREF="../../../../org/hibernate/Transaction.html" title="interface in org.hibernate">Transaction</A> tx)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hibernate/transaction/TransactionFactory.Context.html" title="interface in org.hibernate.transaction"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="TransactionFactory.Context.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -