-
Deprecated Interfaces
-
Deprecated MethodsMethodDescriptionUse
IndexedEmbedded.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.Use/implementPojoBootstrapIntrospector.annotationValueHandleFactory()instead.UsePojoScopeDelegate.workspace(String)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
IndexedEmbedded.name()instead. Note thatIndexedEmbedded.name()does not allow dots.
PojoPathDefinitionProviderinstead.