@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface SQLReferencedByColumn
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
insertable |
int |
length |
boolean |
nullable |
boolean |
readable |
SQLColumn.SQLColumnType |
type |
boolean |
updatable |
public abstract String name
public abstract SQLColumn.SQLColumnType type
Copyright © 2020. All rights reserved.