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