|
Change Parameter Type definition : AttributeConverterDefinition to info : AttributeConverterInfo in method public addAttributeConverter(info AttributeConverterInfo) : void in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl.AttributeConverterManager |
From |
To |
|
Change Parameter Type attributeConverterDescriptor : AttributeConverterDescriptor to attributeConverterDescriptor : ConverterDescriptor in method private applyAttributeConverter(property XProperty, attributeConverterDescriptor ConverterDescriptor) : void in class org.hibernate.cfg.annotations.SimpleValueBinder |
From |
To |
|
Change Parameter Type attributeConverterDescriptor : AttributeConverterDescriptor to descriptor : ConverterDescriptor in method public setJpaAttributeConverterDescriptor(descriptor ConverterDescriptor) : void in class org.hibernate.mapping.SimpleValue |
From |
To |
|
Change Parameter Type definition : AttributeConverterDefinition to info : AttributeConverterInfo in method package addAttributeConverterInfo(info AttributeConverterInfo) : void in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl |
From |
To |
|
Change Parameter Type attributeConverter : AttributeConverter to converter : JpaAttributeConverter in method public AttributeConverterMutabilityPlanImpl(converter JpaAttributeConverter) in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl |
From |
To |
|
Change Parameter Type anClass : Class<T> to anClass : Class<A> in method private getAnnotation(annotations Annotation[], anClass Class<A>) : A in class org.hibernate.type.EnumType |
From |
To |
|
Change Parameter Type descriptor : AttributeConverterDescriptor to descriptor : ConverterDescriptor in method public addConverter(descriptor ConverterDescriptor) : void in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Parameter Type attributeConverterDefinition : AttributeConverterDefinition to converterInfo : AttributeConverterInfo in method package addAttributeConverterDefinition(converterInfo AttributeConverterInfo) : void in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl |
From |
To |
|
Change Parameter Type definition : AttributeConverterDefinition to info : AttributeConverterInfo in method public addAttributeConverter(info AttributeConverterInfo) : void in class org.hibernate.cfg.annotations.reflection.AttributeConverterDefinitionCollector |
From |
To |
|
Change Parameter Type attributeConverterDescriptor : AttributeConverterDescriptor to attributeConverterDescriptor : ConverterDescriptor in method public setType(property XProperty, returnedClass XClass, declaringClassName String, attributeConverterDescriptor ConverterDescriptor) : void in class org.hibernate.cfg.annotations.SimpleValueBinder |
From |
To |
|
Change Parameter Type attributeConverter : AttributeConverter<? extends T,?> to attributeConverter : JpaAttributeConverter<? extends T,?> in method public AttributeConverterTypeAdapter(name String, description String, attributeConverter JpaAttributeConverter<? extends T,?>, sqlTypeDescriptorAdapter SqlTypeDescriptor, modelType Class, jdbcType Class, entityAttributeJavaTypeDescriptor JavaTypeDescriptor<T>) in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter |
From |
To |
|
Change Parameter Type converter : AttributeConverter to converter : JpaAttributeConverter in method public AttributeConverterSqlTypeDescriptorAdapter(converter JpaAttributeConverter, delegate SqlTypeDescriptor, intermediateJavaTypeDescriptor JavaTypeDescriptor) in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter |
From |
To |
|
Rename Variable definition : AttributeConverterDefinition to info : AttributeConverterInfo in method public applyDiscoveredAttributeConverters(collector AttributeConverterDefinitionCollector) : void in class org.hibernate.cfg.annotations.reflection.XMLContext |
From |
To |
|
Rename Variable attributeConverterDefinition : AttributeConverterDefinition to converterInfo : AttributeConverterInfo in method public baseline(sources MetadataSources, metadataBuildingOptions MetadataBuildingOptions) : ManagedResourcesImpl in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl |
From |
To |
|
Rename Variable attributeConverterDefinition : AttributeConverterDefinition to converterInfo : AttributeConverterInfo in method public complete(managedResources ManagedResources, options MetadataBuildingOptions) : MetadataImplementor in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess |
From |
To |
|
Rename Variable matched : List<AttributeConverterDescriptor> to matches : List<ConverterDescriptor> in method private locateMatchingConverter(xProperty XProperty, conversionSite ConversionSite, matcher Function<AutoApplicableConverterDescriptor,ConverterDescriptor>) : ConverterDescriptor in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public resolveAttributeConverterDescriptor(property XProperty) : ConverterDescriptor in class org.hibernate.cfg.AbstractPropertyHolder |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public resolveElementAttributeConverterDescriptor(collectionXProperty XProperty, elementXClass XClass) : ConverterDescriptor in class org.hibernate.cfg.CollectionPropertyHolder |
From |
To |
|
Change Return Type Collection<AttributeConverterDefinition> to Collection<AttributeConverterInfo> in method public getAttributeConverterDefinitions() : Collection<AttributeConverterInfo> in class org.hibernate.boot.model.process.spi.ManagedResources |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public mapKeyAttributeConverterDescriptor(mapXProperty XProperty, keyXClass XClass) : ConverterDescriptor in class org.hibernate.cfg.CollectionPropertyHolder |
From |
To |
|
Change Return Type T to A in method private getAnnotation(annotations Annotation[], anClass Class<A>) : A in class org.hibernate.type.EnumType |
From |
To |
|
Change Return Type EnumValueMapper to EnumValueConverter in method private interpretParameters(parameters Properties) : EnumValueConverter in class org.hibernate.type.EnumType |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public findAutoApplyConverterForMapKey(xProperty XProperty, context MetadataBuildingContext) : ConverterDescriptor in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Return Type List<AttributeConverterDefinition> to List<AttributeConverterInfo> in method public getAttributeConverters() : List<AttributeConverterInfo> in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public findAutoApplyConverterForMapKey(xProperty XProperty, context MetadataBuildingContext) : ConverterDescriptor in class org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler |
From |
To |
|
Change Return Type List<AttributeConverterDefinition> to List<AttributeConverterInfo> in method public getAttributeConverters() : List<AttributeConverterInfo> in class org.hibernate.boot.spi.MetadataBuildingOptions |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public findAutoApplyConverterForCollectionElement(xProperty XProperty, context MetadataBuildingContext) : ConverterDescriptor in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Return Type AttributeConverter to Class<? extends AttributeConverter> in method public getAttributeConverterClass() : Class<? extends AttributeConverter> in class org.hibernate.boot.model.convert.spi.ConverterDescriptor |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public findAutoApplyConverterForAttribute(xProperty XProperty, context MetadataBuildingContext) : ConverterDescriptor in class org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler |
From |
To |
|
Change Return Type List<AttributeConverterDefinition> to List<AttributeConverterInfo> in method public getAttributeConverters() : List<AttributeConverterInfo> in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions |
From |
To |
|
Change Return Type AttributeConverter<? extends T,?> to JpaAttributeConverter<? extends T,?> in method public getAttributeConverter() : JpaAttributeConverter<? extends T,?> in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public findAutoApplyConverterForAttribute(xProperty XProperty, context MetadataBuildingContext) : ConverterDescriptor in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method protected makeAttributeConverterDescriptor(conversion AttributeConversionInfo) : ConverterDescriptor in class org.hibernate.cfg.AbstractPropertyHolder |
From |
To |
|
Change Return Type Collection<AttributeConverterDefinition> to Collection<AttributeConverterInfo> in method public getAttributeConverterDefinitions() : Collection<AttributeConverterInfo> in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl |
From |
To |
|
Change Return Type AttributeConverterAutoApplyHandler to ConverterAutoApplyHandler in method public getAttributeConverterAutoApplyHandler() : ConverterAutoApplyHandler in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public resolveAttributeConverterDescriptor(property XProperty) : ConverterDescriptor in class org.hibernate.cfg.PropertyHolder |
From |
To |
|
Change Return Type Collection<AttributeConverterDescriptor> to Collection<ConverterDescriptor> in method private converterDescriptors() : Collection<ConverterDescriptor> in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Return Type AttributeConverterAutoApplyHandler to ConverterAutoApplyHandler in method public getAttributeConverterAutoApplyHandler() : ConverterAutoApplyHandler in class org.hibernate.boot.spi.InFlightMetadataCollector |
From |
To |
|
Change Return Type AttributeConverterDescriptor to ConverterDescriptor in method public findAutoApplyConverterForCollectionElement(xProperty XProperty, context MetadataBuildingContext) : ConverterDescriptor in class org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler |
From |
To |
|
Rename Attribute enumValueMapper : EnumValueMapper to enumValueConverter : EnumValueConverter in class org.hibernate.type.EnumType |
From |
To |
|
Rename Attribute attributeConverterDefinitionMap : Map<Class,AttributeConverterDefinition> to attributeConverterInfoMap : Map<Class,AttributeConverterInfo> in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl |
From |
To |
|
Rename Attribute attributeConverterDefinitions : List<AttributeConverterDefinition> to attributeConverterInfoList : List<AttributeConverterInfo> in class org.hibernate.cfg.annotations.reflection.XMLContext |
From |
To |
|
Rename Attribute attributeConverter : AttributeConverter to converter : JpaAttributeConverter in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl |
From |
To |
|
Rename Attribute attributeConverterDefinitionsByClass : HashMap<Class,AttributeConverterDefinition> to attributeConverterInfoMap : HashMap<Class,AttributeConverterInfo> in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl |
From |
To |
|
Change Variable Type converterClass : Class<AttributeConverter> to converterClass : Class<? extends AttributeConverter> in method public setTypeName(typeName String) : void in class org.hibernate.mapping.SimpleValue |
From |
To |
|
Change Variable Type attributeConverterDefinition : AttributeConverterDefinition to converterInfo : AttributeConverterInfo in method public baseline(sources MetadataSources, metadataBuildingOptions MetadataBuildingOptions) : ManagedResourcesImpl in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl |
From |
To |
|
Change Variable Type definition : AttributeConverterDefinition to info : AttributeConverterInfo in method public applyDiscoveredAttributeConverters(collector AttributeConverterDefinitionCollector) : void in class org.hibernate.cfg.annotations.reflection.XMLContext |
From |
To |
|
Change Variable Type matched : List<AttributeConverterDescriptor> to matches : List<ConverterDescriptor> in method private locateMatchingConverter(xProperty XProperty, conversionSite ConversionSite, matcher Function<AutoApplicableConverterDescriptor,ConverterDescriptor>) : ConverterDescriptor in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Variable Type attributeConverterDefinition : AttributeConverterDefinition to converterInfo : AttributeConverterInfo in method public complete(managedResources ManagedResources, options MetadataBuildingOptions) : MetadataImplementor in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess |
From |
To |
|
Change Variable Type converter : AttributeConverter to converter : JpaAttributeConverter in method protected determineConvertedValue(converterTypeAdapter AttributeConverterTypeAdapter, literalValue Object) : String in class org.hibernate.hql.internal.ast.tree.LiteralNode |
From |
To |
|
Change Variable Type descriptor : AttributeConverterDescriptor to descriptor : ConverterDescriptor in method private locateMatchingConverter(xProperty XProperty, conversionSite ConversionSite, matcher Function<AutoApplicableConverterDescriptor,ConverterDescriptor>) : ConverterDescriptor in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Attribute Type converter : AttributeConverter to converter : JpaAttributeConverter in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter |
From |
To |
|
Change Attribute Type attributeConverterDescriptor : AttributeConverterDescriptor to attributeConverterDescriptor : ConverterDescriptor in class org.hibernate.mapping.SimpleValue |
From |
To |
|
Change Attribute Type attributeConverterDefinitionMap : Map<Class,AttributeConverterDefinition> to attributeConverterInfoMap : Map<Class,AttributeConverterInfo> in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl |
From |
To |
|
Change Attribute Type attributeConverterDefinitions : List<AttributeConverterDefinition> to attributeConverterInfoList : List<AttributeConverterInfo> in class org.hibernate.cfg.annotations.reflection.XMLContext |
From |
To |
|
Change Attribute Type attributeConverter : AttributeConverter to converter : JpaAttributeConverter in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl |
From |
To |
|
Change Attribute Type enumClass : Class<? extends Enum> to enumClass : Class in class org.hibernate.type.EnumType |
From |
To |
|
Change Attribute Type attributeConverterDefinitionsByClass : HashMap<Class,AttributeConverterDefinition> to attributeConverterInfoMap : HashMap<Class,AttributeConverterInfo> in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl |
From |
To |
|
Change Attribute Type attributeConverter : AttributeConverter<? extends T,?> to attributeConverter : JpaAttributeConverter<? extends T,?> in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter |
From |
To |
|
Change Attribute Type attributeConverterDescriptorsByClass : Map<Class,AttributeConverterDescriptor> to attributeConverterDescriptorsByClass : Map<Class,ConverterDescriptor> in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Change Attribute Type attributeConverterDescriptor : AttributeConverterDescriptor to attributeConverterDescriptor : ConverterDescriptor in class org.hibernate.cfg.annotations.SimpleValueBinder |
From |
To |
|
Change Attribute Type enumValueMapper : EnumValueMapper to enumValueConverter : EnumValueConverter in class org.hibernate.type.EnumType |
From |
To |
|
Change Attribute Type RENDERER : StringHelper.Renderer<AttributeConverterDescriptor> to RENDERER : StringHelper.Renderer<ConverterDescriptor> in class org.hibernate.boot.model.convert.internal.AttributeConverterManager |
From |
To |
|
Rename Parameter definition : AttributeConverterDefinition to info : AttributeConverterInfo in method public addAttributeConverter(info AttributeConverterInfo) : void in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl.AttributeConverterManager |
From |
To |
|
Rename Parameter attributeConverterDefinition : AttributeConverterDefinition to converterInfo : AttributeConverterInfo in method package addAttributeConverterDefinition(converterInfo AttributeConverterInfo) : void in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl |
From |
To |
|
Rename Parameter attributeConverterDescriptor : AttributeConverterDescriptor to descriptor : ConverterDescriptor in method public setJpaAttributeConverterDescriptor(descriptor ConverterDescriptor) : void in class org.hibernate.mapping.SimpleValue |
From |
To |
|
Rename Parameter definition : AttributeConverterDefinition to info : AttributeConverterInfo in method public addAttributeConverter(info AttributeConverterInfo) : void in class org.hibernate.cfg.annotations.reflection.AttributeConverterDefinitionCollector |
From |
To |
|
Rename Parameter definition : AttributeConverterDefinition to info : AttributeConverterInfo in method package addAttributeConverterInfo(info AttributeConverterInfo) : void in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl |
From |
To |
|
Rename Parameter attributeConverter : AttributeConverter to converter : JpaAttributeConverter in method public AttributeConverterMutabilityPlanImpl(converter JpaAttributeConverter) in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl |
From |
To |