站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

ScalarReturn (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.loader.custom
Class ScalarReturn

java.lang.Object
  extended byorg.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

Constructor Summary
ScalarReturn(Type type, String columnAlias)
           
 
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

ScalarReturn

public ScalarReturn(Type type,
                    String columnAlias)
Method Detail

getType

public Type getType()

getColumnAlias

public String getColumnAlias()