|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Inherited @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Table
Annotation indicating the table name in the database that a particular object maps to.
| Required Element Summary | |
|---|---|
java.lang.String |
value
The name of the table that the object maps to in the database. |
| Optional Element Summary | |
|---|---|
java.lang.String |
alias
The default table alias to use in the generated map. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract java.lang.String alias
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||