Uses of Interface
org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
-
Packages that use JpaAttributeConverterCreationContext Package Description org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverter
s.org.hibernate.boot.model.process.internal org.hibernate.type.descriptor.converter.internal Implements the SPI for basic-typed value conversions. -
-
Uses of JpaAttributeConverterCreationContext in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal with parameters of type JpaAttributeConverterCreationContext Modifier and Type Method Description JpaAttributeConverter<?,?>
AbstractConverterDescriptor. createJpaAttributeConverter(JpaAttributeConverterCreationContext context)
protected abstract ManagedBean<? extends AttributeConverter<?,?>>
AbstractConverterDescriptor. createManagedBean(JpaAttributeConverterCreationContext context)
protected ManagedBean<? extends AttributeConverter<?,?>>
ClassBasedConverterDescriptor. createManagedBean(JpaAttributeConverterCreationContext context)
protected ManagedBean<? extends AttributeConverter<?,?>>
InstanceBasedConverterDescriptor. createManagedBean(JpaAttributeConverterCreationContext context)
-
Uses of JpaAttributeConverterCreationContext in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi with parameters of type JpaAttributeConverterCreationContext Modifier and Type Method Description JpaAttributeConverter<?,?>
ConverterDescriptor. 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 JpaAttributeConverterCreationContext Modifier and Type Method Description static <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 converterDescriptor, Function<TypeConfiguration,BasicJavaType> explicitJtdAccess, Function<TypeConfiguration,JdbcType> explicitStdAccess, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context)
-
Uses of JpaAttributeConverterCreationContext in org.hibernate.type.descriptor.converter.internal
Constructors in org.hibernate.type.descriptor.converter.internal with parameters of type JpaAttributeConverterCreationContext Constructor Description JpaAttributeConverterImpl(ManagedBean<? extends AttributeConverter<O,R>> attributeConverterBean, JavaType<? extends AttributeConverter<O,R>> converterJtd, Class<O> domainJavaType, Class<R> jdbcJavaType, JpaAttributeConverterCreationContext context)
-