ObjectDB Database Search

1-3 of 3 results

jakarta.persistence.Tuple.get(TupleElement)

Jakarta Persistence (JPA) Method in jakarta.persistence.Tuple X get (    TupleElement tupleElement ) Get the value of the specified tuple element. Parameters: tupleElement - tuple element Returns: value of tuple element. Throws: IllegalArgumentException - if tuple element does not

jakarta.persistence.TupleElement.getJavaType()

Jakarta Persistence (JPA) Method in jakarta.persistence. TupleElement Class getJavaType() Return the Java type of the tuple element. Returns: the Java type of the tuple element. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TupleElement.getAlias()

Jakarta Persistence (JPA) Method in jakarta.persistence. TupleElement String getAlias() Return the alias assigned to the tuple element or null, if no alias has been assigned. Returns: alias. Since: Jakarta Persistence (JPA) 1.0