org.jpox.annotations.jpa
Annotation Type IdentityType


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

Annotation for JDO identity type. JPOX extension annotation to be used with JPA annotations

Version:
$Revision: 1.1 $

Optional Element Summary
 IdentityTypeValue value
           
 

value

public abstract IdentityTypeValue value
Default:
DATASTORE


Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.