org.apache.openjpa.persistence
Annotation Type DataStoreId


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DataStoreId

Describes how to generate a value for a field.

Since:
0.4.0
Author:
Abe White

Optional Element Summary
 String generator
           
 GenerationType strategy
           
 

strategy

public abstract GenerationType strategy
Default:
AUTO

generator

public abstract String generator
Default:
""


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