javax.persistence
Annotation Type SqlResultSetMappings


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

List of SqlResultSetMapping.

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

Required Element Summary
 SqlResultSetMapping[] value
          Array of mapping.
 

Element Detail

value

public abstract SqlResultSetMapping[] value
Array of mapping.