| 
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface VirtualAccessMethods
Specifies that this class contains virtual attributes. This annotation is used in an EclipseLink-specific way to define access methods used by mappings with accessType=VIRTUAL. The xml-equivalent is the <access-methods> tag
| Optional Element Summary | |
|---|---|
 java.lang.String | 
get(Optional) The name of the getter method to use for the virtual property This method must take a single java.lang.String parameter and return a java.lang.Object.  | 
 java.lang.String | 
set(Optional) The name of the setter method to use for the virtual property This method must take a java.lang.String parameter and a java.lang.Object parameter.  | 
public abstract java.lang.String get
public abstract java.lang.String set
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||