Uses of Class
org.hibernate.type.internal.BasicTypeImpl
-
Packages that use BasicTypeImpl Package Description org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.testing.boot org.hibernate.type.internal -
-
Uses of BasicTypeImpl in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return BasicTypeImpl Modifier and Type Method Description <T> BasicTypeImpl<T>
BootstrapContextImpl. resolveAdHocBasicType(String key)
Methods in org.hibernate.boot.internal with parameters of type BasicTypeImpl Modifier and Type Method Description void
BootstrapContextImpl. registerAdHocBasicType(BasicTypeImpl<?> basicType)
-
Uses of BasicTypeImpl in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BasicTypeImpl Modifier and Type Method Description <T> BasicTypeImpl<T>
BootstrapContext. resolveAdHocBasicType(String key)
To support enversMethods in org.hibernate.boot.spi with parameters of type BasicTypeImpl Modifier and Type Method Description void
BootstrapContext. registerAdHocBasicType(BasicTypeImpl<?> basicType)
To support envers -
Uses of BasicTypeImpl in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return BasicTypeImpl Modifier and Type Method Description <T> BasicTypeImpl<T>
BootstrapContextImpl. resolveAdHocBasicType(String key)
Methods in org.hibernate.testing.boot with parameters of type BasicTypeImpl Modifier and Type Method Description void
BootstrapContextImpl. registerAdHocBasicType(BasicTypeImpl<?> basicType)
-
Uses of BasicTypeImpl in org.hibernate.type.internal
Subclasses of BasicTypeImpl in org.hibernate.type.internal Modifier and Type Class Description class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-