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.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.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.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 JpaMetamodelImplementorSessionFactoryDelegatingImpl. getJpaMetamodel() -
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 JpaMetamodelImplementorAbstractDomainType. 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.spi
Methods in org.hibernate.metamodel.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementorRuntimeMetamodelsImplementor. 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 JpaMetamodelImplementorSqmCreationContext. getJpaMetamodel()Access to the domain model metadata
-