Internal Website Search

1-7 of 7 results

javax.persistence.FieldResult

JPA Annotation FieldResult Implemented Interfaces: Annotation Used in conjunction ... ", entities={ @EntityResult(entityClass=com.acme.Order.class, fields={ @ FieldResult (name="id", column="order_id"), @ FieldResult (name="quantity", column="order_quantity"), @ FieldResult (name="item", column

javax.persistence.FieldResult.column

JPA Annotation Attribute in javax.persistence. FieldResult String column default null Name of the column in the SELECT clause - i.e., column aliases, if applicable. Since: JPA 1.0

javax.persistence.FieldResult.name

JPA Annotation Attribute in javax.persistence. FieldResult String name default null Name of the persistent field or property of the class. Since: JPA 1.0

javax.persistence.ColumnResult

(name="OrderResults", entities={ @EntityResult(entityClass=com.acme.Order.class, fields={ @ FieldResult (name="id", column="order_id"), @ FieldResult (name="quantity", column="order_quantity"), @ FieldResult

javax.persistence.SqlResultSetMapping

=com.acme.Order.class, fields={ @ FieldResult (name="id", column="order_id"), @ FieldResult (name="quantity", column="order_quantity"), @ FieldResult (name="item", column="order_item")})}, columns

javax.persistence.EntityResult.fields

JPA Annotation Attribute in javax.persistence.EntityResult FieldResult [] fields default {} Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class. Since: JPA 1.0

javax.persistence.EntityResult

. Since: JPA 1.0 FieldResult [] fields default {} Maps the columns specified in the SELECT list