Uses of Interface
org.hibernate.metamodel.model.domain.IdentifiableDomainType
Packages that use IdentifiableDomainType
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of IdentifiableDomainType in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return IdentifiableDomainTypeModifier and TypeMethodDescription<E> IdentifiableDomainType<E> MetadataContext.locateIdentifiableType(String entityName) Given an entity-name, locate the corresponding JPAEntityType.Methods in org.hibernate.metamodel.internal that return types with arguments of type IdentifiableDomainTypeMethods in org.hibernate.metamodel.internal with parameters of type IdentifiableDomainTypeModifier and TypeMethodDescription<X,Y> SingularPersistentAttribute <X, Y> AttributeFactory.buildIdAttribute(IdentifiableDomainType<X> ownerType, Property property) Build the identifier attribute descriptor<X,Y> SingularAttributeImpl <X, Y> AttributeFactory.buildVersionAttribute(IdentifiableDomainType<X> ownerType, Property property) Build the version attribute descriptor -
Uses of IdentifiableDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of IdentifiableDomainType in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceExtension to the JPAEntityTypecontract.interfaceExtension of the JPAMappedSuperclassTypecontractMethods in org.hibernate.metamodel.model.domain that return IdentifiableDomainTypeModifier and TypeMethodDescriptionIdentifiableDomainType<? super J> IdentifiableDomainType.getSupertype() -
Uses of IdentifiableDomainType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement IdentifiableDomainTypeModifier and TypeClassDescriptionclassFunctionality common to all implementations ofIdentifiableType.classImplementation ofEntityType.classImplementation ofMappedSuperclassType.Methods in org.hibernate.metamodel.model.domain.internal that return IdentifiableDomainTypeModifier and TypeMethodDescriptionIdentifiableDomainType<? super J> AbstractIdentifiableType.getSupertype()Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type IdentifiableDomainTypeModifierConstructorDescriptionAbstractIdentifiableType(String typeName, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, boolean hasIdClass, boolean hasIdentifierProperty, boolean versioned, JpaMetamodelImplementor metamodel) EntityTypeImpl(String entityName, String jpaEntityName, boolean hasIdClass, boolean hasIdProperty, boolean hasVersion, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, JpaMetamodelImplementor metamodel) EntityTypeImpl(JavaType<J> javaType, IdentifiableDomainType<? super J> superType, PersistentClass persistentClass, JpaMetamodelImplementor metamodel) MappedSuperclassTypeImpl(String name, boolean hasIdClass, boolean hasIdProperty, boolean hasVersion, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, JpaMetamodelImplementor jpaMetamodel) MappedSuperclassTypeImpl(JavaType<J> javaType, MappedSuperclass mappedSuperclass, IdentifiableDomainType<? super J> superType, JpaMetamodelImplementor jpaMetamodel) -
Uses of IdentifiableDomainType in org.hibernate.query.sqm.tree.domain
Subinterfaces of IdentifiableDomainType in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.hibernate.query.sqm.tree.domain that implement IdentifiableDomainTypeModifier and TypeClassDescriptionclassActs as theEntityDomainTypefor a "polymorphic query" grouping.Methods in org.hibernate.query.sqm.tree.domain that return IdentifiableDomainTypeModifier and TypeMethodDescriptionIdentifiableDomainType<? super T> SqmPolymorphicRootDescriptor.getSupertype()