Uses of Record Class
jakarta.persistence.sql.FieldMapping
Packages that use FieldMapping
Package
Description
Defines an API for the programmatic definition of SQL result set
mappings to Java classes.
-
Uses of FieldMapping in jakarta.persistence.sql
Methods in jakarta.persistence.sql that return FieldMappingModifier and TypeMethodDescriptionstatic <C,T> FieldMapping <C, T> ResultSetMapping.field(SingularAttribute<? super C, T> attribute, String columnName) Construct a mapping for a field or property of an entity or embeddable type.static <C,T> FieldMapping <C, T> Construct a mapping for a field or property of an entity or embeddable type.static <C,T> FieldMapping <C, T> FieldMapping.of(SingularAttribute<? super C, T> attribute, String columnName) Construct a new instance.static <C,T> FieldMapping <C, T> Construct a new instance.