public class StandardScanOptions extends Object implements ScanOptions
Constructor and Description |
---|
StandardScanOptions() |
StandardScanOptions(String explicitDetectionSetting,
boolean persistenceUnitExcludeUnlistedClassesValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
canDetectHibernateMappingFiles()
Is detection of Hibernate Mapping files allowed?
|
boolean |
canDetectUnlistedClassesInNonRoot()
Is detection of managed classes from non-root urls allowed? In strict JPA
sense, this would always be allowed.
|
boolean |
canDetectUnlistedClassesInRoot()
Is detection of managed classes from root url allowed? In strict JPA
sense, this would be controlled by the
<exclude-unlisted-classes/>
element. |
public StandardScanOptions()
public StandardScanOptions(String explicitDetectionSetting, boolean persistenceUnitExcludeUnlistedClassesValue)
public boolean canDetectUnlistedClassesInRoot()
ScanOptions
<exclude-unlisted-classes/>
element.canDetectUnlistedClassesInRoot
in interface ScanOptions
public boolean canDetectUnlistedClassesInNonRoot()
ScanOptions
canDetectUnlistedClassesInNonRoot
in interface ScanOptions
public boolean canDetectHibernateMappingFiles()
ScanOptions
canDetectHibernateMappingFiles
in interface ScanOptions
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.