public interface ScanEnvironment
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getExplicitlyListedClassNames()
Returns any classes which are explicitly listed as part of the
"persistence unit".
|
List<URL> |
getNonRootUrls()
Returns any non-root URLs for scanning.
|
URL |
getRootUrl()
Returns the root URL for scanning.
|
URL getRootUrl()
null, indicating that
no root URL scanning should be done (aka, if maybe a root URL is not known).List<URL> getNonRootUrls()
Copyright © 2020. All rights reserved.