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 class
MappingFileDescriptorImpl
Methods 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 void
ScanResultCollector. 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
-