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