org.apache.openjpa.persistence.jdbc
Annotation Type Index


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

Index definition.

Since:
0.4.0
Author:
Abe White

Optional Element Summary
 String[] columnNames
           
 boolean enabled
           
 String name
           
 boolean specified
           
 boolean unique
           
 

name

public abstract String name
Default:
""

enabled

public abstract boolean enabled
Default:
true

unique

public abstract boolean unique
Default:
false

columnNames

public abstract String[] columnNames
Default:
{}

specified

public abstract boolean specified
Default:
true


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.