Kodo 4.2.0. generated on July 28 2008

kodo.persistence.jdbc
Annotation Type KeyIndex


Deprecated. use the OpenJPA version of this annotation instead.

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

Index on map key columns.

Since:
4.0

Optional Element Summary
 boolean enabled
          Deprecated.  
 String name
          Deprecated.  
 boolean unique
          Deprecated.  
 

name

public abstract String name
Deprecated. 
Default:
""

enabled

public abstract boolean enabled
Deprecated. 
Default:
true

unique

public abstract boolean unique
Deprecated. 
Default:
false

Kodo 4.2.0. generated on July 28 2008

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