Uses of Interface
org.hibernate.metamodel.model.convert.spi.BasicValueConverter
-
-
Uses of BasicValueConverter in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return BasicValueConverter Modifier and Type Method Description BasicValueConverter<J,T>
InferredBasicValueResolution. getValueConverter()
BasicValueConverter
NamedBasicTypeResolution. getValueConverter()
BasicValueConverter
UserTypeResolution. getValueConverter()
BasicValueConverter<E,E>
VersionResolution. getValueConverter()
Constructors in org.hibernate.boot.model.process.internal with parameters of type BasicValueConverter Constructor Description NamedBasicTypeResolution(JavaType<J> domainJtd, BasicType basicType, BasicValueConverter valueConverter, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, MetadataBuildingContext context)
-
Uses of BasicValueConverter in org.hibernate.mapping
Methods in org.hibernate.mapping that return BasicValueConverter Modifier and Type Method Description BasicValueConverter<J,?>
BasicValue.Resolution. getValueConverter()
Converter, if any, to convert values between the domain and relational JavaType representations -
Uses of BasicValueConverter in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return BasicValueConverter Modifier and Type Method Description default BasicValueConverter
JdbcMapping. getValueConverter()
Returns the converter that this basic type uses for transforming from the domain type, to the relational type, ornull
if there is no conversion. -
Uses of BasicValueConverter in org.hibernate.metamodel.model.convert.internal
Classes in org.hibernate.metamodel.model.convert.internal that implement BasicValueConverter Modifier and Type Class Description class
JpaAttributeConverterImpl<O,R>
Standard implementation of JpaAttributeConverterclass
NamedEnumValueConverter<E extends Enum<E>>
BasicValueConverter handling the conversion of an enum based on JPAEnumType.STRING
strategy (storing the name)class
OrdinalEnumValueConverter<E extends Enum<E>>
BasicValueConverter handling the conversion of an enum based on JPAEnumType.ORDINAL
strategy (storing the ordinal) -
Uses of BasicValueConverter in org.hibernate.metamodel.model.convert.spi
Subinterfaces of BasicValueConverter in org.hibernate.metamodel.model.convert.spi Modifier and Type Interface Description interface
EnumValueConverter<O extends Enum<O>,R>
BasicValueConverter extension for enum-specific supportinterface
JpaAttributeConverter<O,R>
BasicValueConverter extension for AttributeConverter-specific supportClasses in org.hibernate.metamodel.model.convert.spi that implement BasicValueConverter Modifier and Type Class Description class
SimpleBasicValueConverter<D,R>
Methods in org.hibernate.metamodel.model.convert.spi that return BasicValueConverter Modifier and Type Method Description <R> BasicValueConverter<O,R>
ConvertibleValueMapping. getValueConverter()
Get the value converter associated with this value mapping.static <O,R>
BasicValueConverter<O,R>Converters. jpaAttributeConverter(JavaType<R> relationalJtd, JavaType<O> domainJtd, Class<? extends jakarta.persistence.AttributeConverter<O,R>> converterClass, SessionFactory factory)
Generates a BasicValueConverter based on anAttributeConverter
-
Uses of BasicValueConverter in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement BasicValueConverter Modifier and Type Class Description class
AnyDiscriminatorConverter
-
Uses of BasicValueConverter in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return BasicValueConverter Modifier and Type Method Description BasicValueConverter<?,?>
AbstractCollectionPersister. getElementConverter()
default BasicValueConverter
CollectionPersister. getElementConverter()
The value converter for the element values of this collectionBasicValueConverter<?,?>
AbstractCollectionPersister. getIndexConverter()
default BasicValueConverter
CollectionPersister. getIndexConverter()
The value converter for index values of this collection (effectively map keys only) -
Uses of BasicValueConverter in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement BasicValueConverter Modifier and Type Class Description class
DiscriminatorType<T>
TODO : javadocMethods in org.hibernate.persister.entity that return BasicValueConverter Modifier and Type Method Description BasicValueConverter<T,?>
DiscriminatorType. getValueConverter()
-
Uses of BasicValueConverter in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic that return BasicValueConverter Modifier and Type Method Description BasicValueConverter<J,?>
BasicResultAssembler. getValueConverter()
Exposed for testing purposesConstructors in org.hibernate.sql.results.graph.basic with parameters of type BasicValueConverter Constructor Description BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState)
BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState, boolean coerceResultType)
BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, DomainResultCreationState creationState)
BasicResult(int valuesArrayPosition, String resultVariable, JavaType<T> javaType, BasicValueConverter<T,?> valueConverter)
BasicResult(int valuesArrayPosition, String resultVariable, JavaType<T> javaType, BasicValueConverter<T,?> valueConverter, NavigablePath navigablePath)
BasicResult(int valuesArrayPosition, String resultVariable, JavaType<T> javaType, BasicValueConverter<T,?> valueConverter, NavigablePath navigablePath, boolean coerceResultType)
BasicResultAssembler(int valuesArrayPosition, JavaType<J> assembledJavaType, BasicValueConverter<J,?> valueConverter)
CoercingResultAssembler(int valuesArrayPosition, JavaType<J> assembledJavaType, BasicValueConverter<J,?> valueConverter)
-
Uses of BasicValueConverter in org.hibernate.type
Classes in org.hibernate.type that implement BasicValueConverter Modifier and Type Class Description class
NumericBooleanConverter
Handles conversion to/from Boolean as `0` (false) or `1` (true)class
TrueFalseConverter
Handles conversion to/from Boolean as `T` or `F`class
YesNoConverter
Handles conversion to/from Boolean as `Y` or `N`Methods in org.hibernate.type that return BasicValueConverter Modifier and Type Method Description BasicValueConverter<T,?>
BasicTypeReference. getConverter()
default BasicValueConverter<T,?>
BasicType. getValueConverter()
BasicValueConverter<J,?>
ConvertedBasicType. getValueConverter()
BasicValueConverter<J,Object>
CustomType. getValueConverter()
BasicValueConverter<T,Object>
EnumType. getValueConverter()
Constructors in org.hibernate.type with parameters of type BasicValueConverter Constructor Description BasicTypeReference(String name, Class<? extends T> javaType, int sqlTypeCode, BasicValueConverter<T,?> converter)
-
Uses of BasicValueConverter in org.hibernate.type.internal
Methods in org.hibernate.type.internal that return BasicValueConverter Modifier and Type Method Description BasicValueConverter
ConvertedBasicTypeImpl. getValueConverter()
Constructors in org.hibernate.type.internal with parameters of type BasicValueConverter Constructor Description ConvertedBasicTypeImpl(String name, String description, JdbcType jdbcType, BasicValueConverter<J,?> converter)
ConvertedBasicTypeImpl(String name, JdbcType jdbcType, BasicValueConverter<J,?> converter)
CustomMutabilityConvertedBasicTypeImpl(String name, String description, JdbcType jdbcType, BasicValueConverter<J,?> converter, MutabilityPlan<J> mutabilityPlan)
CustomMutabilityConvertedBasicTypeImpl(String name, JdbcType jdbcType, BasicValueConverter<J,?> converter, MutabilityPlan<J> mutabilityPlan)
-
Uses of BasicValueConverter in org.hibernate.usertype
Methods in org.hibernate.usertype that return BasicValueConverter Modifier and Type Method Description BasicValueConverter<T,Object>
StaticUserTypeSupport. getValueConverter()
default BasicValueConverter<J,Object>
UserType. getValueConverter()
Returns the converter that this user type uses for transforming from the domain type, to the relational type, ornull
if there is no conversion.Constructors in org.hibernate.usertype with parameters of type BasicValueConverter Constructor Description StaticUserTypeSupport(BasicJavaType<T> javaType, JdbcType jdbcType, BasicValueConverter<T,Object> valueConverter)
StaticUserTypeSupport(BasicJavaType<T> javaType, JdbcType jdbcType, MutabilityPlan<T> mutabilityPlan, BasicValueConverter<T,Object> valueConverter)
-