Uses of Interface
org.hibernate.boot.model.source.spi.SizeSource
-
Packages that use SizeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of SizeSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement SizeSource Modifier and Type Class Description class
SizeSourceImpl
Implementation of SizeSourceMethods in org.hibernate.boot.model.source.internal.hbm that return SizeSource Modifier and Type Method Description SizeSource
BasicAttributeColumnsAndFormulasSource. getSizeSource()
SizeSource
RelationalValueSourceHelper.AbstractColumnsAndFormulasSource. getSizeSource()
SizeSource
RelationalValueSourceHelper.ColumnsAndFormulasSource. getSizeSource()
static SizeSource
Helper. interpretSizeSource(Integer length, Integer scale, Integer precision)
static SizeSource
Helper. interpretSizeSource(Integer length, String scale, String precision)
-
Uses of SizeSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return SizeSource Modifier and Type Method Description SizeSource
ColumnSource. getSizeSource()
Obtain the source for the specified column size.
-