ijgen.generator.annotations
Annotation Type DBTable
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DBTable
Annotation that carries information for the DB table responsible
for persisting the domain object.
Set of attributes:
1. name: contains the name of the table in the database.
Attribute is mandatory!
Example: name="my_class" means that the class marked by this
annotation will be persisted in table my_class
- Author:
- Detelin Zlatev
Required Element Summary |
java.lang.String |
name
|
name
public abstract java.lang.String name
Copyright © 2010 Detelin Zlatev. All Rights Reserved.