Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableMappingType
-
Packages that use EmbeddableMappingType Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.spi org.hibernate.query.derived org.hibernate.sql.results.graph.embeddable -
-
Uses of EmbeddableMappingType in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableMappingType in org.hibernate.metamodel.mapping Modifier and Type Interface Description static interfaceNonAggregatedIdentifierMapping.IdentifierValueMapperThink of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsMethods in org.hibernate.metamodel.mapping that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingTypeEmbeddableMappingType. createInverseMappingType(org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)EmbeddableMappingTypeEmbeddableValuedModelPart. getEmbeddableTypeDescriptor()EmbeddableMappingTypeCompositeIdentifierMapping. getMappedIdEmbeddableTypeDescriptor()Returns the embeddable type descriptor of the id-class, if there is one, otherwise the one of the virtual embeddable mapping type.EmbeddableMappingTypeCompositeIdentifierMapping. getPartMappingType() -
Uses of EmbeddableMappingType in org.hibernate.metamodel.spi
Method parameters in org.hibernate.metamodel.spi with type arguments of type EmbeddableMappingType Modifier and Type Method Description EmbeddableRepresentationStrategyManagedTypeRepresentationResolver. resolveStrategy(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptor, RuntimeModelCreationContext creationContext)Resolve the strategy to use for the given embeddable -
Uses of EmbeddableMappingType in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EmbeddableMappingType Modifier and Type Class Description classAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleNonAggregatedEntityIdentifierMappingMethods in org.hibernate.query.derived that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingTypeAnonymousTupleEmbeddableValuedModelPart. createInverseMappingType(org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)EmbeddableMappingTypeAnonymousTupleEmbeddableValuedModelPart. getEmbeddableTypeDescriptor()EmbeddableMappingTypeAnonymousTupleEmbeddedEntityIdentifierMapping. getMappedIdEmbeddableTypeDescriptor()EmbeddableMappingTypeAnonymousTupleNonAggregatedEntityIdentifierMapping. getMappedIdEmbeddableTypeDescriptor()EmbeddableMappingTypeAnonymousTupleEmbeddedEntityIdentifierMapping. getPartMappingType()EmbeddableMappingTypeAnonymousTupleNonAggregatedEntityIdentifierMapping. getPartMappingType() -
Uses of EmbeddableMappingType in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingTypeEmbeddableResultGraphNode. getReferencedMappingType()
-