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 SummaryRequired Elements Modifier and Type Required Element Description SqlResultSetMapping[]valueOne or moreSqlResultSetMappingannotations.
 
- 
- 
- 
Element Detail- 
valueSqlResultSetMapping[] value One or moreSqlResultSetMappingannotations.
 
- 
 
-