类 AbstractScannerImpl

    • 方法详细资料

      • scan

        public ScanResult scan​(ScanEnvironment environment,
                               ScanOptions options,
                               ScanParameters parameters)
        从接口复制的说明: Scanner
        Perform the scanning against the described environment using the defined options, and return the scan results.
        指定者:
        scan 在接口中 Scanner
        参数:
        environment - The scan environment.
        options - The options to control the scanning.
        parameters - The parameters for scanning
      • resolveNonRootUrl

        protected URL resolveNonRootUrl​(URL url)
        Handle references from a persistence.xml file. JPA allows for to be specific
        参数:
        url -
        返回:
        The resolved non-root URL