Uses of Class
org.hibernate.type.AnyType
Packages that use AnyType
Package
Description
This package defines the Hibernate configuration-time mapping model.
Implementation of the SPI for the runtime domain metamodel.
-
Uses of AnyType in org.hibernate.mapping
Methods in org.hibernate.mapping that return AnyTypeModifier and TypeMethodDescriptionstatic AnyType
MappingHelper.anyMapping
(Type discriminatorType, Type identifierType, Map<Object, String> explicitValeMappings, boolean lazy, MetadataBuildingContext buildingContext) static AnyType
MappingHelper.anyMapping
(Type discriminatorType, Type identifierType, Map<Object, String> explicitValeMappings, ImplicitDiscriminatorStrategy implicitValueStrategy, boolean lazy, MetadataBuildingContext buildingContext) Any.getType()
-
Uses of AnyType in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type AnyTypeModifier and TypeMethodDescriptionDiscriminatedAssociationMapping.from
(NavigableRole containerRole, JavaType<?> baseAssociationJtd, DiscriminatedAssociationModelPart declaringModelPart, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess) Constructors in org.hibernate.metamodel.mapping.internal with parameters of type AnyTypeModifierConstructorDescriptionDiscriminatedAssociationAttributeMapping
(NavigableRole attributeRole, JavaType<?> baseAssociationJtd, ManagedMappingType declaringType, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming fetchTiming, PropertyAccess propertyAccess, Property bootProperty, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess) DiscriminatedCollectionPart
(CollectionPart.Nature nature, CollectionPersister collectionDescriptor, JavaType<Object> baseAssociationJtd, Any bootValueMapping, AnyType anyType, MappingModelCreationProcess creationProcess) MutabilityPlanImpl
(AnyType anyType) -
Uses of AnyType in org.hibernate.metamodel.model.domain.internal
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type AnyTypeModifierConstructorDescriptionAnyMappingDomainTypeImpl
(Any bootAnyMapping, AnyType anyType, JavaType<T> baseJtd, MappingMetamodelImplementor mappingMetamodel)