Produced by Siminov Software Solution LLP

siminov.orm.annotation
Annotation Type Table


@Retention(value=RUNTIME)
public @interface Table

Exposes methods to GET table name as per in POJO Class Annotation by application.


Required Element Summary
 java.lang.String tableName
          Get table name.
 

Element Detail

tableName

public abstract java.lang.String tableName
Get table name.

Returns:
Name Of Table.

Apache License 2.0

Copyright 2013