类 MappingReference
- java.lang.Object
-
- org.hibernate.boot.cfgxml.spi.MappingReference
-
public class MappingReference extends Object
Represents a<mapping/>element within a cfg.xml file.- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMappingReference.Type
-
构造器概要
构造器 构造器 说明 MappingReference(MappingReference.Type type, String reference)
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 voidapply(MetadataSources metadataSources)static MappingReferenceconsume(JaxbCfgMappingReferenceType jaxbMapping)StringgetReference()MappingReference.TypegetType()
-
-
-
构造器详细资料
-
MappingReference
public MappingReference(MappingReference.Type type, String reference)
-
-
方法详细资料
-
getType
public MappingReference.Type getType()
-
getReference
public String getReference()
-
consume
public static MappingReference consume(JaxbCfgMappingReferenceType jaxbMapping)
-
apply
public void apply(MetadataSources metadataSources)
-
-