Class ClassBasedConverterDescriptor
- java.lang.Object
-
- org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
-
- org.hibernate.boot.model.convert.internal.ClassBasedConverterDescriptor
-
- All Implemented Interfaces:
ConverterDescriptor
public class ClassBasedConverterDescriptor extends AbstractConverterDescriptor
ConverterDescriptor implementation for cases where we know the AttributeConverter Class. This is the normal case.
-
-
Field Summary
-
Fields inherited from interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
TYPE_NAME_PREFIX
-
-
Constructor Summary
Constructors Constructor Description ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?,?>> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext)
ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?,?>> converterClass, ClassmateContext classmateContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ManagedBean<? extends AttributeConverter<?,?>>
createManagedBean(JpaAttributeConverterCreationContext context)
-
Methods inherited from class org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
createJpaAttributeConverter, getAttributeConverterClass, getAutoApplyDescriptor, getDomainValueResolvedType, getRelationalValueResolvedType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
overrideable
-
-
-
-
Constructor Detail
-
ClassBasedConverterDescriptor
public ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?,?>> converterClass, ClassmateContext classmateContext)
-
ClassBasedConverterDescriptor
public ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?,?>> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext)
-
-
Method Detail
-
createManagedBean
protected ManagedBean<? extends AttributeConverter<?,?>> createManagedBean(JpaAttributeConverterCreationContext context)
- Specified by:
createManagedBean
in classAbstractConverterDescriptor
-
-