Uses of Interface
org.hibernate.boot.model.source.spi.HibernateTypeSource
-
Packages that use HibernateTypeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of HibernateTypeSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement HibernateTypeSource Modifier and Type Class Description class
HibernateTypeSourceImpl
Methods in org.hibernate.boot.model.source.internal.hbm that return HibernateTypeSource Modifier and Type Method Description HibernateTypeSource
AbstractPluralAttributeSourceImpl. getTypeInformation()
HibernateTypeSource
AbstractSingularAttributeSourceEmbeddedImpl. getTypeInformation()
HibernateTypeSource
PluralAttributeMapKeyManyToAnySourceImpl. getTypeInformation()
HibernateTypeSource
PluralAttributeMapKeyManyToManySourceImpl. getTypeInformation()
HibernateTypeSource
PluralAttributeMapKeySourceEmbeddedImpl. getTypeInformation()
HibernateTypeSource
SingularAttributeSourceAnyImpl. getTypeInformation()
-
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()
-