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


@Target(value=TYPE)
public @interface Store

Maps a class to an object store into the Crux Database.

Author:
Thiago da Rosa de Bustamante

Required Element Summary
 String value
          Define the object store name
 
Optional Element Summary
 DatabaseDef.IndexDef[] indexes
          Defines complex indexes for this object store
 

Element Detail

value

public abstract String value
Define the object store name

Returns:

indexes

public abstract DatabaseDef.IndexDef[] indexes
Defines complex indexes for this object store

Default:
{}


Copyright © 2014. All rights reserved.