接口的使用
org.hibernate.boot.archive.spi.ArchiveDescriptor
-
使用ArchiveDescriptor的程序包 程序包 说明 org.hibernate.boot.archive.internal The internals of archive scanning supportorg.hibernate.boot.archive.scan.spi org.hibernate.boot.archive.spi Defines the SPI for support of "scanning" of "archives". -
-
org.hibernate.boot.archive.internal中ArchiveDescriptor的使用
实现ArchiveDescriptor的org.hibernate.boot.archive.internal中的类 修饰符和类型 类 说明 classExplodedArchiveDescriptorDescriptor for exploded (directory) archivesclassJarFileBasedArchiveDescriptorAn ArchiveDescriptor implementation leveraging theJarFileAPI for processing.classJarInputStreamBasedArchiveDescriptorAn ArchiveDescriptor implementation that works on archives accessible through aJarInputStream.classJarProtocolArchiveDescriptorAn ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).返回ArchiveDescriptor的org.hibernate.boot.archive.internal中的方法 修饰符和类型 方法 说明 ArchiveDescriptorStandardArchiveDescriptorFactory. buildArchiveDescriptor(URL url)ArchiveDescriptorStandardArchiveDescriptorFactory. buildArchiveDescriptor(URL url, String entry) -
org.hibernate.boot.archive.scan.spi中ArchiveDescriptor的使用
声明为ArchiveDescriptor的org.hibernate.boot.archive.scan.spi中的字段 修饰符和类型 字段 说明 ArchiveDescriptorAbstractScannerImpl.ArchiveDescriptorInfo. archiveDescriptor参数类型为ArchiveDescriptor的org.hibernate.boot.archive.scan.spi中的构造器 构造器 说明 ArchiveDescriptorInfo(ArchiveDescriptor archiveDescriptor, boolean isRoot) -
org.hibernate.boot.archive.spi中ArchiveDescriptor的使用
实现ArchiveDescriptor的org.hibernate.boot.archive.spi中的类 修饰符和类型 类 说明 classAbstractArchiveDescriptorBase support for ArchiveDescriptor implementors.返回ArchiveDescriptor的org.hibernate.boot.archive.spi中的方法 修饰符和类型 方法 说明 ArchiveDescriptorAbstractArchiveDescriptorFactory. buildArchiveDescriptor(URL url)ArchiveDescriptorArchiveDescriptorFactory. buildArchiveDescriptor(URL url)Build a descriptor of the archive indicated by the given urlArchiveDescriptorArchiveDescriptorFactory. buildArchiveDescriptor(URL url, String path)Build a descriptor of the archive indicated by the path relative to the given url
-