Package org.hibernate.boot.archive.scan.spi
package org.hibernate.boot.archive.scan.spi
- Author:
- Steve Ebersole
- See Also:
-
ClassDescriptionDescriptor for a class file.Defines handling and filtering for class file entries within an archiveDescriptor for a mapping (XML) file.Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archiveDescriptor for a package (as indicated by a package-info.class file).Defines handling and filtering for package-info file entries within an archiveDescribes the environment in which the scan will occur.Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.Options for performing scanningA "parameter object" passed to
Scanner.scan(org.hibernate.boot.archive.scan.spi.ScanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions, org.hibernate.boot.archive.scan.spi.ScanParameters)to help support future changes in terms of needing to pass additional stuff to scanning.Defines the result of scanning