org.apache.openjpa.persistence.jdbc
Annotation Type OrderColumn


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface OrderColumn

Surrogate order column.

Since:
0.4.0
Author:
Abe White

Optional Element Summary
 String columnDefinition
           
 boolean enabled
           
 boolean insertable
           
 String name
           
 int precision
           
 boolean updatable
           
 

name

public abstract String name
Default:
""

enabled

public abstract boolean enabled
Default:
true

insertable

public abstract boolean insertable
Default:
true

updatable

public abstract boolean updatable
Default:
true

columnDefinition

public abstract String columnDefinition
Default:
""

precision

public abstract int precision
Default:
0


Copyright © 2006 Apache Software Foundation. All Rights Reserved.