Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
-
Packages that use EmbeddableValuedModelPart Package Description org.hibernate.metamodel org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.query.derived org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMappingor `hbm.xml` mapping ``. org.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.sql.results.graph.embeddable org.hibernate.type org.hibernate.type.spi -
-
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartMappingMetamodel. getEmbeddableValuedModelPart(NavigableRole role)Get an EmbeddableMappingType based on its NavigableRole.EmbeddableValuedModelPartRuntimeMetamodels. getEmbedded(String role)Deprecated.UseRuntimeMetamodels.getEmbedded(NavigableRole)insteadEmbeddableValuedModelPartRuntimeMetamodels. getEmbedded(NavigableRole role) -
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableValuedModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedIddoes.Methods in org.hibernate.metamodel.mapping that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartNonAggregatedIdentifierMapping.IdentifierValueMapper. getEmbeddedPart()EmbeddableValuedModelPartEmbeddableMappingType. getEmbeddedValueMapping() -
Uses of EmbeddableValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EmbeddableValuedModelPart Modifier and Type Class Description classAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleNonAggregatedEntityIdentifierMappingMethods in org.hibernate.query.derived that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartAnonymousTupleEmbeddableValuedModelPart. getEmbeddedValueMapping()Constructors in org.hibernate.query.derived with parameters of type EmbeddableValuedModelPart Constructor Description AnonymousTupleEmbeddableValuedModelPart(Map<String,ModelPart> modelParts, DomainType<?> domainType, String componentName, EmbeddableValuedModelPart existingModelPartContainer) -
Uses of EmbeddableValuedModelPart in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartCompleteFetchBuilderEmbeddableValuedModelPart. getReferencedPart()EmbeddableValuedModelPartModelPartReferenceEmbeddable. getReferencedPart()Constructors in org.hibernate.query.results.complete with parameters of type EmbeddableValuedModelPart Constructor Description CompleteFetchBuilderEmbeddableValuedModelPart(NavigablePath navigablePath, EmbeddableValuedModelPart modelPart, List<String> columnAliases) -
Uses of EmbeddableValuedModelPart in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type EmbeddableValuedModelPart Constructor Description ImplicitModelPartResultBuilderEmbeddable(NavigablePath navigablePath, EmbeddableValuedModelPart modelPart) -
Uses of EmbeddableValuedModelPart in org.hibernate.sql.results.graph.embeddable
Subinterfaces of EmbeddableValuedModelPart in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interfaceEmbeddableValuedFetchableMethods in org.hibernate.sql.results.graph.embeddable that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartAbstractEmbeddableInitializer. getInitializedPart()EmbeddableValuedModelPartEmbeddableInitializer. getInitializedPart()EmbeddableValuedModelPartEmbeddableResultGraphNode. getReferencedMappingContainer() -
Uses of EmbeddableValuedModelPart in org.hibernate.type
Methods in org.hibernate.type that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartComponentType. getMappingModelPart()EmbeddableValuedModelPartComponentType. mappingModelPart()Methods in org.hibernate.type with parameters of type EmbeddableValuedModelPart Modifier and Type Method Description voidComponentType. injectMappingModelPart(EmbeddableValuedModelPart part, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess process) -
Uses of EmbeddableValuedModelPart in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartCompositeTypeImplementor. getMappingModelPart()Methods in org.hibernate.type.spi with parameters of type EmbeddableValuedModelPart Modifier and Type Method Description voidCompositeTypeImplementor. injectMappingModelPart(EmbeddableValuedModelPart part, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess process)
-