Kodo 4.2.0. generated on July 28 2008

kodo.persistence.jdbc
Annotation Type KeyColumn


Deprecated. use the OpenJPA version of this annotation instead.

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

Map key column.

Since:
4.0

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

name

public abstract String name
Deprecated. 
Default:
""

unique

public abstract boolean unique
Deprecated. 
Default:
false

nullable

public abstract boolean nullable
Deprecated. 
Default:
true

insertable

public abstract boolean insertable
Deprecated. 
Default:
true

updatable

public abstract boolean updatable
Deprecated. 
Default:
true

columnDefinition

public abstract String columnDefinition
Deprecated. 
Default:
""

length

public abstract int length
Deprecated. 
Default:
255

precision

public abstract int precision
Deprecated. 
Default:
0

scale

public abstract int scale
Deprecated. 
Default:
0

Kodo 4.2.0. generated on July 28 2008

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