Package org.hibernate.type.descriptor.converter.internal
@Incubating
package org.hibernate.type.descriptor.converter.internal
Implements the SPI for basic-typed value conversions.
- See Also:
-
ClassesClassDescriptionArrayConverter<T,
S, E, F> Given aBasicValueConverterfor array elements, handles conversion to and from an array of the converted element type.Standard implementation ofJpaAttributeConverterbacked by aManagedBean.Implementation ofBasicValueConverterbacked by an instance of the JPA-standardAttributeConverter.The defaultMutabilityPlanfor a converted value assumes, in the absence of additional evidence, that the value is mutable, so that dirty checking, deep copying, and second-level caching all work correctly in the case where it really is mutable.Handles conversion to/from a collection of a converted element type.