Uses of Interface
org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
-
Packages that use MappingFileDescriptor Package Description org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi -
-
Uses of MappingFileDescriptor in org.hibernate.boot.archive.scan.internal
Classes in org.hibernate.boot.archive.scan.internal that implement MappingFileDescriptor Modifier and Type Class Description classMappingFileDescriptorImplMethods in org.hibernate.boot.archive.scan.internal that return types with arguments of type MappingFileDescriptor Modifier and Type Method Description Set<MappingFileDescriptor>ScanResultImpl. getLocatedMappingFiles()Methods in org.hibernate.boot.archive.scan.internal with parameters of type MappingFileDescriptor Modifier and Type Method Description voidScanResultCollector. handleMappingFile(MappingFileDescriptor mappingFileDescriptor, boolean rootUrl) -
Uses of MappingFileDescriptor in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return types with arguments of type MappingFileDescriptor Modifier and Type Method Description Set<MappingFileDescriptor>ScanResult. getLocatedMappingFiles()Returns descriptors for all mapping files discovered as part of the scan
-