Interface PKMapper
-
public interface PKMapperProvides method for mapping a specific old PK to a specific new PK. Called by MigrationUtils at conversion of old-style PK's to new style PK's: With that you can define an explicit mapping for a specific PK. Needed for case of not uniqueness at mapping.- Since:
- 4.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PKmapPK(OldPK oldPK)Maps given old PK to a new PK.
-