org.hibernate.loader.custom
Class ScalarReturn
java.lang.Object
org.hibernate.loader.custom.ScalarReturn
- All Implemented Interfaces:
- Return
public class ScalarReturn
- extends Object
- implements Return
Represent a scalar (aka simple value) return within a query result.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScalarReturn
public ScalarReturn(Type type,
String columnAlias)
getType
public Type getType()
getColumnAlias
public String getColumnAlias()