Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse
BindingContext.params()instead.UseBindingContext.params()instead.UseBindingContext.params()instead.UseBindingContext.params()instead.UseFieldProjection.valueModel()instead. Note, settingFieldProjection.convert()to non-defaultValueConvert.NOwill result in an exception at runtime, useFieldProjection.valueModel()withValueModel.INDEXinstead.Setting
FieldProjection.valueModel()to any non-default value will take precedence overFieldProjection.convert()defaultValueConvert.YESvalue.UseIndexedEmbedded.name()instead. Note thatIndexedEmbedded.name()does not allow dots.Pass a field name toPropertyMappingStep.indexedEmbedded(String)instead. Note that the name passed to that method does not allow dots.UseAnnotationMappingConfigurationContext.discoverAnnotationsFromReferencedTypes(boolean)on the object returned byAbstractPojoMappingInitiator.annotationMapping()instead.UsePojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext, Class, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext, PojoScopeTypeExtendedContextProvider)instead.Use/implementPojoBootstrapIntrospector.annotationValueHandleFactory()instead.UseFieldProjectionBinder.valueModel(ValueModel)instead.UseProjectionBindingContext.param(String, Class)instead.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).add(...)on the result.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).addOrUpdate(...)on the result.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).addOrUpdateOrDelete(...)on the result.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).delete(...)on the result.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).updateAssociationInverseSide(...)on the result.
-
Deprecated ConstructorsConstructorDescriptionUse
AbstractPojoMappingImplementor. This constructor is only present for backwards compatibility, for mappers that expose a custom entity reference type.
-
Deprecated Annotation Type ElementsAnnotation Type ElementDescriptionUse
FieldProjection.valueModel()instead. Note, settingFieldProjection.convert()to non-defaultValueConvert.NOwill result in an exception at runtime, useFieldProjection.valueModel()withValueModel.INDEXinstead.Setting
FieldProjection.valueModel()to any non-default value will take precedence overFieldProjection.convert()defaultValueConvert.YESvalue.UseIndexedEmbedded.name()instead. Note thatIndexedEmbedded.name()does not allow dots.