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
.Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
-
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, ClassLoaderService classLoaderService) -
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 JpaMetamodelImplementorModifier and TypeMethodDescriptionMappingMetamodelImpl.getJpaMetamodel()
AbstractManagedType.getMetamodel()
Constructors in org.hibernate.metamodel.model.domain.internal 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) EmbeddableTypeImpl
(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