public interface Scanner
Modifier and Type | Method and Description |
---|---|
ScanResult |
scan(PersistenceUnitDescriptor persistenceUnit,
ScanOptions options)
Perform the scanning against the described persistence unit using the defined options, and return the scan
results.
|
ScanResult scan(PersistenceUnitDescriptor persistenceUnit, ScanOptions options)
persistenceUnit
- THe description of the persistence unit.options
- The scan optionsCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.