Uses of Interface
jakarta.persistence.AttributeConverter
Packages that use AttributeConverter
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package contains the interfaces that make up the bootstrap API
for Hibernate.
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
Defines the SPI of a
registry
of JPA
AttributeConverters.A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping or the hbm.xml
mapping element <resultset/>.Support for mutable result/fetch builder graphs nodes built dynamically via
Hibernate's
NativeQuery APIsImplementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.Implements the SPI for basic-typed value conversions.
An SPI for basic-typed value conversions, including support for handling
JPA
AttributeConverter instances as part of
the Hibernate Type system.-
Uses of AttributeConverter in org.hibernate.annotations
Subinterfaces of AttributeConverter in org.hibernate.annotationsModifier and TypeInterfaceDescriptionstatic interfaceUsed as the default for SoftDelete.converter(), indicating that dialect and settings resolution should be used.Classes in org.hibernate.annotations that implement AttributeConverterModifier and TypeClassDescriptionclassNoAttributeConverter<O,R> Deprecated.this class is no longer used -
Uses of AttributeConverter in org.hibernate.boot
Methods in org.hibernate.boot that return types with arguments of type AttributeConverterModifier and TypeMethodDescriptionClass<? extends AttributeConverter>AttributeConverterInfo.getConverterClass()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.boot with parameters of type AttributeConverterModifier and TypeMethodDescriptionMetadataBuilder.applyAttributeConverter(AttributeConverter<?, ?> attributeConverter, boolean autoApply) Adds anAttributeConverterinstance, explicitly indicating whether to auto-apply it.<O,R> MetadataBuilder MetadataBuilder.applyAttributeConverter(AttributeConverter<O, R> attributeConverter) Adds an AttributeConverter instance.Method parameters in org.hibernate.boot with type arguments of type AttributeConverterModifier and TypeMethodDescription<O,R> MetadataBuilder MetadataBuilder.applyAttributeConverter(Class<? extends AttributeConverter<O, R>> attributeConverterClass) Adds an AttributeConverter by its Class.<O,R> MetadataBuilder MetadataBuilder.applyAttributeConverter(Class<? extends AttributeConverter<O, R>> attributeConverterClass, boolean autoApply) Adds anAttributeConverterbyClass, explicitly indicating whether to auto-apply it. -
Uses of AttributeConverter in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type AttributeConverterModifier and TypeMethodDescriptionMetadataBuilderImpl.applyAttributeConverter(AttributeConverter<?, ?> attributeConverter, boolean autoApply) <O,R> MetadataBuilder MetadataBuilderImpl.applyAttributeConverter(AttributeConverter<O, R> attributeConverter) Method parameters in org.hibernate.boot.internal with type arguments of type AttributeConverterModifier and TypeMethodDescriptionvoidInFlightMetadataCollectorImpl.addAttributeConverter(Class<? extends AttributeConverter<?, ?>> converterClass) voidInFlightMetadataCollectorImpl.addOverridableConverter(Class<? extends AttributeConverter<?, ?>> converterClass) <O,R> MetadataBuilder MetadataBuilderImpl.applyAttributeConverter(Class<? extends AttributeConverter<O, R>> attributeConverterClass) <O,R> MetadataBuilder MetadataBuilderImpl.applyAttributeConverter(Class<? extends AttributeConverter<O, R>> attributeConverterClass, boolean autoApply) voidMetadataBuilderImpl.contributeAttributeConverter(Class<? extends AttributeConverter<?, ?>> converterClass) -
Uses of AttributeConverter in org.hibernate.boot.model
Method parameters in org.hibernate.boot.model with type arguments of type AttributeConverterModifier and TypeMethodDescriptiondefault voidTypeContributions.contributeAttributeConverter(Class<? extends AttributeConverter<?, ?>> converterClass) Register anAttributeConverterclass. -
Uses of AttributeConverter in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal that return types with arguments of type AttributeConverterModifier and TypeMethodDescriptionprotected abstract ManagedBean<? extends AttributeConverter<?,?>> AbstractConverterDescriptor.createManagedBean(JpaAttributeConverterCreationContext context) protected ManagedBean<? extends AttributeConverter<?,?>> ClassBasedConverterDescriptor.createManagedBean(JpaAttributeConverterCreationContext context) protected ManagedBean<? extends AttributeConverter<?,?>> InstanceBasedConverterDescriptor.createManagedBean(JpaAttributeConverterCreationContext context) Class<? extends AttributeConverter<?,?>> AbstractConverterDescriptor.getAttributeConverterClass()Method parameters in org.hibernate.boot.model.convert.internal with type arguments of type AttributeConverterModifier and TypeMethodDescriptionstatic ParameterizedTypeConverterHelper.extractAttributeConverterParameterizedType(Class<? extends AttributeConverter<?, ?>> base) static List<com.fasterxml.classmate.ResolvedType>ConverterHelper.resolveConverterClassParamTypes(Class<? extends AttributeConverter<?, ?>> converterClass, ClassmateContext context) Constructors in org.hibernate.boot.model.convert.internal with parameters of type AttributeConverterModifierConstructorDescriptionInstanceBasedConverterDescriptor(AttributeConverter<?, ?> converterInstance, Boolean forceAutoApply, ClassmateContext classmateContext) InstanceBasedConverterDescriptor(AttributeConverter<?, ?> converterInstance, ClassmateContext classmateContext) Constructor parameters in org.hibernate.boot.model.convert.internal with type arguments of type AttributeConverterModifierConstructorDescriptionAbstractConverterDescriptor(Class<? extends AttributeConverter<?, ?>> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext) ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?, ?>> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext) ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?, ?>> converterClass, ClassmateContext classmateContext) -
Uses of AttributeConverter in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return types with arguments of type AttributeConverterModifier and TypeMethodDescriptionClass<? extends AttributeConverter<?,?>> ConverterDescriptor.getAttributeConverterClass()The AttributeConverter classClass<? extends AttributeConverter<?,?>> RegisteredConversion.getConverterType()Method parameters in org.hibernate.boot.model.convert.spi with type arguments of type AttributeConverterModifier and TypeMethodDescriptionvoidConverterRegistry.addAttributeConverter(Class<? extends AttributeConverter<?, ?>> converterClass) Apply anAttributeConvertervoidConverterRegistry.addOverridableConverter(Class<? extends AttributeConverter<?, ?>> converterClass) Apply anAttributeConverterthat may be overridden by competing converters -
Uses of AttributeConverter in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type AttributeConverterModifier and TypeMethodDescriptionClass<? extends AttributeConverter<?,?>> AttributeConversionInfo.getConverterClass()The converter implementation classConstructor parameters in org.hibernate.boot.model.internal with type arguments of type AttributeConverterModifierConstructorDescriptionAttributeConversionInfo(Class<? extends AttributeConverter<?, ?>> converterClass, boolean conversionDisabled, String attributeName, XAnnotatedElement source) -
Uses of AttributeConverter in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type AttributeConverterModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyAttributeConverter(AttributeConverter attributeConverter) AbstractDelegatingMetadataBuilderImplementor.applyAttributeConverter(AttributeConverter attributeConverter, boolean autoApply) Method parameters in org.hibernate.boot.spi with type arguments of type AttributeConverterModifier and TypeMethodDescriptionvoidInFlightMetadataCollector.addAttributeConverter(Class<? extends AttributeConverter<?, ?>> converterClass) Deprecated.<O,R> MetadataBuilder AbstractDelegatingMetadataBuilderImplementor.applyAttributeConverter(Class<? extends AttributeConverter<O, R>> attributeConverterClass) <O,R> MetadataBuilder AbstractDelegatingMetadataBuilderImplementor.applyAttributeConverter(Class<? extends AttributeConverter<O, R>> attributeConverterClass, boolean autoApply) -
Uses of AttributeConverter in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type AttributeConverterModifier and TypeMethodDescriptionConfiguration.addAttributeConverter(AttributeConverter<?, ?> attributeConverter) Adds anAttributeConverterinstance to this configuration.Configuration.addAttributeConverter(AttributeConverter<?, ?> attributeConverter, boolean autoApply) Adds anAttributeConverterinstance to this configuration.Method parameters in org.hibernate.cfg with type arguments of type AttributeConverterModifier and TypeMethodDescriptionConfiguration.addAttributeConverter(Class<? extends AttributeConverter<?, ?>> attributeConverterClass) Adds anAttributeConverterto this configuration.Configuration.addAttributeConverter(Class<? extends AttributeConverter<?, ?>> attributeConverterClass, boolean autoApply) Adds anAttributeConverterto this configuration. -
Uses of AttributeConverter in org.hibernate.query
Methods in org.hibernate.query with parameters of type AttributeConverterModifier and TypeMethodDescription<C> NativeQuery<T>NativeQuery.addScalar(String columnAlias, Class<C> relationalJavaType, AttributeConverter<?, C> converter) Declare a scalar query result with an explicit conversion.<O,R> NativeQuery<T> NativeQuery.addScalar(String columnAlias, Class<O> domainJavaType, Class<R> jdbcJavaType, AttributeConverter<O, R> converter) Declare a scalar query result with an explicit conversion. -
Uses of AttributeConverter in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type AttributeConverterModifier and TypeMethodDescriptionstatic <O,R> ResultBuilder Builders.converted(String columnAlias, Class<O> domainJavaType, Class<R> jdbcJavaType, AttributeConverter<O, R> converter, SessionFactoryImplementor sessionFactory) static <R> ResultBuilderBuilders.converted(String columnAlias, Class<R> jdbcJavaType, AttributeConverter<?, R> converter, SessionFactoryImplementor sessionFactory) -
Uses of AttributeConverter in org.hibernate.query.results.complete
Constructor parameters in org.hibernate.query.results.complete with type arguments of type AttributeConverterModifierConstructorDescriptionCompleteResultBuilderBasicValuedConverted(String explicitColumnName, ManagedBean<? extends AttributeConverter<O, R>> converterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, BasicJavaType<O> domainJavaType, BasicValuedMapping underlyingMapping) CompleteResultBuilderBasicValuedConverted(String explicitColumnName, ManagedBean<? extends AttributeConverter<O, R>> converterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, BasicJavaType<O> domainJavaType, BasicValuedMapping underlyingMapping) -
Uses of AttributeConverter in org.hibernate.query.results.dynamic
Constructors in org.hibernate.query.results.dynamic with parameters of type AttributeConverterModifierConstructorDescriptionDynamicResultBuilderBasicConverted(String columnAlias, Class<O> domainJavaType, Class<R> jdbcJavaType, AttributeConverter<O, R> converter, SessionFactoryImplementor sessionFactory) -
Uses of AttributeConverter in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type AttributeConverterModifier and TypeMethodDescription<C> NativeQueryImplementor<R>NativeQueryImpl.addScalar(String columnAlias, Class<C> jdbcJavaType, AttributeConverter<?, C> converter) <O,J> NativeQueryImplementor<R> NativeQueryImpl.addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, AttributeConverter<O, J> converter) -
Uses of AttributeConverter in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type AttributeConverterModifier and TypeMethodDescription<C> NativeQueryImplementor<R>NativeQueryImplementor.addScalar(String columnAlias, Class<C> relationalJavaType, AttributeConverter<?, C> converter) <O,J> NativeQueryImplementor<R> NativeQueryImplementor.addScalar(String columnAlias, Class<O> domainJavaType, Class<J> jdbcJavaType, AttributeConverter<O, J> converter) -
Uses of AttributeConverter in org.hibernate.type
Subinterfaces of AttributeConverter in org.hibernate.typeModifier and TypeInterfaceDescriptioninterfaceMarker for Hibernate defined converters of Boolean-typed domain valuesinterfaceStandardConverter<O,R> Marker for Hibernate supplied converter classes.Classes in org.hibernate.type that implement AttributeConverterModifier and TypeClassDescriptionclassclassHandles conversion to/fromBooleanas0(false) or1(true)classHandles conversion to/fromBooleanas'T'or'F'classHandles conversion to/fromBooleanas'Y'or'N' -
Uses of AttributeConverter in org.hibernate.type.descriptor.converter.internal
Methods in org.hibernate.type.descriptor.converter.internal that return types with arguments of type AttributeConverterModifier and TypeMethodDescriptionManagedBean<? extends AttributeConverter<O,R>> JpaAttributeConverterImpl.getConverterBean()JavaType<? extends AttributeConverter<O,R>> JpaAttributeConverterImpl.getConverterJavaType()Constructor parameters in org.hibernate.type.descriptor.converter.internal with type arguments of type AttributeConverterModifierConstructorDescriptionJpaAttributeConverterImpl(ManagedBean<? extends AttributeConverter<O, R>> attributeConverterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, Class<O> domainJavaType, Class<R> jdbcJavaType, JpaAttributeConverterCreationContext context) JpaAttributeConverterImpl(ManagedBean<? extends AttributeConverter<O, R>> attributeConverterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, Class<O> domainJavaType, Class<R> jdbcJavaType, JpaAttributeConverterCreationContext context) JpaAttributeConverterImpl(ManagedBean<? extends AttributeConverter<O, R>> attributeConverterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, JavaType<O> domainJtd, JavaType<R> jdbcJtd) JpaAttributeConverterImpl(ManagedBean<? extends AttributeConverter<O, R>> attributeConverterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, JavaType<O> domainJtd, JavaType<R> jdbcJtd) -
Uses of AttributeConverter in org.hibernate.type.descriptor.converter.spi
Methods in org.hibernate.type.descriptor.converter.spi that return types with arguments of type AttributeConverterModifier and TypeMethodDescriptionManagedBean<? extends AttributeConverter<O,R>> JpaAttributeConverter.getConverterBean()JavaType<? extends AttributeConverter<O,R>> JpaAttributeConverter.getConverterJavaType()