Package com.blackrook.sql.hints
Annotation Interface SQLName
Placing this annotation on public fields or getter/setter methods on POJOs
hints that this field uses a different field or column name in a collection or table.
- Author:
- Matthew Tropiano
-
Optional Element Summary
-
Element Details
-
value
String valueSpecifies the column/field name. If not specified, then this uses the default name for the annotated field.- Returns:
- the column/field name, or the empty string for "default".
- Default:
- ""
-