Class DisabledScanner
java.lang.Object
org.hibernate.boot.archive.scan.internal.DisabledScanner
- All Implemented Interfaces:
Scanner
Implementation of Scanner that does nothing. Used for optimizing startup
time when metadata scanning is not needed.
- Author:
- Petteri Pitkanen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters) Perform the scanning against the described environment using the defined options, and return the scan results.
-
Constructor Details
-
DisabledScanner
public DisabledScanner()
-
-
Method Details
-
scan
Description copied from interface:ScannerPerform the scanning against the described environment using the defined options, and return the scan results.
-