Java org.springframework.transaction.interceptor TransactionAttributeEditor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.interceptor TransactionAttributeEditor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction.interceptor TransactionAttributeEditor.

The text is from its open source code.

Constructor

Method

ObjectgetValue()
Gets the value of the property.
voidsetAsText(String text)
Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2.