类 ScalarReturnImpl
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.returns.ScalarReturnImpl
-
- 所有已实现的接口:
Return,ScalarReturn
public class ScalarReturnImpl extends Object implements ScalarReturn
- 作者:
- Steve Ebersole, Gail Badner
-
-
构造器概要
构造器 构造器 说明 ScalarReturnImpl(String name, Type type)
-
-
-
方法详细资料
-
getName
public String getName()
从接口复制的说明:ScalarReturnGets the name of the scalar return.- 指定者:
getName在接口中ScalarReturn- 返回:
- The name of the scalar return.
-
getType
public Type getType()
从接口复制的说明:ScalarReturnGets the type of the scalar return.- 指定者:
getType在接口中ScalarReturn- 返回:
- The type of the scalar return.
-
-