javax.persistence
Annotation Type OrderColumn


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

Author:
Hardy Ferentschik

Optional Element Summary
 int base
           
 String columnDefinition
           
 boolean insertable
           
 String name
           
 boolean nullable
           
 String table
           
 boolean updatable
           
 

name

public abstract String name
Default:
""

nullable

public abstract boolean nullable
Default:
true

insertable

public abstract boolean insertable
Default:
true

updatable

public abstract boolean updatable
Default:
true

columnDefinition

public abstract String columnDefinition
Default:
""

base

public abstract int base
Default:
0

table

public abstract String table
Default:
""


Copyright © 2007-2009 Hibernate.org. All Rights Reserved.