Toggle navigation
Home
net.bytebuddy.description.field.FieldDescription to org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl.AnnotatedFieldDescription
No. of Instances - 37
No. of Commits - 1
No. of Projects - {'hibernate-orm'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Other
new UnloadedFieldDescription(ctField)
to
field
new UnloadedFieldDescription(field)
to
field
new UnloadedFieldDescription(field)
to
field
Rename Variable
ctField
to
field
Add or Remove Method invocation
EnhancerImpl.isAnnotationPresent(persistentField,Id.class)
to
persistentField.hasAnnotation(Id.class)
EnhancerImpl.isAnnotationPresent(persistentField,EmbeddedId.class)
to
persistentField.hasAnnotation(EmbeddedId.class)
EnhancerImpl.isAnnotationPresent(persistentField,Embedded.class)
to
persistentField.hasAnnotation(Embedded.class)
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField).to(CodeTemplates.MapAreCollectionFieldsDirty.class,adviceLocator).wrap(isDirty)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField.getFieldDescription()).to(CodeTemplates.MapAreCollectionFieldsDirty.class,adviceLocator).wrap(isDirty)
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField).to(CodeTemplates.MapGetCollectionFieldDirtyNames.class,adviceLocator).wrap(getDirtyNames)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField.getFieldDescription()).to(CodeTemplates.MapGetCollectionFieldDirtyNames.class,adviceLocator).wrap(getDirtyNames)
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField).to(CodeTemplates.MapGetCollectionClearDirtyNames.class,adviceLocator).wrap(clearDirtyNames)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField.getFieldDescription()).to(CodeTemplates.MapGetCollectionClearDirtyNames.class,adviceLocator).wrap(clearDirtyNames)
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField).to(CodeTemplates.CollectionAreCollectionFieldsDirty.class,adviceLocator).wrap(isDirty)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField.getFieldDescription()).to(CodeTemplates.CollectionAreCollectionFieldsDirty.class,adviceLocator).wrap(isDirty)
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField).to(CodeTemplates.CollectionGetCollectionFieldDirtyNames.class,adviceLocator).wrap(getDirtyNames)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField.getFieldDescription()).to(CodeTemplates.CollectionGetCollectionFieldDirtyNames.class,adviceLocator).wrap(getDirtyNames)
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField).to(CodeTemplates.CollectionGetCollectionClearDirtyNames.class,adviceLocator).wrap(clearDirtyNames)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldName.class,collectionField.getName()).bind(CodeTemplates.FieldValue.class,collectionField.getFieldDescription()).to(CodeTemplates.CollectionGetCollectionClearDirtyNames.class,adviceLocator).wrap(clearDirtyNames)
EnhancerImpl.isAnnotationPresent(enhancedField,Embedded.class)
to
enhancedField.hasAnnotation(Embedded.class)
persistentFieldList.toArray(new FieldDescription[0])
to
persistentFieldList.toArray(new AnnotatedFieldDescription[0])
Advice.withCustomMapping().bind(CodeTemplates.FieldValue.class,persistentField).bind(CodeTemplates.MappedBy.class,mappedBy).to(CodeTemplates.OneToOneHandler.class).wrap(implementation)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldValue.class,persistentField.getFieldDescription()).bind(CodeTemplates.MappedBy.class,mappedBy).to(CodeTemplates.OneToOneHandler.class).wrap(implementation)
Advice.withCustomMapping().bind(CodeTemplates.FieldValue.class,persistentField).bind(CodeTemplates.MappedBy.class,mappedBy).to(CodeTemplates.ManyToOneHandler.class).wrap(implementation)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldValue.class,persistentField.getFieldDescription()).bind(CodeTemplates.MappedBy.class,mappedBy).to(CodeTemplates.ManyToOneHandler.class).wrap(implementation)
Advice.withCustomMapping().bind(CodeTemplates.FieldValue.class,persistentField).bind(CodeTemplates.MappedBy.class,mappedBy).to(CodeTemplates.ManyToManyHandler.class).wrap(implementation)
to
Advice.withCustomMapping().bind(CodeTemplates.FieldValue.class,persistentField.getFieldDescription()).bind(CodeTemplates.MappedBy.class,mappedBy).to(CodeTemplates.ManyToManyHandler.class).wrap(implementation)
EnhancerImpl.isAnnotationPresent(persistentField,OneToOne.class)
to
persistentField.hasAnnotation(OneToOne.class)
EnhancerImpl.isAnnotationPresent(persistentField,OneToMany.class)
to
persistentField.hasAnnotation(OneToMany.class)
EnhancerImpl.isAnnotationPresent(persistentField,ManyToOne.class)
to
persistentField.hasAnnotation(ManyToOne.class)
EnhancerImpl.isAnnotationPresent(persistentField,ManyToMany.class)
to
persistentField.hasAnnotation(ManyToMany.class)
Cascading Type Change (Similar)
FieldDescription[]
to
AnnotatedFieldDescription[]