Package org.hibernate.boot
Interface AttributeConverterInfo
-
@Deprecated(since="6.2", forRemoval=true) @Remove public interface AttributeConverterInfo
Deprecated, for removal: This API element is subject to removal in a future version.no longer usedDelayed information about an AttributeConverter. Delayed until we have access toClassmateContext
during the MetadataSources to Metadata process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Class<? extends AttributeConverter>
getConverterClass()
Deprecated, for removal: This API element is subject to removal in a future version.ConverterDescriptor
toConverterDescriptor(MetadataBuildingContext context)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getConverterClass
Class<? extends AttributeConverter> getConverterClass()
Deprecated, for removal: This API element is subject to removal in a future version.
-
toConverterDescriptor
ConverterDescriptor toConverterDescriptor(MetadataBuildingContext context)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-