类 AbstractScannerImpl.ArchiveContextImpl
- java.lang.Object
-
- org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
-
- 所有已实现的接口:
ArchiveContext
- 封闭类:
- AbstractScannerImpl
public static class AbstractScannerImpl.ArchiveContextImpl extends Object implements ArchiveContext
-
-
构造器概要
构造器 构造器 说明 ArchiveContextImpl(boolean isRootUrl, ScanResultCollector scanResultCollector)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanisRootUrl()Is the archive described (and being visited) the root url for the persistence-unit?ArchiveEntryHandlerobtainArchiveEntryHandler(ArchiveEntry entry)Get the handler for the given entry, which generally is indicated by the entry type (a.classfile, a mapping file, etc).
-
-
-
构造器详细资料
-
ArchiveContextImpl
public ArchiveContextImpl(boolean isRootUrl, ScanResultCollector scanResultCollector)
-
-
方法详细资料
-
isRootUrl
public boolean isRootUrl()
从接口复制的说明:ArchiveContextIs the archive described (and being visited) the root url for the persistence-unit?- 指定者:
isRootUrl在接口中ArchiveContext- 返回:
trueif it is the root url
-
obtainArchiveEntryHandler
public ArchiveEntryHandler obtainArchiveEntryHandler(ArchiveEntry entry)
从接口复制的说明:ArchiveContextGet the handler for the given entry, which generally is indicated by the entry type (a.classfile, a mapping file, etc).- 指定者:
obtainArchiveEntryHandler在接口中ArchiveContext- 参数:
entry- The archive entry- 返回:
- The appropriate handler for the entry
-
-