Uses of Interface
org.hibernate.boot.model.source.spi.SizeSource
Packages that use SizeSource
Package
Description
-
Uses of SizeSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement SizeSourceMethods in org.hibernate.boot.model.source.internal.hbm that return SizeSourceModifier and TypeMethodDescriptionBasicAttributeColumnsAndFormulasSource.getSizeSource()
RelationalValueSourceHelper.AbstractColumnsAndFormulasSource.getSizeSource()
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 SizeSourceModifier and TypeMethodDescriptionColumnSource.getSizeSource()
Obtain the source for the specified column size.