| Package | Description |
|---|---|
| org.hibernate.boot.model.convert.internal | |
| org.hibernate.boot.model.convert.spi | |
| org.hibernate.metamodel.model.convert.internal | |
| 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 |
AbstractConverterDescriptor.createJpaAttributeConverter(JpaAttributeConverterCreationContext context) |
| Modifier and Type | Method and Description |
|---|---|
JpaAttributeConverter |
ConverterDescriptor.createJpaAttributeConverter(JpaAttributeConverterCreationContext context)
Factory for the runtime representation of the converter
|
| Modifier and Type | Class and Description |
|---|---|
class |
JpaAttributeConverterImpl<O,R>
Standard implementation of JpaAttributeConverter
|
| 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 © 2019 JBoss by Red Hat. All rights reserved.