Uses of Class
jakarta.persistence.FieldResult
-
Packages that use FieldResult Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of FieldResult in jakarta.persistence
Methods in jakarta.persistence that return FieldResult Modifier and Type Method Description FieldResult[]
fields()
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
-