Kodo 4.2.0. generated on July 28 2008

kodo.persistence.jdbc
Annotation Type KeyJoinColumn


Deprecated. use the OpenJPA version of this annotation instead.

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

Map key join column.

Since:
4.0

Optional Element Summary
 String columnDefinition
          Deprecated.  
 boolean insertable
          Deprecated.  
 String name
          Deprecated.  
 boolean nullable
          Deprecated.  
 String referencedAttributeName
          Deprecated.  
 String referencedColumnName
          Deprecated.  
 boolean unique
          Deprecated.  
 boolean updatable
          Deprecated.  
 

name

public abstract String name
Deprecated. 
Default:
""

referencedColumnName

public abstract String referencedColumnName
Deprecated. 
Default:
""

referencedAttributeName

public abstract String referencedAttributeName
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:
""

Kodo 4.2.0. generated on July 28 2008

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