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() |
void |
update(Connection connection) |
void |
validate(Connection connection) |
static final String FIRST_VERSION
static final String LAST_VERSION
String getCurrentVersionSql()
void update(Connection connection)
void validate(Connection connection)
Copyright © 2014. All Rights Reserved.