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