Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableMappingType
-
Packages that use EmbeddableMappingType Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.spi org.hibernate.query.derived org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal -
-
Uses of EmbeddableMappingType in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingType
AbstractCompositeIdentifierMapping. getEmbeddableTypeDescriptor()
EmbeddableMappingType
AbstractCompositeIdentifierMapping. getMappedType()
Method parameters in org.hibernate.metamodel.internal with type arguments of type EmbeddableMappingType Modifier and Type Method Description EmbeddableRepresentationStrategy
ManagedTypeRepresentationResolverStandard. resolveStrategy(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess, RuntimeModelCreationContext creationContext)
-
Uses of EmbeddableMappingType in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableMappingType in org.hibernate.metamodel.mapping Modifier and Type Interface Description static interface
NonAggregatedIdentifierMapping.IdentifierValueMapper
Think 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 EmbeddableMappingType
EmbeddableMappingType. createInverseMappingType(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess)
EmbeddableMappingType
EmbeddableValuedModelPart. getEmbeddableTypeDescriptor()
EmbeddableMappingType
CompositeIdentifierMapping. getMappedIdEmbeddableTypeDescriptor()
Returns the embeddable type descriptor of the id-class, if there is one, otherwise the one of the virtual embeddable mapping type.EmbeddableMappingType
CompositeIdentifierMapping. getPartMappingType()
-
Uses of EmbeddableMappingType in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableMappingType Modifier and Type Class Description class
AbstractEmbeddableMapping
Base support for EmbeddableMappingType implementationsclass
EmbeddableMappingTypeImpl
Describes a "normal" embeddable.class
IdClassEmbeddable
EmbeddableMappingType implementation describing anIdClass
class
VirtualIdEmbeddable
Embeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableMappingType Modifier and Type Method Description protected static boolean
AbstractEmbeddableMapping. finishInitialization(NavigableRole navigableRole, Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, EmbeddableMappingType declarer, EmbeddableRepresentationStrategy representationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator attributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver concreteTableResolver, Consumer<AttributeMapping> attributeConsumer, AbstractEmbeddableMapping.SuccessfulCompletionCallback completionCallback, MappingModelCreationProcess creationProcess)
static SelectableMappings
SelectableMappingsImpl. from(EmbeddableMappingType embeddableMappingType)
protected static boolean
AbstractEmbeddableMapping. inverseInitializeCallback(TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess, ManagedMappingType declaringType, List<? extends AttributeMapping> attributeMappings)
Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type EmbeddableMappingType Modifier and Type Method Description static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)
static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableMappingType Constructor Description EmbeddableMappingTypeImpl(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess)
EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
EmbeddedCollectionPart(CollectionPersister collectionDescriptor, CollectionPart.Nature nature, EmbeddableMappingType embeddableMappingType, String parentInjectionAttributeName, String containingTableExpression, String sqlAliasStem)
EmbeddedIdentifierMappingImpl(EntityMappingType entityMapping, String name, EmbeddableMappingType embeddableDescriptor, PropertyAccess propertyAccess, String tableExpression, MappingModelCreationProcess creationProcess)
VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
-
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 EmbeddableRepresentationStrategy
ManagedTypeRepresentationResolver. 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 class
AnonymousTupleEmbeddableValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
Methods in org.hibernate.query.derived that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingType
AnonymousTupleEmbeddableValuedModelPart. createInverseMappingType(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess)
EmbeddableMappingType
AnonymousTupleEmbeddableValuedModelPart. getEmbeddableTypeDescriptor()
EmbeddableMappingType
AnonymousTupleEmbeddedEntityIdentifierMapping. getMappedIdEmbeddableTypeDescriptor()
EmbeddableMappingType
AnonymousTupleNonAggregatedEntityIdentifierMapping. getMappedIdEmbeddableTypeDescriptor()
EmbeddableMappingType
AnonymousTupleEmbeddedEntityIdentifierMapping. getPartMappingType()
EmbeddableMappingType
AnonymousTupleNonAggregatedEntityIdentifierMapping. 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 EmbeddableMappingType
EmbeddableResultGraphNode. getReferencedMappingType()
-
Uses of EmbeddableMappingType in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingType
EmbeddableFetchImpl. getFetchContainer()
EmbeddableMappingType
EmbeddableForeignKeyResultImpl. getFetchContainer()
EmbeddableMappingType
EmbeddableResultImpl. getFetchContainer()
EmbeddableMappingType
EmbeddableFetchImpl. getReferencedMappingType()
EmbeddableMappingType
EmbeddableForeignKeyResultImpl. getReferencedMappingType()
EmbeddableMappingType
EmbeddableResultImpl. getReferencedMappingType()
-