Class QuarkusScanner.Result

java.lang.Object
io.quarkus.hibernate.orm.runtime.boot.scan.QuarkusScanner.Result
All Implemented Interfaces:
org.hibernate.boot.archive.scan.spi.ScanResult
Enclosing class:
QuarkusScanner

public static class QuarkusScanner.Result extends Object implements org.hibernate.boot.archive.scan.spi.ScanResult
  • Constructor Summary

    Constructors
    Constructor
    Description
    Result(Set<org.hibernate.boot.archive.scan.spi.PackageDescriptor> packageDescriptors, Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor> classDescriptors, org.hibernate.boot.archive.scan.spi.ScanEnvironment scanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions scanOptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor>
     
    Set<org.hibernate.boot.archive.scan.spi.MappingFileDescriptor>
     
    Set<org.hibernate.boot.archive.scan.spi.PackageDescriptor>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Result

      Result(Set<org.hibernate.boot.archive.scan.spi.PackageDescriptor> packageDescriptors, Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor> classDescriptors, org.hibernate.boot.archive.scan.spi.ScanEnvironment scanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions scanOptions)
  • Method Details

    • getLocatedPackages

      public Set<org.hibernate.boot.archive.scan.spi.PackageDescriptor> getLocatedPackages()
      Specified by:
      getLocatedPackages in interface org.hibernate.boot.archive.scan.spi.ScanResult
    • getLocatedClasses

      public Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor> getLocatedClasses()
      Specified by:
      getLocatedClasses in interface org.hibernate.boot.archive.scan.spi.ScanResult
    • getLocatedMappingFiles

      public Set<org.hibernate.boot.archive.scan.spi.MappingFileDescriptor> getLocatedMappingFiles()
      Specified by:
      getLocatedMappingFiles in interface org.hibernate.boot.archive.scan.spi.ScanResult