In a liquibase custom change, how can I construct a JPA EntityManager with access to the database?
In my Liquibase custom change (see https://docs.liquibase.com/change-types/custom-change.html), I want to use JPA to modify some data.
In my Liquibase custom change (see https://docs.liquibase.com/change-types/custom-change.html), I want to use JPA to modify some data.