Interface ChangeQueryProcessor.ChangeAttributeFactory
- 
- Enclosing class:
- ChangeQueryProcessor
 
 public static interface ChangeQueryProcessor.ChangeAttributeFactoryRegister a ChangeAttributeFactory in a config Module like this:bind(ChangeAttributeFactory.class) .annotatedWith(Exports.named("export-name")) .to(YourClass.class); 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginDefinedInfocreate(ChangeData a, ChangeQueryProcessor qp, String plugin)
 
- 
- 
- 
Method Detail- 
createPluginDefinedInfo create(ChangeData a, ChangeQueryProcessor qp, String plugin) 
 
- 
 
-