@Retention(value=RUNTIME) @Target(value={FIELD,METHOD,ANNOTATION_TYPE}) @Documented public @interface Column
Modifier and Type | Optional Element and Description |
---|---|
String |
keyColumn
Deprecated.
since 1.1, was used for collection mapping. Use
MappedCollection instead of this. |
String |
value
The mapping column name.
|
public abstract String value
@Deprecated public abstract String keyColumn
MappedCollection
instead of this.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.