org.ujorm.orm.annot
Annotation Type Comment


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

Use the annotation to comment a database table or column.
In case you are using the database MySQL, please see more information about the column implementation

See Also:
MySqlDialect column implementation

Optional Element Summary
 java.lang.String value
           
 

value

public abstract java.lang.String value
Default:
""


Copyright © 2007-2012 PPonec