Class MappingFileDescriptorImpl

java.lang.Object
org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
All Implemented Interfaces:
Serializable, MappingFileDescriptor

public class MappingFileDescriptorImpl extends Object implements MappingFileDescriptor, Serializable
Author:
Steve Ebersole
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: MappingFileDescriptor
      The mapping file name. This is its name within the archive, the expectation being that most times this will equate to a "classpath lookup resource name".
      Specified by:
      getName in interface MappingFileDescriptor
      Returns:
      The mapping file resource name.
    • getStreamAccess

      public InputStreamAccess getStreamAccess()
      Description copied from interface: MappingFileDescriptor
      Retrieves access to the InputStream for the mapping file.
      Specified by:
      getStreamAccess in interface MappingFileDescriptor
      Returns:
      Access to the InputStream for the mapping file.