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.mapping This package defines the Hibernate configuration-time mapping model.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
-
Uses of JpaAttributeConverterCreationContext in org.hibernate.mapping
Classes in org.hibernate.mapping that implement JpaAttributeConverterCreationContext Modifier and Type Class Description class
BasicValue
class
DependantBasicValue
-
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)
-