Uses of Interface
org.hibernate.metamodel.model.domain.IdentifiableDomainType
-
Packages that use IdentifiableDomainType Package Description org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.query.sqm.tree.domain -
-
Uses of IdentifiableDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of IdentifiableDomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceEntityDomainType<J>Extension to the JPAEntityTypecontractinterfaceMappedSuperclassDomainType<J>Extension of the JPAMappedSuperclassTypecontractClasses in org.hibernate.metamodel.model.domain that implement IdentifiableDomainType Modifier and Type Class Description classAbstractIdentifiableType<J>Defines commonality for the JPAIdentifiableTypetypes.Methods in org.hibernate.metamodel.model.domain that return IdentifiableDomainType Modifier and Type Method Description IdentifiableDomainType<? super J>AbstractIdentifiableType. getSupertype()IdentifiableDomainType<? super J>IdentifiableDomainType. getSupertype()IdentifiableDomainType<? super J>AbstractIdentifiableType. getSuperType()Constructors in org.hibernate.metamodel.model.domain with parameters of type IdentifiableDomainType Constructor Description AbstractIdentifiableType(String typeName, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, boolean hasIdClass, boolean hasIdentifierProperty, boolean versioned, JpaMetamodel jpaMetamodel) -
Uses of IdentifiableDomainType in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement IdentifiableDomainType Modifier and Type Class Description classSqmPolymorphicRootDescriptor<T>Acts as the EntityValuedNavigable for a "polymorphic query" groupingMethods in org.hibernate.query.sqm.tree.domain that return IdentifiableDomainType Modifier and Type Method Description IdentifiableDomainType<? super T>SqmPolymorphicRootDescriptor. getSupertype()
-