|
EclipseLink 2.5.0, build 'v20130425-368d603' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.jpa.jpql.tools.spi.java.AbstractMapping
org.eclipse.persistence.jpa.jpql.tools.spi.java.AbstractFieldMapping
org.eclipse.persistence.jpa.jpql.tools.spi.java.JavaFieldMapping
public class JavaFieldMapping
The concrete implementation of IMapping
that is wrapping the runtime representation of a persistent attribute.
| Constructor Summary | |
|---|---|
JavaFieldMapping(IManagedType parent,
java.lang.reflect.Field field)
Creates a new JavaFieldMapping. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.spi.java.AbstractFieldMapping |
|---|
getMember, getMemberAnnotations, getMemberGenericType, getMemberType, hasAnnotation |
| Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.spi.java.AbstractMapping |
|---|
buildTypeDeclaration, calculateMappingType, calculateMappingType, compareTo, getMappingType, getName, getParent, getType, getTypeDeclaration, getTypeRepository, hasAnnotation, hasAnnotation, isCollection, isProperty, isRelationship, isTransient, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JavaFieldMapping(IManagedType parent,
java.lang.reflect.Field field)
JavaFieldMapping.
parent - The parent of this mappingfield - The Java field wrapped by this mapping
|
EclipseLink 2.5.0, build 'v20130425-368d603' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||