public interface SchemaInfoInserter
BackingStorage
. Implementors of
BackingStorage
should also implement this interface.
The interface is created to provide a new feature without breaking API release.
A data access object for retrieving schema information Storage
knows about irrespective of installed plug-ins.SchemaInfoInserter
,
SchemaInfo
Modifier and Type | Method and Description |
---|---|
void |
createSchemaInfo() |
<T extends Pojo> |
insertSchemaInfo(Category<T> category) |
Copyright © 2016. All rights reserved.