Uses of Interface
org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
-
Packages that use JpaMetamodelImplementor Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.internal 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.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contracts -
-
Uses of JpaMetamodelImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
SessionFactoryDelegatingImpl. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
SessionFactoryImpl. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
MetadataContext. getJpaMetamodel()
JpaMetamodelImplementor
RuntimeMetamodelsImpl. getJpaMetamodel()
Methods in org.hibernate.metamodel.internal with parameters of type JpaMetamodelImplementor Modifier and Type Method Description void
RuntimeMetamodelsImpl. setJpaMetamodel(JpaMetamodelImplementor jpaMetamodel)
Constructors in org.hibernate.metamodel.internal with parameters of type JpaMetamodelImplementor Constructor Description MetadataContext(JpaMetamodelImplementor jpaMetamodel, MappingMetamodel mappingMetamodel, MetadataImplementor bootMetamodel, JpaStaticMetaModelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting, RuntimeModelCreationContext runtimeModelCreationContext)
-
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return JpaMetamodelImplementor Modifier and Type Method Description protected JpaMetamodelImplementor
AbstractDomainType. jpaMetamodel()
Constructors in org.hibernate.metamodel.model.domain with parameters of type JpaMetamodelImplementor Constructor Description AbstractDomainType(JavaType<J> javaType, JpaMetamodelImplementor domainMetamodel)
AbstractIdentifiableType(String typeName, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, boolean hasIdClass, boolean hasIdentifierProperty, boolean versioned, JpaMetamodelImplementor jpaMetamodel)
AbstractManagedType(String hibernateTypeName, JavaType<J> javaType, ManagedDomainType<? super J> superType, JpaMetamodelImplementor domainMetamodel)
-
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaMetamodelImplementor Modifier and Type Class Description class
JpaMetamodelImpl
Methods in org.hibernate.metamodel.model.domain.internal that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
MappingMetamodelImpl. getJpaMetamodel()
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type JpaMetamodelImplementor Constructor Description EmbeddableTypeImpl(JavaType<J> javaType, boolean isDynamic, JpaMetamodelImplementor domainMetamodel)
EntityTypeImpl(JavaType<J> javaType, IdentifiableDomainType<? super J> superType, PersistentClass persistentClass, JpaMetamodelImplementor jpaMetamodel)
EntityTypeImpl(JavaType<J> javaTypeDescriptor, 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 Modifier and Type Method Description JpaMetamodelImplementor
RuntimeMetamodelsImplementor. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
SqmCriteriaNodeBuilder. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
SqmCreationContext. getJpaMetamodel()
Access to the domain model metadata
-