public interface JpaEntityProvider extends Provider
Modifier and Type | Method and Description |
---|---|
String |
getChangelogLocation()
Return the location of the Liquibase changelog that facilitates the extra JPA entities.
|
List<Class<?>> |
getEntities()
Return the entities that should be added to the entity manager.
|
String |
getFactoryId()
Return the ID of provider factory, which created this provider.
|
List<Class<?>> getEntities()
String getChangelogLocation()
String getFactoryId()
Copyright © 2020 JBoss by Red Hat. All rights reserved.