Uses of Interface
org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
Packages that use JpaMetamodelImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.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.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of JpaMetamodelImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JpaMetamodelImplementor -
Uses of JpaMetamodelImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return JpaMetamodelImplementor -
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return JpaMetamodelImplementorModifier and TypeMethodDescriptionMetadataContext.getJpaMetamodel()RuntimeMetamodelsImpl.getJpaMetamodel()Methods in org.hibernate.metamodel.internal with parameters of type JpaMetamodelImplementorModifier and TypeMethodDescriptionvoidRuntimeMetamodelsImpl.setJpaMetamodel(JpaMetamodelImplementor jpaMetamodel) Constructors in org.hibernate.metamodel.internal with parameters of type JpaMetamodelImplementorModifierConstructorDescriptionMetadataContext(JpaMetamodelImplementor jpaMetamodel, MappingMetamodel mappingMetamodel, MetadataImplementor bootMetamodel, JpaStaticMetaModelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting, RuntimeModelCreationContext runtimeModelCreationContext) -
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.model.domain
Constructors in org.hibernate.metamodel.model.domain with parameters of type JpaMetamodelImplementorModifierConstructorDescriptionAbstractIdentifiableType(String typeName, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, boolean hasIdClass, boolean hasIdentifierProperty, boolean versioned, JpaMetamodelImplementor metamodel) protectedAbstractManagedType(String hibernateTypeName, JavaType<J> javaType, ManagedDomainType<? super J> superType, JpaMetamodelImplementor metamodel) -
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaMetamodelImplementorMethods in org.hibernate.metamodel.model.domain.internal that return JpaMetamodelImplementorMethods in org.hibernate.metamodel.model.domain.internal with parameters of type JpaMetamodelImplementorModifier and TypeMethodDescriptionAbstractPluralAttribute.findSubPathSource(String name, JpaMetamodelImplementor metamodel) EntitySqmPathSource.findSubPathSource(String name, JpaMetamodelImplementor metamodel) EntityTypeImpl.findSubPathSource(String name, JpaMetamodelImplementor metamodel) ListAttributeImpl.findSubPathSource(String name, JpaMetamodelImplementor metamodel) MapAttributeImpl.findSubPathSource(String name, JpaMetamodelImplementor metamodel) SingularAttributeImpl.findSubPathSource(String name, JpaMetamodelImplementor metamodel) Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type JpaMetamodelImplementorModifierConstructorDescriptionEmbeddableTypeImpl(JavaType<J> javaType, ManagedDomainType<? super J> superType, DomainType<?> discriminatorType, boolean isDynamic, JpaMetamodelImplementor domainMetamodel) 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) EntityTypeImpl(JavaType<J> javaTypeDescriptor, 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 JpaMetamodelImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return JpaMetamodelImplementor -
Uses of JpaMetamodelImplementor in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type JpaMetamodelImplementorModifier and TypeMethodDescriptiondefault SqmPathSource<?>SqmPathSource.findSubPathSource(String name, JpaMetamodelImplementor metamodel) Find aSqmPathSourceby name relative to this source.default SqmPathSource<?>SqmPathSource.getSubPathSource(String name, JpaMetamodelImplementor metamodel) Find aSqmPathSourceby name relative to this source. -
Uses of JpaMetamodelImplementor in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaMetamodelImplementor -
Uses of JpaMetamodelImplementor in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return JpaMetamodelImplementorModifier and TypeMethodDescriptionSqmCreationContext.getJpaMetamodel()Access to the domain model metadata