org.ujorm.orm.annot
Annotation Type Procedure


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface Procedure

Use the annotation to mark a Key static field like XML Attribute.

See Also:
View

Optional Element Summary
 String name
          A named parameter for the stored prodedure.
 String schema
          Name of schema.
 String value
          A shortcut for the attribute "name" of Table.
 

name

public abstract String name
A named parameter for the stored prodedure. Default value is taken from a relation key name.

Default:
""

value

public abstract String value
A shortcut for the attribute "name" of Table.

See Also:
name()
Default:
""

schema

public abstract String schema
Name of schema. If the value is empty than a default database schema is used.

Default:
""


Copyright 2013, Pavel Ponec