org.cruxframework.crux.core.client.db.annotation
Annotation Type DatabaseDef.IndexDef


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public static @interface DatabaseDef.IndexDef

Defines a new Index for a given object store.

Author:
Thiago da Rosa de Bustamante

Required Element Summary
 String[] keyPath
           
 
Optional Element Summary
 String name
           
 boolean unique
           
 

Element Detail

keyPath

public abstract String[] keyPath

name

public abstract String name
Default:
""

unique

public abstract boolean unique
Default:
false


Copyright © 2014. All rights reserved.