当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
ScalarReturn (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.loader.custom
Class ScalarReturn
java.lang.Object
   org.hibernate.loader.custom.ScalarReturn
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()
- 
 
-