Interface TableConfigurationProviderFactory

    • Method Detail

      • createTableConfigurationProvider

        <T> TableConfigurationProvider<T> createTableConfigurationProvider​(java.lang.Class<T> clazz)
        Creates a table configuration provider for a given class.
        Type Parameters:
        T - the type
        Parameters:
        clazz - the class
        Returns:
        the provider, null if none