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 forPropertyMapper
implementations to expose whether they contain any property that usesPropertyData.isUsingModifiedFlag()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasPropertiesWithModifiedFlag()
Returns whether the associatedPropertyMapper
has any properties that use thewitModifiedFlag
feature.
-
-
-
Method Detail
-
hasPropertiesWithModifiedFlag
boolean hasPropertiesWithModifiedFlag()
Returns whether the associatedPropertyMapper
has any properties that use thewitModifiedFlag
feature.- Returns:
true
if a property useswithModifiedFlag
, otherwisefalse
.
-
-