org.jpox.annotations
Annotation Type DatastoreIdentity
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DatastoreIdentity
Annotation for the datastore identity of the class.
Maps across to the JDO2 element "datastore-identity" of the "class" element.
- Version:
- $Revision: 1.5 $
strategy
public abstract IdGeneratorStrategy strategy
- Default:
- UNKNOWN
sequence
public abstract java.lang.String sequence
- Default:
- ""
column
public abstract java.lang.String column
- Default:
- ""
columns
public abstract Column[] columns
- Default:
- {}
Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.