Uses of Interface
org.hibernate.metamodel.model.domain.IdentifiableDomainType
-
Packages that use IdentifiableDomainType Package Description org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
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, JpaMetamodelImplementor 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()
-