Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.jpql.spi
Class GenericJpaMapping

java.lang.Object
  extended by org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
      extended by org.eclipse.jpt.jpa.core.jpql.spi.GenericJpaMapping

public class GenericJpaMapping
extends JpaMapping

A default implementation of Hermes' IMapping. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.1

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
JpaMapping.TypeDeclarationTransformer
 
Constructor Summary
GenericJpaMapping(IManagedType parent, AttributeMapping mapping)
          Creates a new GenericJpaMapping.
 
Method Summary
 
Methods inherited from class org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
buildGenericTypeDeclarations, buildGenericTypeDeclarations, buildType, buildTypeDeclaration, calculateMappingType, compareTo, getMapping, getMappingType, getName, getParent, getType, getTypeDeclaration, getTypeRepository, 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

GenericJpaMapping

public GenericJpaMapping(IManagedType parent,
                         AttributeMapping mapping)
Creates a new GenericJpaMapping.

Parameters:
parent - The parent of this mapping
mapping - The design-time AttributeMapping wrapped by this class

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.