av.tob
Annotation Type Retying
@Inherited
@Target(value=METHOD)
@Retention(value=CLASS)
public @interface Retying
Indicates an instance method of a persistent class will modify the persistent
object's Ties. If annotated, the runtime method call to it will at the same
time encount the persistent object as WRITEN by current
Transaction.
This is REQUIRED to be put on all instance methods those modify any of the
persistent object's Ties, to ensure the changes actually take effect when
current transaction is commited.
- Author:
- Compl
|
Required Element Summary |
String[] |
value
Specifies a list of Tie names those the annotated method is to modify. |
value
public abstract String[] value
- Specifies a list of Tie names those the annotated method is to modify.
- Returns:
- Tie name list to be modified by the annotated method
Copyright© 2006 Ableverse Platform. All rights reserved.