EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql.spi.java
Class JavaPropertyMapping

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.spi.java.AbstractMapping
      extended by org.eclipse.persistence.jpa.jpql.spi.java.AbstractMethodMapping
          extended by org.eclipse.persistence.jpa.jpql.spi.java.JavaPropertyMapping
All Implemented Interfaces:
java.lang.Comparable<IMapping>, IMapping

public class JavaPropertyMapping
extends AbstractMethodMapping

The concrete implementation of IMapping that is wrapping the runtime representation of a property.

Version:
2.4
Author:
Pascal Filion
Since:
2.4

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

JavaPropertyMapping

public JavaPropertyMapping(IManagedType parent,
                           java.lang.reflect.Method method)
Creates a new JavaPropertyMapping.

Parameters:
parent - The parent of this mapping
method - The Java Method wrapped by this mapping

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference