|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jpa.jpql.spi.java.AbstractMapping org.eclipse.persistence.jpa.jpql.spi.java.AbstractFieldMapping org.eclipse.persistence.jpa.jpql.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.spi.java.AbstractFieldMapping |
---|
getMember, getMemberAnnotations, getMemberGenericType, getMemberType, hasAnnotation |
Methods inherited from class org.eclipse.persistence.jpa.jpql.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.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |