org.cruxframework.crux.core.client.db.annotation
Annotation Type Store.Indexed


@Target(value=METHOD)
public static @interface Store.Indexed

Defines an index for a column on this object store

Author:
Thiago da Rosa de Bustamante

Optional Element Summary
 boolean unique
           
 

unique

public abstract boolean unique
Default:
false


Copyright © 2014. All rights reserved.