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 TypeMethodDescriptionbooleanReturns whether the associatedPropertyMapperhas any properties that use thewitModifiedFlagfeature.
-
Method Details
-
hasPropertiesWithModifiedFlag
boolean hasPropertiesWithModifiedFlag()Returns whether the associatedPropertyMapperhas any properties that use thewitModifiedFlagfeature.- Returns:
trueif a property useswithModifiedFlag, otherwisefalse.
-