Uses of Class
jakarta.persistence.ColumnResult
- 
Packages that use ColumnResult Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. - 
- 
Uses of ColumnResult in jakarta.persistence
Methods in jakarta.persistence that return ColumnResult Modifier and Type Method Description ColumnResult[]columns()(Required) The mapping of columns in the SELECT list to the arguments of the intended constructor, in order.ColumnResult[]columns()Specifies the result set mapping to scalar values. 
 -