jodd.db.orm.meta
Annotation Type DbIdentity


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface DbIdentity

DbOrm ID column mapping, not necessary to use, but it might be helpful.


Optional Element Summary
 java.lang.String value
          Name of bean to inject.
 

value

public abstract java.lang.String value
Name of bean to inject.

Default:
""


Copyright ©2008 Jodd Team