@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface IndexColumn
OrderColumn
annotationModifier and Type | Required Element and Description |
---|---|
String |
name
column name
|
Modifier and Type | Optional Element and Description |
---|---|
int |
base
index in DB start from base
|
String |
columnDefinition
column definition, default to an appropriate integer
|
boolean |
nullable
is the index nullable
|
public abstract String name
public abstract int base
public abstract boolean nullable
public abstract String columnDefinition
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.