org.eclipse.jpt.jpa.core.context
Class AttributeMapping.AllMappingNamesTransformer
java.lang.Object
org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter<AttributeMapping,Iterable<String>>
org.eclipse.jpt.jpa.core.context.AttributeMapping.AllMappingNamesTransformer
- All Implemented Interfaces:
- org.eclipse.jpt.common.utility.transformer.InterruptibleTransformer<AttributeMapping,Iterable<String>>, org.eclipse.jpt.common.utility.transformer.Transformer<AttributeMapping,Iterable<String>>
- Enclosing interface:
- AttributeMapping
public static class AttributeMapping.AllMappingNamesTransformer
- extends org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter<AttributeMapping,Iterable<String>>
| Methods inherited from class org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter |
toString |
AttributeMapping.AllMappingNamesTransformer
public AttributeMapping.AllMappingNamesTransformer()
transform
public Iterable<String> transform(AttributeMapping mapping)
- Specified by:
transform in interface org.eclipse.jpt.common.utility.transformer.InterruptibleTransformer<AttributeMapping,Iterable<String>>- Specified by:
transform in interface org.eclipse.jpt.common.utility.transformer.Transformer<AttributeMapping,Iterable<String>>- Overrides:
transform in class org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter<AttributeMapping,Iterable<String>>
Copyright (c) 2012 Oracle. All rights reserved.