javax.persistence
Annotation Type SqlResultSetMappings


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

This annotation is used to define one or more SqlResultSetMapping

Author:
Emmanuel Bernard

Required Element Summary
 SqlResultSetMapping[] value
           
 

Element Detail

value

public abstract SqlResultSetMapping[] value