public class MappingReference extends Object
<mapping/> element within a cfg.xml file.| Modifier and Type | Class and Description | 
|---|---|
| static class  | MappingReference.Type | 
| Constructor and Description | 
|---|
| MappingReference(MappingReference.Type type,
                String reference) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(MetadataSources metadataSources) | 
| static MappingReference | consume(JaxbCfgMappingReferenceType jaxbMapping) | 
| String | getReference() | 
| MappingReference.Type | getType() | 
public MappingReference(MappingReference.Type type, String reference)
public MappingReference.Type getType()
public String getReference()
public static MappingReference consume(JaxbCfgMappingReferenceType jaxbMapping)
public void apply(MetadataSources metadataSources)
Copyright © 2018 JBoss by Red Hat. All rights reserved.