Solutionunvalidated
You can achieve this by enabling a couple of settings: — Instancio.of(PersonEntity.class). Outcome: withSetting(Keys.BEAN_VALIDATION_ENABLED, true) .withSetting(Keys.JPA_ENABLED, true) .create();.
043e62c6-42cb-4d88-b389-f5ee822e7f00
You can achieve this by enabling a couple of settings: — Instancio.of(PersonEntity.class). Outcome: withSetting(Keys.BEAN_VALIDATION_ENABLED, true) .withSetting(Keys.JPA_ENABLED, true) .create();.