Class ExampleJpaEntityProvider
- java.lang.Object
-
- org.keycloak.examples.domainextension.jpa.ExampleJpaEntityProvider
-
- All Implemented Interfaces:
JpaEntityProvider,Provider
public class ExampleJpaEntityProvider extends Object implements JpaEntityProvider
- Author:
- Erik Mulder Example JpaEntityProvider.
-
-
Constructor Summary
Constructors Constructor Description ExampleJpaEntityProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetChangelogLocation()List<Class<?>>getEntities()StringgetFactoryId()
-
-
-
Method Detail
-
getEntities
public List<Class<?>> getEntities()
- Specified by:
getEntitiesin interfaceJpaEntityProvider
-
getChangelogLocation
public String getChangelogLocation()
- Specified by:
getChangelogLocationin interfaceJpaEntityProvider
-
getFactoryId
public String getFactoryId()
- Specified by:
getFactoryIdin interfaceJpaEntityProvider
-
-