Class SizeSourceImpl
java.lang.Object
org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
- All Implemented Interfaces:
SizeSource
Implementation of SizeSource
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SizeSourceImpl
-
-
Method Details
-
getLength
Description copied from interface:SizeSource
The specified length. Will returnnull
if none was specified.- Specified by:
getLength
in interfaceSizeSource
- Returns:
- The length, or
null
if not defined.
-
getPrecision
Description copied from interface:SizeSource
The specified precision. Will returnnull
if none was specified.- Specified by:
getPrecision
in interfaceSizeSource
- Returns:
- The precision, or
null
if not defined.
-
getScale
Description copied from interface:SizeSource
The specified scale. Will returnnull
if none was specified.- Specified by:
getScale
in interfaceSizeSource
- Returns:
- The scale, or
null
if not defined.
-