Kodo 4.1.4 generated on June 22 2007

kodo.persistence.jdbc
Annotation Type KeyColumn


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

Map key column.

Since:
4.0

Optional Element Summary
 String columnDefinition
           
 boolean insertable
           
 int length
           
 String name
           
 boolean nullable
           
 int precision
           
 int scale
           
 boolean unique
           
 boolean updatable
           
 

name

public abstract String name
Default:
""

unique

public abstract boolean unique
Default:
false

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:
""

length

public abstract int length
Default:
255

precision

public abstract int precision
Default:
0

scale

public abstract int scale
Default:
0

Kodo 4.1.4 generated on June 22 2007

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.