Java javax.persistence.criteria Selection fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.criteria Selection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.criteria Selection.

The text is from its open source code.

Method

Selectionalias(String name)
Assigns an alias to the selection item.
StringgetAlias()
Return the alias assigned to the tuple element or null, if no alias has been assigned.
ClassgetClass()
Returns the runtime class of this Object .
ClassgetJavaType()
Return the Java type of the tuple element.