com.jpattern.orm.annotation
Annotation Type Table


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface Table

Define the name of the associated table

Author:
Francesco Cina 08/giu/2011

Optional Element Summary
 String schemaName
           
 String tableName
          If not specified the table name is generated from the Class name.
 

tableName

public abstract String tableName
If not specified the table name is generated from the Class name.

Returns:
Default:
""

schemaName

public abstract String schemaName
Default:
""


Copyright © 2013. All Rights Reserved.