net.sf.persism.annotations
Annotation Type TableName


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

Defines the table name for a given class. This annotation is optional since Persism can detect the table name from the class in most situations.


Required Element Summary
 java.lang.String value
          Name of the table mapped to the class.
 

Element Detail

value

public abstract java.lang.String value
Name of the table mapped to the class.