Uses of Interface
org.hibernate.metamodel.model.domain.JpaMetamodel
-
Packages that use JpaMetamodel Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.graph.internal org.hibernate.graph.spi org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.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 org.hibernate.metamodel.model.domain.spi org.hibernate.metamodel.spi org.hibernate.query.sqm org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.expression -
-
Uses of JpaMetamodel in org.hibernate
Subinterfaces of JpaMetamodel in org.hibernate Modifier and Type Interface Description interfaceMetamodelDeprecated.PreferJpaMetamodel -
Uses of JpaMetamodel in org.hibernate.graph.internal
Methods in org.hibernate.graph.internal that return JpaMetamodel Modifier and Type Method Description JpaMetamodelAbstractGraph. jpaMetamodel()protected JpaMetamodelAbstractGraphNode. jpaMetamodel()Constructors in org.hibernate.graph.internal with parameters of type JpaMetamodel Constructor Description AbstractGraph(ManagedDomainType<J> managedType, boolean mutable, JpaMetamodel jpaMetamodel)AbstractGraphNode(boolean mutable, JpaMetamodel jpaMetamodel)AttributeNodeImpl(boolean mutable, PersistentAttribute<X,J> attribute, JpaMetamodel jpaMetamodel)RootGraphImpl(String name, EntityDomainType<J> entityType, boolean mutable, JpaMetamodel jpaMetamodel)RootGraphImpl(String name, EntityDomainType<J> entityType, JpaMetamodel jpaMetamodel)SubGraphImpl(ManagedDomainType<J> managedType, boolean mutable, JpaMetamodel jpaMetamodel) -
Uses of JpaMetamodel in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return JpaMetamodel Modifier and Type Method Description JpaMetamodelGraphImplementor. jpaMetamodel() -
Uses of JpaMetamodel in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return JpaMetamodel Modifier and Type Method Description JpaMetamodelRuntimeMetamodels. getJpaMetamodel()Access to the JPA / domain metamodel. -
Uses of JpaMetamodel in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return JpaMetamodel Modifier and Type Method Description JpaMetamodelMetadataContext. getJpaMetamodel()Constructors in org.hibernate.metamodel.internal with parameters of type JpaMetamodel Constructor Description MetadataContext(JpaMetamodel jpaMetamodel, MappingMetamodel mappingMetamodel, MetadataImplementor bootMetamodel, JpaStaticMetaModelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting, RuntimeModelCreationContext runtimeModelCreationContext) -
Uses of JpaMetamodel in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return JpaMetamodel Modifier and Type Method Description protected JpaMetamodelAbstractDomainType. jpaMetamodel()Constructors in org.hibernate.metamodel.model.domain with parameters of type JpaMetamodel Constructor Description AbstractDomainType(JavaType<J> javaType, JpaMetamodel domainMetamodel)AbstractIdentifiableType(String typeName, JavaType<J> javaType, IdentifiableDomainType<? super J> superType, boolean hasIdClass, boolean hasIdentifierProperty, boolean versioned, JpaMetamodel jpaMetamodel)AbstractManagedType(String hibernateTypeName, JavaType<J> javaType, ManagedDomainType<? super J> superType, JpaMetamodel domainMetamodel) -
Uses of JpaMetamodel in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaMetamodel Modifier and Type Class Description classJpaMetamodelImplclassMappingMetamodelImplImplementation of the JPA-defined contractMetamodel.Methods in org.hibernate.metamodel.model.domain.internal with parameters of type JpaMetamodel Modifier and Type Method Description static <S> ManagedDomainType<S>DomainModelHelper. resolveSubType(ManagedDomainType<? super S> baseType, Class<S> subTypeClass, JpaMetamodel jpaMetamodel)static <T,S extends T>
ManagedDomainType<S>DomainModelHelper. resolveSubType(ManagedDomainType<T> baseType, String subTypeName, JpaMetamodel jpaMetamodel)Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type JpaMetamodel Constructor Description EmbeddableTypeImpl(JavaType<J> javaType, boolean isDynamic, JpaMetamodel domainMetamodel)EntityTypeImpl(JavaType<J> javaType, IdentifiableDomainType<? super J> superType, PersistentClass persistentClass, JpaMetamodel jpaMetamodel)EntityTypeImpl(JavaType<J> javaTypeDescriptor, JpaMetamodel jpaMetamodel)MappedSuperclassTypeImpl(JavaType<J> javaType, MappedSuperclass mappedSuperclass, IdentifiableDomainType<? super J> superType, JpaMetamodel jpaMetamodel) -
Uses of JpaMetamodel in org.hibernate.metamodel.model.domain.spi
Subinterfaces of JpaMetamodel in org.hibernate.metamodel.model.domain.spi Modifier and Type Interface Description interfaceJpaMetamodelImplementorSPI extendingJpaMetamodel. -
Uses of JpaMetamodel in org.hibernate.metamodel.spi
Subinterfaces of JpaMetamodel in org.hibernate.metamodel.spi Modifier and Type Interface Description interfaceMetamodelImplementorDeprecated.UseMappingMetamodelorJpaMetamodelinstead. -
Uses of JpaMetamodel in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaMetamodel Modifier and Type Method Description JpaMetamodelNodeBuilder. getDomainModel() -
Uses of JpaMetamodel in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaMetamodel Modifier and Type Method Description JpaMetamodelSqmCriteriaNodeBuilder. getDomainModel() -
Uses of JpaMetamodel in org.hibernate.query.sqm.tree.expression
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type JpaMetamodel Constructor Description SqmBinaryArithmetic(BinaryArithmeticOperator operator, SqmExpression<?> lhsOperand, SqmExpression<?> rhsOperand, JpaMetamodel domainModel, NodeBuilder nodeBuilder)
-