Interface SimpleIdMapper

All Known Subinterfaces:
CustomFieldOptionMapper, UserMapper

public interface SimpleIdMapper
  • Method Details

    • clear

      void clear()
    • isMapped

      boolean isMapped(Long oldId)
    • mapValue

      void mapValue(Long oldId, Long newId)
    • getMappedIds

      Collection<Long> getMappedIds()
    • getMappedId

      Long getMappedId(Long id)