Uses of Interface
org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Packages that use IdentifiableTypeSource Package Description org.hibernate.boot.model.source.spi -
-
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 java.util.Collection<IdentifiableTypeSource>IdentifiableTypeSource. getSubTypes()Access the subtype sources for types extending from this type source,
-