public interface JpaUpdaterProvider extends Provider
| Modifier and Type | Field and Description |
|---|---|
static String |
FIRST_VERSION |
static String |
LAST_VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentVersionSql(String defaultSchema) |
void |
update(KeycloakSession session,
Connection connection,
String defaultSchema) |
void |
validate(Connection connection,
String defaultSchema) |
static final String FIRST_VERSION
static final String LAST_VERSION
void update(KeycloakSession session, Connection connection, String defaultSchema)
void validate(Connection connection, String defaultSchema)
Copyright © 2016 JBoss by Red Hat. All rights reserved.