javax.persistence
Annotation Type ColumnResult


@Target(value={})
@Retention(value=RUNTIME)
public @interface ColumnResult

Mapping of a result.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Required Element Summary
 String name
          Name of the result.
 

Element Detail

name

public abstract String name
Name of the result.



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.