public class ExampleJpaEntityProviderFactory extends Object implements JpaEntityProviderFactory
| Constructor and Description |
|---|
ExampleJpaEntityProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
JpaEntityProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderprotected static final String ID
public JpaEntityProvider create(KeycloakSession session)
create in interface ProviderFactory<JpaEntityProvider>public String getId()
getId in interface ProviderFactory<JpaEntityProvider>public void init(Config.Scope config)
init in interface ProviderFactory<JpaEntityProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<JpaEntityProvider>public void close()
close in interface ProviderFactory<JpaEntityProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.