Toggle navigation
Home
org.hibernate.boot.spi.AttributeConverterDescriptor to org.hibernate.boot.model.convert.spi.ConverterDescriptor
No. of Instances - 26
No. of Commits - 1
No. of Projects - {'hibernate-orm'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
descriptor.getAttributeConverter().getClass()
to
descriptor.getAttributeConverterClass()
String.format(Locale.ENGLISH,"AttributeConverter class [%s] registered multiple times",descriptor.getAttributeConverter().getClass())
to
String.format(Locale.ENGLISH,"AttributeConverter class [%s] registered multiple times",descriptor.getAttributeConverterClass())
descriptor.toString()
to
descriptor.getAttributeConverterClass().getName()
descriptor.getDomainType().getSimpleName()
to
descriptor.getDomainValueResolvedType().getSignature()
descriptor.toString()
to
descriptor.getAttributeConverterClass().getName()
descriptor.getDomainType().getSimpleName()
to
descriptor.getDomainValueResolvedType().getSignature()
xProperty.getMapKey().getName()
to
xProperty.getType().getName()
descriptor.getAttributeConverter().getClass()
to
descriptor.getAttributeConverterClass()
descriptor.toString()
to
descriptor.getDomainValueResolvedType().getSignature()
xProperty.getElementClass().getName()
to
xProperty.getType().getName()
descriptor.getDomainType()
to
ConversionSite.COLLECTION_ELEMENT
Update argument list (Method invocation)
debugf
to
debugf
debugf
to
debugf
debugf
to
debugf
Cascading Type Change (Different)
ArrayList<AttributeConverterDescriptor>
to
ArrayList<>
ArrayList<AttributeConverterDescriptor>
to
ArrayList<>
ConcurrentHashMap<Class,AttributeConverterDescriptor>
to
ConcurrentHashMap<>
AttributeConverterTypeAdapter
to
JpaAttributeConverterCreationContext
ArrayList<AttributeConverterDescriptor>
to
ArrayList<>
Cascading Type Change (Similar)
List<AttributeConverterDescriptor>
to
List<ConverterDescriptor>
List<AttributeConverterDescriptor>
to
List<ConverterDescriptor>
List<AttributeConverterDescriptor>
to
List<ConverterDescriptor>
Rename Variable
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
matched
to
matches
attributeConverterDescriptor
to
descriptor
Rename Method invocation
getAttributeConverter
to
createJpaAttributeConverter