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 | 
|  java.lang.String | generator
 | 
|  javax.persistence.GenerationType | strategy
 | 
 
strategy
public abstract javax.persistence.GenerationType strategy
- 
 
- 
 - 
- Default:
- AUTO
 
generator
public abstract java.lang.String generator
- 
 
- 
 - 
- Default:
- ""
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.