public static interface BDBRepositoryBuilder.DatabaseHook
Modifier and Type | Method and Description |
---|---|
java.lang.String |
databaseName(java.lang.String typeName)
Returns an appropriate database name for the given type.
|
void |
prepareForOpening(java.lang.Object db)
Called right before database is opened.
|
java.lang.String databaseName(java.lang.String typeName)
void prepareForOpening(java.lang.Object db) throws RepositoryException
db
- reference to database or config - actual type depends on BDB
implementation.RepositoryException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.