Package de.xima.fc.beans.ann
Annotation Type TransferAttribute
-
@Retention(RUNTIME) @Target(METHOD) public @interface TransferAttribute
Annotation zur Angabe ob Entity-Attribute an den Client übermittelt und empfangen werden
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanincomingBool'scher Wert, der angibt ob das Attribut vom Client zum Server gesandt wird, StandardtruebooleanoutgoingBool'scher Wert, der angibt ob das Attribut vom Server zum Client gesandt wird, StandardtruebooleanresolveincomingBool'scher Wert, der angibt ob das Attribut, welches zum Server gesandt wird, zu der entsprechenden Entität aufgelöst werden soll, StandardfalsebooleanresolveoutgoingBool'scher Wert, der angibt ob das Attribut, welches zum Client gesandt wird, zu der entsprechenden Entität aufgelöst werden soll, Standardfalse
-