接口 ScanOptions

  • 所有已知实现类:
    StandardScanOptions

    public interface ScanOptions
    Options for performing scanning
    作者:
    Steve Ebersole
    • 方法详细资料

      • canDetectUnlistedClassesInRoot

        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.
        返回:
        Whether detection of classes from root url is allowed
      • canDetectUnlistedClassesInNonRoot

        boolean canDetectUnlistedClassesInNonRoot()
        Is detection of managed classes from non-root urls allowed? In strict JPA sense, this would always be allowed.
        返回:
        Whether detection of classes from non-root urls is allowed
      • canDetectHibernateMappingFiles

        @Deprecated
        boolean canDetectHibernateMappingFiles()
        已过时。
        With move to unified schema, this setting is now deprecated and will be removed once support for reading hbm.xml files is fully removed.
        Is detection of Hibernate Mapping files allowed?
        返回:
        Whether detection of Mapping files is allowed.