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 TypeMethodDescriptionboolean
Returns whether the associatedPropertyMapper
has any properties that use thewitModifiedFlag
feature.
-
Method Details
-
hasPropertiesWithModifiedFlag
boolean hasPropertiesWithModifiedFlag()Returns whether the associatedPropertyMapper
has any properties that use thewitModifiedFlag
feature.- Returns:
true
if a property useswithModifiedFlag
, otherwisefalse
.
-