@Documented
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Column
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Get the column name
|
Copyright © 2007–2021 Querydsl. All rights reserved.