Package jakarta.persistence
Annotation Type SqlResultSetMappings
- 
@Target(TYPE) @Retention(RUNTIME) public @interface SqlResultSetMappings
Is used to define one or moreSqlResultSetMappingannotations.- Since:
 - 1.0
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description SqlResultSetMapping[]valueOne or moreSqlResultSetMappingannotations. 
 - 
 
- 
- 
Element Detail
- 
value
SqlResultSetMapping[] value
One or moreSqlResultSetMappingannotations. 
 - 
 
 -