Class DisabledScanner

java.lang.Object
org.hibernate.boot.archive.scan.internal.DisabledScanner
All Implemented Interfaces:
Scanner

public class DisabledScanner extends Object implements Scanner
Implementation of Scanner that does nothing. Used for optimizing startup time when metadata scanning is not needed.
  • Constructor Details

    • DisabledScanner

      public DisabledScanner()
  • Method Details

    • scan

      public ScanResult scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)
      Description copied from interface: Scanner
      Perform the scanning against the described environment using the defined options, and return the scan results.
      Specified by:
      scan in interface Scanner
      Parameters:
      environment - The scan environment.
      options - The options to control the scanning.
      parameters - The parameters for scanning