ObjectDB Database Search

1-9 of 9 results

AnnotationRef jakarta.persistence.ColumnResult

JPA Annotation ColumnResult Implemented Interfaces: Annotation Used in conjunction with the SqlResultSetMapping , NamedNativeQuery , or ConstructorResult annotation to map a column of the SELECT list of a SQL query. The name element references the name of a column in the SELECT list — i.e

AnnotationAttrRef jakarta.persistence.ColumnResult.type

JPA Annotation Attribute in jakarta.persistence. ColumnResult Class type default void.class (Optional) The Java type to which the column type is to be mapped. If the type element is not specified, the default JDBC type mapping for the column is used. Since: JPA 2.1

AnnotationAttrRef jakarta.persistence.ColumnResult.name

JPA Annotation Attribute in jakarta.persistence. ColumnResult String name default null (Required) The name of a column in the SELECT clause of a SQL query Since: JPA 1.0

AnnotationRef jakarta.persistence.ConstructorResult

= { See Also: SqlResultSetMapping NamedNativeQuery ColumnResult Since: JPA 2.1 Public Annotation Attributes ColumnResult

AnnotationRef jakarta.persistence.NamedNativeQuery

to constructors. May not be used in combination with resultSetMapping . Since: JPA 3.2 ColumnResult [] columns

AnnotationAttrRef jakarta.persistence.NamedNativeQuery.columns

JPA Annotation Attribute in jakarta.persistence.NamedNativeQuery ColumnResult [] columns default {} Specifies the result set mapping to scalar values. May not be used in combination with resultSetMapping . Since: JPA 3.2

AnnotationRef jakarta.persistence.SqlResultSetMapping

ColumnResult [] columns default {} Specifies the result set mapping to scalar values. Since: JPA 1.0

AnnotationAttrRef jakarta.persistence.SqlResultSetMapping.columns

JPA Annotation Attribute in jakarta.persistence.SqlResultSetMapping ColumnResult [] columns default {} Specifies the result set mapping to scalar values. Since: JPA 1.0

AnnotationAttrRef jakarta.persistence.ConstructorResult.columns

JPA Annotation Attribute in jakarta.persistence.ConstructorResult ColumnResult [] columns default null (Required) The mapping of columns in the SELECT list to the arguments of the intended constructor, in order. Since: JPA 2.1