|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Advice
Defines the transactional semantics of the AOP advice that is to be executed. That is, this advice element is where the transactional semantics of any number of methods are defined (where transactional semantics includes the propagation settings, the isolation level, the rollback rules, and suchlike).
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.springframework.org/schema/beans}identifiedType">
<sequence>
<element name="attributes" type="{http://www.springframework.org/schema/tx}attributesType" minOccurs="0"/>
</sequence>
<attribute name="transaction-manager" type="{http://www.w3.org/2001/XMLSchema}string" default="transactionManager" />
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
AttributesType |
getAttributes()
Gets the value of the attributes property. |
String |
getTransactionManager()
Gets the value of the transactionManager property. |
void |
setAttributes(AttributesType value)
Sets the value of the attributes property. |
void |
setTransactionManager(String value)
Sets the value of the transactionManager property. |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Method Detail |
|---|
AttributesType getAttributes()
AttributesTypevoid setAttributes(AttributesType value)
value - allowed object is
AttributesTypeString getTransactionManager()
Stringvoid setTransactionManager(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||