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 |
---|---|
java.lang.String |
name
Deprecated.
The column name.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
base
Deprecated.
The starting index value.
|
java.lang.String |
columnDefinition
Deprecated.
An explicit column definition.
|
boolean |
nullable
Deprecated.
Is the column nullable?
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.