org.eclipse.jpt.jpa.core.jpql.spi
Class GenericJpaMapping
java.lang.Object
org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
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
| 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 |
GenericJpaMapping
public GenericJpaMapping(IManagedType parent,
AttributeMapping mapping)
- Creates a new
GenericJpaMapping.
- Parameters:
parent - The parent of this mappingmapping - The design-time AttributeMapping wrapped by this class
Copyright (c) 2012 Oracle. All rights reserved.