Stream: hapi
Topic: DAOConfig using UUIDs
Neil Lott (Dec 31 2020 at 02:37):
Hi,
So I'm migrating from 4.1.0 to 5.2.0 where there is already data in the existing database. What are the steps I need to take in order to get UUIDs to work?
daoConfig.setResourceClientIdStrategy(DaoConfig.ClientIdStrategyEnum.ANY);
daoConfig.setResourceServerIdStrategy(DaoConfig.IdStrategyEnum.UUID);
Thanks,
Neil
Jens Villadsen (Jan 01 2021 at 14:43):
@Neil Lott those parts in the daoconfig does not fix your already existing data. Those config values only applies for your newly created data
Last updated: Apr 12 2022 at 19:14 UTC