public interface AutoversionDatabaseConfig
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the autoversioned db
|
String |
getSchema(long version)
Returns the classpath resource with the db schema or null if none found (previous is latest)
|
Class<? extends VersionInterface> |
getVersionEntity()
Returns the concrete version tracker entity, defined by the application
|
String getName()
String getSchema(long version)
version - 0 to nClass<? extends VersionInterface> getVersionEntity()
Copyright © 2013. All Rights Reserved.