Uses of Interface
org.hibernate.metamodel.mapping.ValueMapping
-
Packages that use ValueMapping Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity org.hibernate.query.derived org.hibernate.query.sqm.tree.cte org.hibernate.type org.hibernate.type.internal -
-
Uses of ValueMapping in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement ValueMapping Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase implementation for composite identifier mappings -
Uses of ValueMapping in org.hibernate.metamodel.mapping
Subinterfaces of ValueMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceAttributeMappingDescribes an attribute at the mapping model level.interfaceBasicEntityIdentifierMappingMapping for a simple identifierinterfaceBasicValuedMappingAny basic-typed ValueMapping.interfaceBasicValuedModelPartDescribes a ModelPart which is a basic value, either aBasicattribute a basic-valued collection partinterfaceCollectionIdentifierDescriptorDescriptor for the collection identifier.interfaceCompositeIdentifierMappingMapping for a composite identifierinterfaceEntityDiscriminatorMappinginterfaceEntityIdentifierMappingDescribes the mapping of an entity's identifier.interfaceEntityVersionMappingDescribes the mapping of an entity's versioninterfaceForeignKeyDescriptorDescriptor for foreign-keysinterfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedIddoes.interfacePluralAttributeMappingMapping of a plural (collection-valued) attributeinterfaceSingularAttributeMappingMapping for a singular (non-collection) attribute. -
Uses of ValueMapping in org.hibernate.metamodel.mapping.internal
Subinterfaces of ValueMapping in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interfaceSingleAttributeIdentifierMapping -
Uses of ValueMapping in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement ValueMapping Modifier and Type Class Description classDiscriminatorType<T>TODO : javadoc -
Uses of ValueMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ValueMapping Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleBasicValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleNonAggregatedEntityIdentifierMapping -
Uses of ValueMapping in org.hibernate.query.sqm.tree.cte
Methods in org.hibernate.query.sqm.tree.cte that return ValueMapping Modifier and Type Method Description ValueMappingSqmCteTableColumn. getType()Constructors in org.hibernate.query.sqm.tree.cte with parameters of type ValueMapping Constructor Description SqmCteTableColumn(SqmCteTable cteTable, String columnName, ValueMapping typeExpressible) -
Uses of ValueMapping in org.hibernate.type
Subinterfaces of ValueMapping in org.hibernate.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interfaceBasicPluralType<C,E>A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceConvertedBasicType<J>Extension for BasicType impls which have an implied conversionClasses in org.hibernate.type that implement ValueMapping Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementationsclassBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classCustomType<J>classDbTimestampTypeDeprecated.UseValueGenerationinsteadclassJavaObjectTypeclassNullTypeclassSerializableToBlobType<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. -
Uses of ValueMapping in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement ValueMapping Modifier and Type Class Description classBasicTypeImpl<J>classConvertedBasicTypeImpl<J>classCustomMutabilityConvertedBasicTypeImpl<J>classImmutableNamedBasicTypeImpl<J>classNamedBasicTypeImpl<J>
-