Package | Description |
---|---|
org.hibernate.boot.model.convert.spi | |
org.hibernate.type.descriptor.converter |
Support for handling JPA
AttributeConverter instances as part of the
Hibernate Type system. |
Modifier and Type | Method and Description |
---|---|
JpaAttributeConverter |
ConverterDescriptor.createJpaAttributeConverter(JpaAttributeConverterCreationContext context)
Factory for the runtime representation of the converter
|
Modifier and Type | Method and Description |
---|---|
JpaAttributeConverter<? extends T,?> |
AttributeConverterTypeAdapter.getAttributeConverter() |
Constructor and Description |
---|
AttributeConverterMutabilityPlanImpl(JpaAttributeConverter converter) |
AttributeConverterSqlTypeDescriptorAdapter(JpaAttributeConverter converter,
SqlTypeDescriptor delegate,
JavaTypeDescriptor intermediateJavaTypeDescriptor) |
AttributeConverterTypeAdapter(String name,
String description,
JpaAttributeConverter<? extends T,?> attributeConverter,
SqlTypeDescriptor sqlTypeDescriptorAdapter,
Class modelType,
Class jdbcType,
JavaTypeDescriptor<T> entityAttributeJavaTypeDescriptor) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.