Package jakarta.persistence.sql
package jakarta.persistence.sql
-
ClassDescriptionMaps a column of a JDBC
ResultSetto a scalar value in the result returned by the query.Maps a JDBCResultSetto a tuple of values packaged as an object array.Maps columns of a JDBCResultSetto parameters of the constructor of a Java class.EmbeddedMapping<C,T> Maps columns of a JDBCResultSetto a given embedded object.FieldMapping<C,T> Maps a column of a JDBCResultSetto a given field or column of an entity or embeddable type.Supertype of objects which map a column or columns of a JDBCResultSetto a Java type returned by the query.Supertype of objects which map a column or columns of a JDBCResultSetto a member of an entity or embeddable type.Specifies a mapping of the columns of a result set of a SQL query or stored procedure to entities, scalar values, and Java class constructors.