Interface IColumnCalloutFactory

All Known Implementing Classes:
AnnotationBasedColumnCalloutFactory, DefaultAnnotationBasedColumnCalloutFactory, DefaultColumnCalloutFactory, MappedColumnCalloutFactory

public interface IColumnCalloutFactory
Factory interface for IColumnCallout.
For plugin that implement this as OSGi component, use property = {"service.ranking:Integer=1"} to set up a calling order that prioritizes your component over core component.
Author:
hengsin
  • Method Details

    • getColumnCallouts

      IColumnCallout[] getColumnCallouts(String tableName, String columnName)
      Parameters:
      tableName -
      columnName -
      Returns:
      array of matching callouts