public interface ScanOptions
Modifier and Type | Method and Description |
---|---|
boolean |
canDetectHibernateMappingFiles()
Deprecated.
With move to unified schema, this setting is now deprecated and will
be removed once support for reading
hbm.xml files is fully removed. |
boolean |
canDetectUnlistedClassesInNonRoot()
Is detection of managed classes from non-root urls allowed?
|
boolean |
canDetectUnlistedClassesInRoot()
Is detection of managed classes from root url allowed?
|
boolean canDetectUnlistedClassesInRoot()
<exclude-unlisted-classes/>
element.boolean canDetectUnlistedClassesInNonRoot()
@Deprecated boolean canDetectHibernateMappingFiles()
hbm.xml
files is fully removed.Copyright © 2024. All rights reserved.