org.apache.openjpa.persistence
Annotation Type Type


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

Indicates the persistent type of a 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.