Example usage for Java javax.persistence.criteria Selection fields, constructors, methods, implement or subclass
The text is from its open source code.
Selection | alias(String name) Assigns an alias to the selection item. |
String | getAlias() Return the alias assigned to the tuple element or null, if no alias has been assigned. |
Class> | getClass() Returns the runtime class of this Object . |
Class extends X> | getJavaType() Return the Java type of the tuple element. |