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 ModifiedFlagMapperSupportContract forPropertyMapperimplementations to expose whether they contain any property that usesPropertyData.isUsingModifiedFlag().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasPropertiesWithModifiedFlag()Returns whether the associatedPropertyMapperhas any properties that use thewitModifiedFlagfeature.
-
-
-
Method Detail
-
hasPropertiesWithModifiedFlag
boolean hasPropertiesWithModifiedFlag()
Returns whether the associatedPropertyMapperhas any properties that use thewitModifiedFlagfeature.- Returns:
trueif a property useswithModifiedFlag, otherwisefalse.
-
-