org.apache.openjpa.persistence
Annotation Type KeyType


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface KeyType

Indicates the persistent key type of a map field, if different than the declared type.

Since:
0.4.0
Author:
Abe White

Required Element Summary
 Class value
           
 

Element Detail

value

public abstract Class value


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