Uses of Interface
org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
-
-
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 jakarta.persistence.AttributeConverter<?,?>>
AbstractConverterDescriptor. createManagedBean(JpaAttributeConverterCreationContext context)
protected ManagedBean<? extends jakarta.persistence.AttributeConverter<?,?>>
ClassBasedConverterDescriptor. createManagedBean(JpaAttributeConverterCreationContext context)
protected ManagedBean<? extends jakarta.persistence.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.metamodel.model.convert.internal
Constructors in org.hibernate.metamodel.model.convert.internal with parameters of type JpaAttributeConverterCreationContext Constructor Description JpaAttributeConverterImpl(ManagedBean<? extends jakarta.persistence.AttributeConverter<O,R>> attributeConverterBean, JavaType<? extends jakarta.persistence.AttributeConverter<O,R>> converterJtd, Class<O> domainJavaType, Class<R> jdbcJavaType, JpaAttributeConverterCreationContext context)
-