OrderColumn annotation and the Hibernate specific
 ListIndexBase (for replacing base()).@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) @Deprecated public @interface IndexColumn
| Modifier and Type | Required Element and Description | 
|---|---|
String | 
name
Deprecated.  
The column name. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
int | 
base
Deprecated.  
The starting index value. 
 | 
String | 
columnDefinition
Deprecated.  
An explicit column definition. 
 | 
boolean | 
nullable
Deprecated.  
Is the column nullable? 
 | 
public abstract String name
public abstract int base
public abstract String columnDefinition
Copyright © 2016 JBoss by Red Hat. All rights reserved.