类 SizeSourceImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
-
- 所有已实现的接口:
SizeSource
public class SizeSourceImpl extends Object implements SizeSource
Implementation of SizeSource- 作者:
- Steve Ebersole, Gail Badner
-
-
构造器概要
构造器 构造器 说明 SizeSourceImpl(Integer length, Integer scale, Integer precision)
-
-
-
方法详细资料
-
getLength
public Integer getLength()
从接口复制的说明:SizeSourceThe specified length. Will returnnullif none was specified.- 指定者:
getLength在接口中SizeSource- 返回:
- The length, or
nullif not defined.
-
getPrecision
public Integer getPrecision()
从接口复制的说明:SizeSourceThe specified precision. Will returnnullif none was specified.- 指定者:
getPrecision在接口中SizeSource- 返回:
- The precision, or
nullif not defined.
-
getScale
public Integer getScale()
从接口复制的说明:SizeSourceThe specified scale. Will returnnullif none was specified.- 指定者:
getScale在接口中SizeSource- 返回:
- The scale, or
nullif not defined.
-
-