sqlg2
Annotation Type SQLG


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SQLG

Annotation for upper level class marking that this class should be processed by preprocessor. Such class should inherit from GBase.


Optional Element Summary
 boolean inline
          true to generate server-local wrapper (analog of EJB local beans).
 boolean nosql
          true to suppress method invocation during preprocess.
 boolean remote
          true to generate remote wrapper (accessible via RMI or HTTP)
 

inline

public abstract boolean inline
true to generate server-local wrapper (analog of EJB local beans).

Default:
false

remote

public abstract boolean remote
true to generate remote wrapper (accessible via RMI or HTTP)

Default:
true

nosql

public abstract boolean nosql
true to suppress method invocation during preprocess.

Default:
false