Uses of Interface
org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
Packages that use JpaAttributeConverterCreationContext
Package
Description
Defines the SPI of a
registry
of JPA
AttributeConverter
s.This package defines the Hibernate configuration-time mapping model.
Implements the SPI for basic-typed value conversions.
-
Uses of JpaAttributeConverterCreationContext in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi with parameters of type JpaAttributeConverterCreationContextModifier and TypeMethodDescriptionConverterDescriptor.createJpaAttributeConverter
(JpaAttributeConverterCreationContext context) Factory for the runtime representation of the converter -
Uses of JpaAttributeConverterCreationContext in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type JpaAttributeConverterCreationContextModifier and TypeMethodDescriptionstatic <T> NamedConverterResolution<T>
NamedConverterResolution.from
(String name, Function<TypeConfiguration, BasicJavaType<?>> explicitJtdAccess, Function<TypeConfiguration, JdbcType> explicitStdAccess, Function<TypeConfiguration, MutabilityPlan<?>> explicitMutabilityPlanAccess, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context) static <T> NamedConverterResolution<T>
NamedConverterResolution.from
(ConverterDescriptor<T, ?> converterDescriptor, Function<TypeConfiguration, BasicJavaType<?>> explicitJtdAccess, Function<TypeConfiguration, JdbcType> explicitStdAccess, Function<TypeConfiguration, MutabilityPlan<?>> explicitMutabilityPlanAccess, Type resolvedJavaType, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context) -
Uses of JpaAttributeConverterCreationContext in org.hibernate.mapping
Classes in org.hibernate.mapping that implement JpaAttributeConverterCreationContext -
Uses of JpaAttributeConverterCreationContext in org.hibernate.type.descriptor.converter.internal
Constructors in org.hibernate.type.descriptor.converter.internal with parameters of type JpaAttributeConverterCreationContextModifierConstructorDescriptionJpaAttributeConverterImpl
(ManagedBean<? extends AttributeConverter<O, R>> attributeConverterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, Class<O> domainJavaType, Class<R> jdbcJavaType, JpaAttributeConverterCreationContext context)