@Retention(value=RUNTIME) @Target(value=FIELD) @Inherited public @interface Column
| 限定符和类型 | 可选元素和说明 |
|---|---|
ColumnTypeObject |
type |
String |
value
Controls the actual kind name used in the datastore.
|
public abstract String value
public abstract ColumnTypeObject type
Copyright © 2019. All rights reserved.