public interface JpaEntityProvider
extends Provider
Author:
Erik Mulder
A JPA Entity Provider can supply extra JPA entities that the Keycloak system should include in it's entity manager. The
entities should be provided as a list of Class objects.
Return the location of the Liquibase changelog that facilitates the extra JPA entities.
This should be a location that can be found on the same classpath as the entity classes.