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