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.
-
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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.archive.scan.spi.Scanner
setArchiveDescriptorFactory
-
Constructor Details
-
DisabledScanner
public DisabledScanner()
-
-
Method Details
-
scan
Description copied from interface:Scanner
Perform the scanning against the described environment using the defined options, and return the scan results.
-