Uses of Interface
org.hibernate.metamodel.mapping.MappingType
Packages that use MappingType
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
AST nodes representing expressions in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of MappingType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type MappingTypeModifier and TypeMethodDescriptionstatic intStructHelper.getJdbcValueCount(MappingType mappedType) -
Uses of MappingType in org.hibernate.id
Subinterfaces of MappingType in org.hibernate.idModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of MappingType in org.hibernate.metamodel.mapping
Subinterfaces of MappingType in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceMappingType descriptor for the collection Java type (List, Set, etc)interfaceUnion ofConvertedBasicTypeandBasicDomainTypecapabilities.interfaceDescribes an embeddable - the actual typeinterfaceMapping of an entityinterfaceDescribes the mapping for things which can be expressed in a SQL query.interfaceMapping-model corollary toManagedTypestatic interfaceThink of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsMethods in org.hibernate.metamodel.mapping that return MappingTypeModifier and TypeMethodDescriptionOwnedValuedModelPart.getDeclaringType()ValueMapping.getMappedType()Descriptor for the type of this mappingdefault MappingTypeBasicValuedModelPart.getPartMappingType()default MappingTypeEntityMappingType.getPartMappingType()default MappingTypeManagedMappingType.getPartMappingType()ModelPart.getPartMappingType()The type for this part. -
Uses of MappingType in org.hibernate.metamodel.mapping.internal
Subinterfaces of MappingType in org.hibernate.metamodel.mapping.internalClasses in org.hibernate.metamodel.mapping.internal that implement MappingTypeModifier and TypeClassDescriptionclassBase support for EmbeddableMappingType implementationsclassMulti-attribute NaturalIdMapping implementationclassRepresents the "type" of an any-valued mappingclassSpecialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMappingof this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcTypeclassDescribes a "normal" embeddable.classEmbeddableMappingType implementation describing anIdClassclassEmbeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return MappingTypeModifier and TypeMethodDescriptionAbstractDiscriminatorMapping.getMappedType()AnyDiscriminatorPart.getMappedType()AnyKeyPart.getMappedType()BasicAttributeMapping.getMappedType()BasicEntityIdentifierMappingImpl.getMappedType()BasicValuedCollectionPart.getMappedType()CollectionIdentifierDescriptorImpl.getMappedType()DiscriminatedAssociationAttributeMapping.getMappedType()DiscriminatedCollectionPart.getMappedType()EmbeddedForeignKeyDescriptor.getMappedType()EntityRowIdMappingImpl.getMappedType()EntityVersionMappingImpl.getMappedType()SimpleForeignKeyDescriptor.getMappedType()SimpleNaturalIdMapping.getMappedType()AbstractAttributeMapping.getPartMappingType()BasicEntityIdentifierMappingImpl.getPartMappingType()BasicValuedCollectionPart.getPartMappingType()CollectionIdentifierDescriptorImpl.getPartMappingType()CompoundNaturalIdMapping.getPartMappingType()DiscriminatedAssociationMapping.getPartMappingType()DiscriminatedCollectionPart.getPartMappingType()EmbeddedCollectionPart.getPartMappingType()EmbeddedForeignKeyDescriptor.getPartMappingType()EntityRowIdMappingImpl.getPartMappingType()EntityVersionMappingImpl.getPartMappingType()SimpleForeignKeyDescriptor.getPartMappingType()SimpleNaturalIdMapping.getPartMappingType()SoftDeleteMappingImpl.getPartMappingType() -
Uses of MappingType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement MappingType -
Uses of MappingType in org.hibernate.persister.entity
Subinterfaces of MappingType in org.hibernate.persister.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceA strategy for persisting a mapped entity class.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated.UseEntityMappingTypeinsteadinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceClasses in org.hibernate.persister.entity that implement MappingTypeModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classDeprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverterclassAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of MappingType in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement MappingTypeModifier and TypeClassDescriptionclassclassclassclassclassclassclassThe table group producer for an anonymous tuple type.classThe table group producer for a CTE tuple type.Methods in org.hibernate.query.derived that return MappingTypeModifier and TypeMethodDescriptionAnonymousTupleBasicValuedModelPart.getDeclaringType()AnonymousTupleBasicValuedModelPart.getMappedType()AnonymousTupleEntityValuedModelPart.getMappedType()AnonymousTupleBasicValuedModelPart.getPartMappingType()AnonymousTupleEntityValuedModelPart.getPartMappingType()AnonymousTupleTableGroupProducer.getPartMappingType()Methods in org.hibernate.query.derived with parameters of type MappingTypeModifier and TypeMethodDescriptionstatic ModelPartAnonymousTupleTableGroupProducer.createModelPart(MappingType mappingType, SqmExpressible<?> sqmExpressible, DomainType<?> domainType, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, String partName, ModelPart existingModelPart, Set<String> compatibleTableExpressions, int fetchableIndex) Constructors in org.hibernate.query.derived with parameters of type MappingTypeModifierConstructorDescriptionAnonymousTupleBasicEntityIdentifierMapping(MappingType declaringType, String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, BasicEntityIdentifierMapping delegate) AnonymousTupleBasicValuedModelPart(MappingType declaringType, String partName, String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, int fetchableIndex) -
Uses of MappingType in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return MappingTypeModifier and TypeMethodDescriptionEmbeddableTypeLiteral.getMappedType()EntityTypeLiteral.getMappedType() -
Uses of MappingType in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return MappingType -
Uses of MappingType in org.hibernate.type
Subinterfaces of MappingType in org.hibernate.typeModifier and TypeInterfaceDescriptioninterfaceExtension contract forBasicTypeimplementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interfaceBasicPluralType<C,E> A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceExtension for implementations ofBasicTypewhich have an implied conversion.Classes in org.hibernate.type that implement MappingTypeModifier and TypeClassDescriptionclassTODO : javadocclassConvenience base class forBasicTypeimplementations.classBasicArrayType<T,E> A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E> A type that maps betweenARRAYandCollection<T>classA type that is assignable to every non-primitive type, that is, the type ofnull.classConvertedBasicArrayType<T,S, E> Given aBasicValueConverterfor an array type,classConvertedBasicCollectionType<C extends Collection<E>,E> A converted basic array type.classCustomType<J>classclassclassclassSerializableToBlobType<T extends Serializable>classSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classA BasicType adapter targeting partial portability to 6.0's type system changes.Methods in org.hibernate.type that return MappingType -
Uses of MappingType in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement MappingTypeModifier and TypeClassDescriptionclassclassclassclassWrapper ofCustomMutabilityConvertedBasicTypeImplfor primitive type.classclass
EntityPersisterinstead.