接口 ScanOptions
-
- 所有已知实现类:
StandardScanOptions
public interface ScanOptionsOptions for performing scanning- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 booleancanDetectHibernateMappingFiles()已过时。With move to unified schema, this setting is now deprecated and will be removed once support for readinghbm.xmlfiles is fully removed.booleancanDetectUnlistedClassesInNonRoot()Is detection of managed classes from non-root urls allowed?booleancanDetectUnlistedClassesInRoot()Is detection of managed classes from root url allowed?
-
-
-
方法详细资料
-
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 readinghbm.xmlfiles is fully removed.Is detection of Hibernate Mapping files allowed?- 返回:
- Whether detection of Mapping files is allowed.
-
-