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? 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. |
boolean canDetectUnlistedClassesInRoot()
<exclude-unlisted-classes/>
element.boolean canDetectUnlistedClassesInNonRoot()
@Deprecated boolean canDetectHibernateMappingFiles()
hbm.xml
files is fully removed.Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.