org.hibernate.loader.custom
Class SQLQueryScalarReturn

java.lang.Object
  extended byorg.hibernate.loader.custom.SQLQueryScalarReturn

public class SQLQueryScalarReturn
extends Object

Author:
gloegl

Constructor Summary
SQLQueryScalarReturn(String alias, Type type)
           
 
Method Summary
 String getColumnAlias()
           
 Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLQueryScalarReturn

public SQLQueryScalarReturn(String alias,
                            Type type)
Method Detail

getColumnAlias

public String getColumnAlias()

getType

public Type getType()