Uses of Interface
org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
Packages that use JpaMetamodelImplementor
Package
Description
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.
Validation for HQL queries.
-
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 TypeMethodDescriptionvoid
RuntimeMetamodelsImpl.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) protected
AbstractManagedType
(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 JpaMetamodelImplementorConstructors 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.processor.validation
Methods in org.hibernate.processor.validation that return JpaMetamodelImplementor