类 StandardScanOptions

    • 构造器详细资料

      • StandardScanOptions

        public StandardScanOptions()
      • StandardScanOptions

        public StandardScanOptions​(String explicitDetectionSetting,
                                   boolean persistenceUnitExcludeUnlistedClassesValue)
    • 方法详细资料

      • canDetectUnlistedClassesInRoot

        public boolean canDetectUnlistedClassesInRoot()
        从接口复制的说明: ScanOptions
        Is detection of managed classes from root url allowed? In strict JPA sense, this would be controlled by the <exclude-unlisted-classes/> element.
        指定者:
        canDetectUnlistedClassesInRoot 在接口中 ScanOptions
        返回:
        Whether detection of classes from root url is allowed
      • canDetectUnlistedClassesInNonRoot

        public boolean canDetectUnlistedClassesInNonRoot()
        从接口复制的说明: ScanOptions
        Is detection of managed classes from non-root urls allowed? In strict JPA sense, this would always be allowed.
        指定者:
        canDetectUnlistedClassesInNonRoot 在接口中 ScanOptions
        返回:
        Whether detection of classes from non-root urls is allowed
      • canDetectHibernateMappingFiles

        public boolean canDetectHibernateMappingFiles()
        从接口复制的说明: ScanOptions
        Is detection of Hibernate Mapping files allowed?
        指定者:
        canDetectHibernateMappingFiles 在接口中 ScanOptions
        返回:
        Whether detection of Mapping files is allowed.