Interface MutabilityPlanExposer<T>
-
- All Known Subinterfaces:
AttributeMapping,PluralAttributeMapping,SingularAttributeMapping
public interface MutabilityPlanExposer<T>Something that exposes a MutabilityPlan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutabilityPlan<T>getExposedMutabilityPlan()
-
-
-
Method Detail
-
getExposedMutabilityPlan
MutabilityPlan<T> getExposedMutabilityPlan()
-
-