Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context.orm
Interface OrmManagedTypeDefinition


public interface OrmManagedTypeDefinition

Map an orm.xml context managed type and resource managed type.

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.3

Method Summary
 OrmManagedType buildContextManagedType(JpaContextModel parent, org.eclipse.jpt.jpa.core.resource.orm.XmlManagedType resourceManagedType, OrmXmlContextModelFactory factory)
          Build a context managed type for the specified parent and resource managed type, using the specified factory.
 Class<? extends ManagedType> getContextManagedTypeType()
          Return a class that corresponds to the context managed type's type.
 Class<? extends org.eclipse.jpt.jpa.core.resource.orm.XmlManagedType> getResourceManagedTypeType()
          Return a class that corresponds to the resource managed type's type.
 

Method Detail

getContextManagedTypeType

Class<? extends ManagedType> getContextManagedTypeType()
Return a class that corresponds to the context managed type's type.

See Also:
ManagedType.getManagedTypeType()

getResourceManagedTypeType

Class<? extends org.eclipse.jpt.jpa.core.resource.orm.XmlManagedType> getResourceManagedTypeType()
Return a class that corresponds to the resource managed type's type.

See Also:
XmlManagedType.getManagedTypeType()

buildContextManagedType

OrmManagedType buildContextManagedType(JpaContextModel parent,
                                       org.eclipse.jpt.jpa.core.resource.orm.XmlManagedType resourceManagedType,
                                       OrmXmlContextModelFactory factory)
Build a context managed type for the specified parent and resource managed type, using the specified factory.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.