Interface IMappedModelFactory

  • All Known Implementing Classes:
    MappedModelFactory

    public interface IMappedModelFactory
    Author:
    hengsin
    • Method Detail

      • removeMapping

        void removeMapping​(String tableName)
        remove table name to class mapping
        Parameters:
        tableName -
      • scan

        void scan​(org.osgi.framework.BundleContext context,
                  String... packages)
        Scan packages for class with Model annotation and add mapping for it
        Parameters:
        context -
        packages -