javax.persistence
Annotation Type OrderColumn
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface OrderColumn
- Author:
- Hardy Ferentschik
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.