类 MappingFileDescriptorImpl
- java.lang.Object
-
- org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
-
- 所有已实现的接口:
MappingFileDescriptor
public class MappingFileDescriptorImpl extends Object implements MappingFileDescriptor
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 MappingFileDescriptorImpl(String name, InputStreamAccess streamAccess)
-
-
-
构造器详细资料
-
MappingFileDescriptorImpl
public MappingFileDescriptorImpl(String name, InputStreamAccess streamAccess)
-
-
方法详细资料
-
getName
public String getName()
从接口复制的说明:MappingFileDescriptorThe 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".- 指定者:
getName在接口中MappingFileDescriptor- 返回:
- The mapping file resource name.
-
getStreamAccess
public InputStreamAccess getStreamAccess()
从接口复制的说明:MappingFileDescriptorRetrieves access to the InputStream for the mapping file.- 指定者:
getStreamAccess在接口中MappingFileDescriptor- 返回:
- Access to the InputStream for the mapping file.
-
-