Class SizeSourceImpl

java.lang.Object
org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
All Implemented Interfaces:
SizeSource

public class SizeSourceImpl extends Object implements SizeSource
Implementation of SizeSource
  • Constructor Details

  • Method Details

    • getLength

      public Integer getLength()
      Description copied from interface: SizeSource
      The specified length. Will return null if none was specified.
      Specified by:
      getLength in interface SizeSource
      Returns:
      The length, or null if not defined.
    • getPrecision

      public Integer getPrecision()
      Description copied from interface: SizeSource
      The specified precision. Will return null if none was specified.
      Specified by:
      getPrecision in interface SizeSource
      Returns:
      The precision, or null if not defined.
    • getScale

      public Integer getScale()
      Description copied from interface: SizeSource
      The specified scale. Will return null if none was specified.
      Specified by:
      getScale in interface SizeSource
      Returns:
      The scale, or null if not defined.