public class TransactionTag extends TransactionTagSupport
<transaction> using the container's EL implementation.dataSourceSpecified, rawDataSource| Constructor and Description |
|---|
TransactionTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Prepares for execution by setting the initial state, such as
getting the
Connection and preparing it for
the transaction. |
void |
release() |
void |
setDataSource(String expression) |
void |
setIsolation(String expression)
Setter method for the transaction isolation level.
|
doCatch, doEndTag, doFinally, getSharedConnectionpublic int doStartTag()
throws javax.servlet.jsp.JspException
TransactionTagSupportConnection and preparing it for
the transaction.doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class TransactionTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class TransactionTagSupportpublic void setDataSource(String expression)
public void setIsolation(String expression)
TransactionTagSupportsetIsolation in class TransactionTagSupportCopyright © 2001–2025 The Apache Software Foundation. All rights reserved.