Uses of Interface
org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Packages that use IdentifiableTypeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of IdentifiableTypeSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement IdentifiableTypeSource Modifier and Type Class Description classAbstractEntitySourceImplclassJoinedSubclassEntitySourceImplclassRootEntitySourceImplclassSubclassEntitySourceImplMethods in org.hibernate.boot.model.source.internal.hbm that return IdentifiableTypeSource Modifier and Type Method Description IdentifiableTypeSourceRootEntitySourceImpl. getSuperType()IdentifiableTypeSourceSubclassEntitySourceImpl. getSuperType()Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type IdentifiableTypeSource Modifier and Type Method Description Collection<IdentifiableTypeSource>AbstractEntitySourceImpl. getSubTypes() -
Uses of IdentifiableTypeSource in org.hibernate.boot.model.source.spi
Subinterfaces of IdentifiableTypeSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfaceEntitySourceContract describing source of information related to mapping an entity.interfaceJoinedSubclassEntitySourceinterfaceSubclassEntitySourceMethods in org.hibernate.boot.model.source.spi that return IdentifiableTypeSource Modifier and Type Method Description IdentifiableTypeSourceIdentifiableTypeSource. getSuperType()Methods in org.hibernate.boot.model.source.spi that return types with arguments of type IdentifiableTypeSource Modifier and Type Method Description Collection<IdentifiableTypeSource>IdentifiableTypeSource. getSubTypes()Access the subtype sources for types extending from this type source,
-