Uses of Package
jakarta.persistence.sql
Packages that use jakarta.persistence.sql
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Classes in jakarta.persistence.sql used by jakarta.persistenceClassDescriptionSpecifies a mapping of the columns of a result set of a SQL query or stored procedure to entities, scalar values, and Java class constructors.
-
Classes in jakarta.persistence.sql used by jakarta.persistence.sqlClassDescriptionMaps 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.Maps columns of a JDBCResultSetto a given embedded object.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.