ijgen.generator.annotations
Annotation Type Persisted
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Persisted
Annotation which shows that annotated field has to be persisted.
Set of attributes:
1.columnName: contains the name of the database column in which this
field will be persisted. If not specified a default value will be used
by the generator.
Not mandatory, default value is empty string.
Example: columnName="my_column" means that annotated field will
be stored into my_column database column.
- Author:
- Detelin Zlatev
Optional Element Summary |
java.lang.String |
columnName
|
columnName
public abstract java.lang.String columnName
- Default:
- ""
Copyright © 2010 Detelin Zlatev. All Rights Reserved.