Interface | Description |
---|---|
AbstractScannerImpl.ArchiveEntryHandlers | |
ClassFileArchiveEntryHandler.Callback |
Contract for the thing interested in being notified about accepted class descriptors.
|
NonClassFileArchiveEntryHandler.Callback |
Contract for the thing interested in being notified about accepted mapping file descriptors.
|
PackageInfoArchiveEntryHandler.Callback |
Contract for the thing interested in being notified about accepted package-info descriptors.
|
Scanner |
Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a
persistence unit.
|
ScanOptions | |
ScanResult |
Defines the result of scanning
|
Class | Description |
---|---|
AbstractJavaArtifactArchiveEntryHandler |
Base class for commonality between handling class file entries and handling package-info file entries.
|
AbstractScannerImpl | |
AbstractScannerImpl.ArchiveContextImpl | |
AbstractScannerImpl.ArchiveDescriptorInfo | |
AbstractScannerImpl.ResultCollector | |
ClassFileArchiveEntryHandler |
Defines handling and filtering for class file entries within an archive
|
NonClassFileArchiveEntryHandler |
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
|
PackageInfoArchiveEntryHandler |
Defines handling and filtering for package-info file entries within an archive
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.