Uses of Interface
org.hibernate.metamodel.mapping.MappingType
-
Packages that use MappingType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator.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.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.type A HibernateTypeis 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 MappingType Modifier and Type Method Description static intStructHelper. getJdbcValueCount(MappingType mappedType) -
Uses of MappingType in org.hibernate.id
Subinterfaces of MappingType in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQLINSERT. -
Uses of MappingType in org.hibernate.metamodel.mapping
Subinterfaces of MappingType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceCollectionMappingType<C>MappingType descriptor for the collection Java type (List, Set, etc)interfaceDiscriminatorType<O>Union ofConvertedBasicTypeandBasicDomainTypecapabilities.interfaceEmbeddableMappingTypeDescribes an embeddable - the actual typeinterfaceEntityMappingTypeMapping of an entityinterfaceJdbcMappingDescribes the mapping for things which can be expressed in a SQL query.interfaceManagedMappingTypeMapping-model corollary toManagedTypestatic 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 MappingType Modifier and Type Method Description MappingTypeOwnedValuedModelPart. getDeclaringType()MappingTypeValueMapping. getMappedType()Descriptor for the type of this mappingdefault MappingTypeBasicValuedModelPart. getPartMappingType()default MappingTypeEntityMappingType. getPartMappingType()default MappingTypeManagedMappingType. getPartMappingType()MappingTypeModelPart. getPartMappingType()The type for this part. -
Uses of MappingType in org.hibernate.persister.entity
Subinterfaces of MappingType in org.hibernate.persister.entity Modifier and Type Interface Description interfaceDeprecatedEntityStuffDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceLockableDeprecated, for removal: This API element is subject to removal in a future version.interfaceOuterJoinLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceQueryableDeprecated.UseEntityMappingTypeinsteadinterfaceSQLLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceUniqueKeyLoadableClasses in org.hibernate.persister.entity that implement MappingType Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classDiscriminatorType<T>Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverterclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing 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 MappingType Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleBasicValuedModelPartclassAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleEntityValuedModelPartclassAnonymousTupleNonAggregatedEntityIdentifierMappingclassAnonymousTupleTableGroupProducerThe table group producer for an anonymous tuple type.classCteTupleTableGroupProducerThe table group producer for a CTE tuple type.Methods in org.hibernate.query.derived that return MappingType Modifier and Type Method Description MappingTypeAnonymousTupleBasicValuedModelPart. getDeclaringType()MappingTypeAnonymousTupleBasicValuedModelPart. getMappedType()MappingTypeAnonymousTupleEntityValuedModelPart. getMappedType()MappingTypeAnonymousTupleBasicValuedModelPart. getPartMappingType()MappingTypeAnonymousTupleEntityValuedModelPart. getPartMappingType()MappingTypeAnonymousTupleTableGroupProducer. getPartMappingType()Methods in org.hibernate.query.derived with parameters of type MappingType Modifier and Type Method Description static 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 MappingType Constructor Description AnonymousTupleBasicEntityIdentifierMapping(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.type
Subinterfaces of MappingType in org.hibernate.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension 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.interfaceConvertedBasicType<J>Extension for implementations ofBasicTypewhich have an implied conversion.Classes in org.hibernate.type that implement MappingType Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementations.classBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classConvertedBasicArrayType<T>A converted basic array type.classConvertedBasicCollectionType<C extends Collection<E>,E>A converted basic array type.classCustomType<J>classJavaObjectTypeclassNullTypeclassSerializableToBlobType<T extends Serializable>classSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classStandardBasicTypeTemplate<J>A BasicType adapter targeting partial portability to 6.0's type system changes.Methods in org.hibernate.type that return MappingType Modifier and Type Method Description default MappingTypeBasicType. getMappedType()
-