Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableMappingType
-
Packages that use EmbeddableMappingType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.derived org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.spi -
-
Uses of EmbeddableMappingType in org.hibernate.dialect
Methods in org.hibernate.dialect that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingTypeAbstractPostgreSQLStructJdbcType. getEmbeddableMappingType()EmbeddableMappingTypeDB2StructJdbcType. getEmbeddableMappingType()EmbeddableMappingTypeStructJdbcType. getEmbeddableMappingType()Methods in org.hibernate.dialect with parameters of type EmbeddableMappingType Modifier and Type Method Description static <X> XJsonHelper. fromString(EmbeddableMappingType embeddableMappingType, String string, boolean returnEmbeddable, WrapperOptions options)static <X> XXmlHelper. fromString(EmbeddableMappingType embeddableMappingType, String string, boolean returnEmbeddable, WrapperOptions options)static Object[]StructHelper. getAttributeValues(EmbeddableMappingType embeddableMappingType, Object[] rawJdbcValues, WrapperOptions options)static Object[]StructHelper. getJdbcValues(EmbeddableMappingType embeddableMappingType, int[] orderMapping, Object[] attributeValues, WrapperOptions options)static voidStructHelper. orderJdbcValues(EmbeddableMappingType embeddableMappingType, int[] inverseMapping, Object[] sourceJdbcValues, Object[] targetJdbcValues)ThesourceJdbcValuesarray is ordered according to the expected physical order, as given through the argument order of @Instantiator.AggregateJdbcTypeDB2StructJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypeMySQLCastingJsonJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypeOracleJsonJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypeOracleReflectionStructJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypeOracleStructJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypeOracleXmlJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypePostgreSQLCastingJsonJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypePostgreSQLJsonPGObjectJsonbType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypePostgreSQLJsonPGObjectJsonType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypePostgreSQLStructCastingJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypePostgreSQLStructPGObjectJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)AggregateJdbcTypeStructJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)static StringJsonHelper. toString(EmbeddableMappingType embeddableMappingType, Object value, WrapperOptions options)static StringXmlHelper. toString(EmbeddableMappingType embeddableMappingType, Object value, WrapperOptions options)Constructors in org.hibernate.dialect with parameters of type EmbeddableMappingType Constructor Description AbstractPostgreSQLJsonPGObjectType(EmbeddableMappingType embeddableMappingType, boolean jsonb)AbstractPostgreSQLStructJdbcType(EmbeddableMappingType embeddableMappingType, String typeName, int[] orderMapping)DB2StructJdbcType(EmbeddableMappingType embeddableMappingType, String structTypeName)MySQLCastingJsonJdbcType(EmbeddableMappingType embeddableMappingType)OracleReflectionStructJdbcType(EmbeddableMappingType embeddableMappingType, String typeName, int[] orderMapping)PostgreSQLCastingJsonJdbcType(boolean jsonb, EmbeddableMappingType embeddableMappingType)PostgreSQLJsonPGObjectJsonbType(EmbeddableMappingType embeddableMappingType, boolean jsonb)StructJdbcType(EmbeddableMappingType embeddableMappingType, String typeName, int[] orderMapping) -
Uses of EmbeddableMappingType in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingTypeAbstractCompositeIdentifierMapping. getEmbeddableTypeDescriptor()EmbeddableMappingTypeAbstractCompositeIdentifierMapping. getMappedType()Method parameters in org.hibernate.metamodel.internal with type arguments of type EmbeddableMappingType Modifier and Type Method Description EmbeddableRepresentationStrategyManagedTypeRepresentationResolverStandard. 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 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(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, 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.default EmbeddableMappingTypeEmbeddableValuedModelPart. getMappedType()EmbeddableMappingTypeCompositeIdentifierMapping. getPartMappingType()default EmbeddableMappingTypeEmbeddableMappingType. 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 classAbstractEmbeddableMappingBase support for EmbeddableMappingType implementationsclassEmbeddableMappingTypeImplDescribes a "normal" embeddable.classIdClassEmbeddableEmbeddableMappingType implementation describing anIdClassclassVirtualIdEmbeddableEmbeddable 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 booleanAbstractEmbeddableMapping. 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 SelectableMappingsSelectableMappingsImpl. from(EmbeddableMappingType embeddableMappingType)protected booleanAbstractEmbeddableMapping. inverseInitializeCallback(TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess, ManagedMappingType declaringType, MutableAttributeMappingList mappings)Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type EmbeddableMappingType Modifier and Type Method Description static EmbeddableMappingTypeImplEmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)static EmbeddableMappingTypeImplEmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, boolean[] insertability, boolean[] updateability, 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, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess)EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess)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, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess)VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess) -
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(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess)EmbeddableMappingTypeAnonymousTupleEmbeddableValuedModelPart. getEmbeddableTypeDescriptor()EmbeddableMappingTypeAnonymousTupleEmbeddedEntityIdentifierMapping. getMappedIdEmbeddableTypeDescriptor()EmbeddableMappingTypeAnonymousTupleNonAggregatedEntityIdentifierMapping. getMappedIdEmbeddableTypeDescriptor()EmbeddableMappingTypeAnonymousTupleEmbeddedEntityIdentifierMapping. getMappedType()EmbeddableMappingTypeAnonymousTupleNonAggregatedEntityIdentifierMapping. getMappedType()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()Methods in org.hibernate.sql.results.graph.embeddable with parameters of type EmbeddableMappingType Modifier and Type Method Description protected DomainResultAssembler<?>[]AbstractEmbeddableInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor) -
Uses of EmbeddableMappingType in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableMappingType Modifier and Type Method Description protected static DomainResultAssembler<?>[]AbstractNonAggregatedIdentifierMappingInitializer. createAssemblers(FetchParentAccess parentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)protected DomainResultAssembler<?>[]AggregateEmbeddableFetchInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)protected DomainResultAssembler<?>[]AggregateEmbeddableResultInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor) -
Uses of EmbeddableMappingType in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return EmbeddableMappingType Modifier and Type Method Description EmbeddableMappingTypeAggregateJdbcType. getEmbeddableMappingType()EmbeddableMappingTypeJsonJdbcType. getEmbeddableMappingType()EmbeddableMappingTypeOracleJsonBlobJdbcType. getEmbeddableMappingType()EmbeddableMappingTypeXmlJdbcType. getEmbeddableMappingType()Constructors in org.hibernate.type.descriptor.jdbc with parameters of type EmbeddableMappingType Constructor Description H2FormatJsonJdbcType(EmbeddableMappingType embeddableMappingType)JsonAsStringJdbcType(int ddlTypeCode, EmbeddableMappingType embeddableMappingType)JsonJdbcType(EmbeddableMappingType embeddableMappingType)OracleJsonBlobJdbcType(EmbeddableMappingType embeddableMappingType)XmlAsStringJdbcType(int ddlTypeCode, EmbeddableMappingType embeddableMappingType)XmlJdbcType(EmbeddableMappingType embeddableMappingType) -
Uses of EmbeddableMappingType in org.hibernate.type.descriptor.jdbc.spi
Methods in org.hibernate.type.descriptor.jdbc.spi with parameters of type EmbeddableMappingType Modifier and Type Method Description AggregateJdbcTypeJdbcTypeRegistry. resolveAggregateDescriptor(int jdbcTypeCode, String typeName, EmbeddableMappingType embeddableMappingType, RuntimeModelCreationContext creationContext)
-