Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
-
Packages that use EmbeddableValuedModelPart Package Description org.hibernate.metamodel org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain.internal org.hibernate.query.derived org.hibernate.query.internal 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.query.sqm.sql.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal 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.internal
Classes in org.hibernate.metamodel.internal that implement EmbeddableValuedModelPart Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase implementation for composite identifier mappingsMethods in org.hibernate.metamodel.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartRuntimeMetamodelsImpl. getEmbedded(String role)EmbeddableValuedModelPartRuntimeMetamodelsImpl. 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.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableValuedModelPart Modifier and Type Class Description classEmbeddedAttributeMappingclassEmbeddedCollectionPartclassEmbeddedIdentifierMappingImplSupport forEmbeddedIdclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classNonAggregatedIdentifierMappingImplA "non-aggregated" composite identifier.classVirtualEmbeddedAttributeMappingMethods in org.hibernate.metamodel.mapping.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartIdClassEmbeddable. getEmbeddedPart()EmbeddableValuedModelPartVirtualIdEmbeddable. getEmbeddedPart()EmbeddableValuedModelPartEmbeddableMappingTypeImpl. getEmbeddedValueMapping()EmbeddableValuedModelPartIdClassEmbeddable. getEmbeddedValueMapping()EmbeddableValuedModelPartVirtualIdEmbeddable. getEmbeddedValueMapping()EmbeddableValuedModelPartEmbeddedForeignKeyDescriptorSide. getModelPart()Methods in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableValuedModelPart Modifier and Type Method Description static EmbeddedForeignKeyDescriptorMappingModelCreationHelper. buildEmbeddableForeignKeyDescriptor(EmbeddableValuedModelPart embeddableValuedModelPart, Value bootValueMapping, ManagedMappingType keyDeclaringType, TableGroupProducer keyDeclaringTableGroupProducer, boolean inverse, Dialect dialect, MappingModelCreationProcess creationProcess)static EmbeddedAttributeMappingMappingModelCreationHelper. createInverseModelPart(EmbeddableValuedModelPart modelPart, ManagedMappingType keyDeclaringType, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess)Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type EmbeddableValuedModelPart Modifier and Type Method Description static EmbeddableMappingTypeImplEmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)static EmbeddableMappingTypeImplEmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)Constructors in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableValuedModelPart Constructor Description EmbeddedForeignKeyDescriptor(EmbeddableValuedModelPart keyMappingType, EmbeddableValuedModelPart targetMappingType, String keyTable, SelectableMappings keySelectableMappings, String targetTable, SelectableMappings targetSelectableMappings, boolean hasConstraint, MappingModelCreationProcess creationProcess)EmbeddedForeignKeyDescriptorSide(ForeignKeyDescriptor.Nature nature, EmbeddableValuedModelPart modelPart) -
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartMappingMetamodelImpl. getEmbeddableValuedModelPart(NavigableRole role) -
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.internal
Methods in org.hibernate.query.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartFetchMementoEmbeddableStandard. getAttributeMapping()Constructors in org.hibernate.query.internal with parameters of type EmbeddableValuedModelPart Constructor Description FetchMementoEmbeddableStandard(NavigablePath navigablePath, EmbeddableValuedModelPart attributeMapping, List<String> columnNames) -
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.query.sqm.sql.internal
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type EmbeddableValuedModelPart Constructor Description EmbeddableValuedPathInterpretation(SqlTuple sqlExpression, NavigablePath navigablePath, EmbeddableValuedModelPart mapping, TableGroup tableGroup) -
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.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPartEmbeddableFetchImpl. getReferencedMappingContainer()EmbeddableValuedModelPartEmbeddableForeignKeyResultImpl. getReferencedMappingContainer()EmbeddableValuedModelPartEmbeddableResultImpl. getReferencedMappingContainer()Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableValuedModelPart Constructor Description EmbeddableForeignKeyResultImpl(NavigablePath navigablePath, EmbeddableValuedModelPart embeddableValuedModelPart, String resultVariable, FetchParent fetchParent, DomainResultCreationState creationState)EmbeddableResultImpl(NavigablePath navigablePath, EmbeddableValuedModelPart modelPart, String resultVariable, DomainResultCreationState creationState) -
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, 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, MappingModelCreationProcess process)
-