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.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.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.derived org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.results.graph.embeddable 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 StructAttributeValuesStructHelper. getAttributeValues(EmbeddableMappingType embeddableMappingType, Object[] rawJdbcValues, WrapperOptions options)static ValuedModelPartStructHelper. getEmbeddedPart(EmbeddableMappingType embeddableMappingType, int position)static Object[]StructHelper. getJdbcValues(EmbeddableMappingType embeddableMappingType, int[] orderMapping, Object domainValue, WrapperOptions options)static ObjectStructHelper. instantiate(EmbeddableMappingType embeddableMappingType, StructAttributeValues attributeValues, SessionFactoryImplementor sessionFactory)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)AggregateJdbcTypeH2JsonJdbcType. 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)H2JsonJdbcType(EmbeddableMappingType embeddableMappingType)MySQLCastingJsonJdbcType(EmbeddableMappingType embeddableMappingType)OracleBaseStructJdbcType(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.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.default EmbeddableMappingTypeEmbeddableValuedModelPart. getMappedType()EmbeddableMappingTypeCompositeIdentifierMapping. getPartMappingType()default EmbeddableMappingTypeEmbeddableMappingType. 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. getMappedType()EmbeddableMappingTypeAnonymousTupleNonAggregatedEntityIdentifierMapping. getMappedType()EmbeddableMappingTypeAnonymousTupleEmbeddedEntityIdentifierMapping. getPartMappingType()EmbeddableMappingTypeAnonymousTupleNonAggregatedEntityIdentifierMapping. getPartMappingType() -
Uses of EmbeddableMappingType in org.hibernate.sql.ast.tree.from
Constructors in org.hibernate.sql.ast.tree.from with parameters of type EmbeddableMappingType Constructor Description EmbeddableFunctionTableGroup(NavigablePath navigablePath, EmbeddableMappingType embeddableMappingType, Expression expression)EmbeddableFunctionTableReference(NavigablePath navigablePath, EmbeddableMappingType embeddableMappingType, Expression expression) -
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() -
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)Deprecated, for removal: This API element is subject to removal in a future version.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)
-