public interface SchemaAwareStoreManager
| Modifier and Type | Method and Description |
|---|---|
void |
createSchema(Set<String> classNames,
Properties props)
SchemaTool : create the schema for the specified classes (if supported by this datastore).
|
void |
deleteSchema(Set<String> classNames,
Properties props)
SchemaTool : delete the schema for the specified classes (if supported by this datastore).
|
void |
validateSchema(Set<String> classNames,
Properties props)
SchemaTool : validate the schema for the specified classes (if supported by this datastore).
|
void createSchema(Set<String> classNames, Properties props)
classNames - Names of the classesprops - Any optional propertiesvoid deleteSchema(Set<String> classNames, Properties props)
classNames - Names of the classesprops - Any optional propertiesvoid validateSchema(Set<String> classNames, Properties props)
classNames - Names of the classesprops - Any optional propertiesCopyright © 2013. All Rights Reserved.