|
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.AbstractMethodMapping org.eclipse.persistence.jpa.jpql.spi.java.JavaPropertyMapping
public class JavaPropertyMapping
The concrete implementation of IMapping
that is wrapping the runtime representation of a property.
Constructor Summary | |
---|---|
JavaPropertyMapping(IManagedType parent,
java.lang.reflect.Method method)
Creates a new JavaPropertyMapping . |
Method Summary |
---|
Methods inherited from class org.eclipse.persistence.jpa.jpql.spi.java.AbstractMethodMapping |
---|
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 JavaPropertyMapping(IManagedType parent, java.lang.reflect.Method method)
JavaPropertyMapping
.
parent
- The parent of this mappingmethod
- The Java Method
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 |