Interface SqlLocator

    • Method Detail

      • locate

        String locate​(Class<?> sqlObjectType,
                      Method method,
                      ConfigRegistry config)
        Locates and returns the SQL for the given SQL Object type and method.
        Parameters:
        sqlObjectType - the SQL object type
        method - the method
        config - the config registry
        Returns:
        the SQL for the given method.