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 interface
EntitySource
Contract describing source of information related to mapping an entity.interface
JoinedSubclassEntitySource
interface
SubclassEntitySource
Methods in org.hibernate.boot.model.source.spi that return IdentifiableTypeSource Modifier and Type Method Description IdentifiableTypeSource
IdentifiableTypeSource. 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,
-