Interface ModifiedFlagMapperSupport

All Known Subinterfaces:
ExtendedPropertyMapper, PropertyMapper
All Known Implementing Classes:
AbstractCollectionMapper, AbstractOneToOneMapper, AbstractPropertyMapper, AbstractToOneMapper, BasicCollectionMapper, ComponentPropertyMapper, ListCollectionMapper, MapCollectionMapper, MultiDynamicComponentMapper, MultiPropertyMapper, OneToOneNotOwningMapper, OneToOnePrimaryKeyJoinColumnMapper, SinglePropertyMapper, SortedMapCollectionMapper, SortedSetCollectionMapper, SubclassPropertyMapper, ToOneIdMapper

public interface ModifiedFlagMapperSupport
Contract for PropertyMapper implementations to expose whether they contain any property that uses PropertyData.isUsingModifiedFlag().
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the associated PropertyMapper has any properties that use the witModifiedFlag feature.
  • Method Details

    • hasPropertiesWithModifiedFlag

      boolean hasPropertiesWithModifiedFlag()
      Returns whether the associated PropertyMapper has any properties that use the witModifiedFlag feature.
      Returns:
      true if a property uses withModifiedFlag, otherwise false.