Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptor
Packages that use ArchiveDescriptor
Package
Description
-
Uses of ArchiveDescriptor in org.hibernate.boot.archive.spi
Methods in org.hibernate.boot.archive.spi that return ArchiveDescriptorModifier and TypeMethodDescriptionArchiveDescriptorFactory.buildArchiveDescriptor(URL url) Build a descriptor of the archive indicated by the given urlArchiveDescriptorFactory.buildArchiveDescriptor(URL url, String path) Build a descriptor of the archive indicated by the path relative to the given urlArchiveDescriptor.resolveJarFileReference(String jarFileReference) Resolve a named archive relative tothisarchive. -
Uses of ArchiveDescriptor in org.hibernate.boot.scan.spi
Methods in org.hibernate.boot.scan.spi with parameters of type ArchiveDescriptorModifier and TypeMethodDescriptionScanner.jpaScan(ArchiveDescriptor archiveDescriptor, org.hibernate.boot.jaxb.configuration.spi.JaxbPersistenceImpl.JaxbPersistenceUnitImpl jaxbUnit) Performs scanning using the expectations defined by the spec.