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 This package defines a semantic model of HQL queries.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
Constructors in org.hibernate.metamodel.model.domain with parameters of type JpaMetamodelImplementor Constructor Description AbstractIdentifiableType(String typeName, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, boolean hasIdClass, boolean hasIdentifierProperty, boolean versioned, JpaMetamodelImplementor metamodel)AbstractManagedType(String hibernateTypeName, JavaType<J> javaType, ManagedDomainType<? super J> superType, JpaMetamodelImplementor metamodel) -
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
Methods in org.hibernate.query.sqm with parameters of type JpaMetamodelImplementor Modifier and Type Method Description default 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.spi
Methods in org.hibernate.query.sqm.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementorSqmCreationContext. getJpaMetamodel()Access to the domain model metadata
-