Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMappingDefinition

Packages that use OrmAttributeMappingDefinition
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of OrmAttributeMappingDefinition in org.eclipse.jpt.jpa.core.context.orm
 

Classes in org.eclipse.jpt.jpa.core.context.orm that implement OrmAttributeMappingDefinition
 class NullOrmAttributeMappingDefinition
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 class UnsupportedOrmAttributeMappingDefinition
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmAttributeMappingDefinition
 OrmAttributeMappingDefinition OrmXmlDefinition.getAttributeMappingDefinition(String mappingKey)
          Return an attribute mapping definiton for the specified mapping key.
static OrmAttributeMappingDefinition UnsupportedOrmAttributeMappingDefinition.instance()
          Return the singleton.
static OrmAttributeMappingDefinition NullOrmAttributeMappingDefinition.instance()
          Return the singleton.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.