接口的使用
org.hibernate.boot.archive.scan.spi.ClassDescriptor
-
使用ClassDescriptor的程序包 程序包 说明 org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi -
-
org.hibernate.boot.archive.scan.internal中ClassDescriptor的使用
实现ClassDescriptor的org.hibernate.boot.archive.scan.internal中的类 修饰符和类型 类 说明 classClassDescriptorImpl返回变量类型为ClassDescriptor的类型的org.hibernate.boot.archive.scan.internal中的方法 修饰符和类型 方法 说明 Set<ClassDescriptor>ScanResultImpl. getLocatedClasses()参数类型为ClassDescriptor的org.hibernate.boot.archive.scan.internal中的方法 修饰符和类型 方法 说明 voidScanResultCollector. handleClass(ClassDescriptor classDescriptor, boolean rootUrl) -
org.hibernate.boot.archive.scan.spi中ClassDescriptor的使用
返回变量类型为ClassDescriptor的类型的org.hibernate.boot.archive.scan.spi中的方法 修饰符和类型 方法 说明 Set<ClassDescriptor>ScanResult. getLocatedClasses()Returns descriptors for all classes discovered as part of the scan
-