Uses of Interface
org.hibernate.boot.model.source.spi.HibernateTypeSource
-
Packages that use HibernateTypeSource Package Description org.hibernate.boot.model.source.spi -
-
Uses of HibernateTypeSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return HibernateTypeSource Modifier and Type Method Description HibernateTypeSource
PluralAttributeElementSourceBasic. getExplicitHibernateTypeSource()
HibernateTypeSource
AttributeSource. getTypeInformation()
Obtain information about the Hibernate type (Type
) for this attribute.HibernateTypeSource
CollectionIdSource. getTypeInformation()
Obtain information about the Hibernate type (Type
) for the collection idHibernateTypeSource
PluralAttributeIndexSource. getTypeInformation()
Obtain information about the Hibernate index type (Type
) for this plural attribute index.HibernateTypeSource
AnyDiscriminatorSource. getTypeSource()
HibernateTypeSource
AnyKeySource. getTypeSource()
-