jlibs.jdbc.annotations
Annotation Type Table


@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface Table

Author:
Santhosh Kumar T

Optional Element Summary
 Class extend
           
 String name
          Name of the database table.
 

name

public abstract String name
Name of the database table. If not specified it is computed from the Class name by converting it to lowercase and inserting underscores between words

Default:
""

extend

public abstract Class extend
Default:
jlibs.jdbc.DAO.class


Copyright © 2016. All rights reserved.